VOGONS

Common searches


Search results

Display options

Re: John Romero releases new Doom .wad

I tried in original Doom and it does not work for me. It hangs after saying loading e1m8b.wad. I tried this on 3 machine: 386DX40, Pentium II @ 400 and finally in DosBox on a very powerful Core i7 4790. UPDATE: Zdoom tells me this: "You cannot -file with the shareware version. Register!". Maybe that …

Re: x86 MUL and IMUL flags affected?

To complicate matters more I think I've seen PCEm only updating the Zflag based on the lower 16bit register (AX). So for 16bit multiply where the result would be in DX:AX it only checks the AX to set the flag. I think fake8086 does that too. That expands to 32bit multiply where they only look at …

Re: x86EMU emulator releases

So what's the goal of this project? What does this do that, say, PCem doesn't do? Just because PCem exists and it is a very good product does not mean that all emulator work should stop. Just because it does not do something on top of PCem does not mean it does not have a goal. The point is, it is …

Re: 8086 mov cs,ax instruction?

Interesting question. My emulator blurts out an assert in assert builds in just goes to next opcode in release builds. But according to http://www.os2museum.com/wp/undocumented-8086-opcodes/ and http://textfiles.com/programming/86bugs.lst we have this: On the 86 and 88, but not on the C-MOS versions …

Folder sharing with host

Hi, I am trying to add host folder sharing to my emulator CAPE . Since I am emulating the machine not DOS, the way I thought I can approach this is to intercept INT 21h calls that DOS makes and if I see say "X:\" I can take over and instead of letting DOS dealing with listing files, opening/closing …

Re: Anyone use an old linux OS on an old PC?

Last year I've installed (and used for quite a while) Slackware 4.0 (with my own kernel compile) on my 386DX 40Mhz. No X just console but it ran fine (albeit a bit slow). I used it for example as a server for my MUD and various other programming stuff (like my chess engine) I was doing. Personally …

Page 46 of 48