VOGONS

Common searches


Search results

Display options

Re: Tandy 2000 emulator

in PC Emulation
The 80186 has a builtin interrupt controller, dma controller and timer none of which are pc compatible which is why it wasn't used in any* pc clone computers. The tandy 2k requires them for proper emulation. * There's at least one, the Triumph-Adler Alphatronic P50, which has the usual pc devices …

Re: Tandy 2000 emulator

in PC Emulation
Status: Not working This is misleading, it runs most stuff including Windows 1.0. Dosbox X can emulate the 80186 and a bunch of different kinds of graphics and sound chips.. I don't know about the special version of DOS it ran though. You could probably get it to load it from a floppy as a booter. …

Re: Winevdm

in PC Emulation
People at microsoft are possibly using it (or are at least aware of it's existence) https://techcommunity.microsoft.com/t5/windows-dev-appconsult/running-16-bit-applications-on-windows-10-64-bit/ba-p/1671418 . There's no mention of the ntvdm64 registry key, MS doesn't want to talk about that for …

Re: 64bit replacement of ntvdm

in DOS
Why vga memory range cannot be mapped same way as lfb to not cause vmexit on every single access? Real vga requires every vram read and write to pass though the latch and potentially perform a logical operation on the latch with the data in vram. This requires a vm exit to properly handle. DOOM …

Re: Windows 3.x V86 mode on 80286 CPU?

in PC Emulation
However, since it can't "swap to disk" in hardware, virtual memory isn't implemented in Standard Mode. Standard mode does support segment swapping. From https://docs.microsoft.com/en-us/archive/msdn-magazine/2000/july/under-the-hood-happy-10th-anniversary-windows In standard mode swapping, an …

Re: Winevdm

in PC Emulation
This is the same crash as if it's run from the cdrom. Turns out it's intentionally dereferencing a null pointer. Try https://ci.appveyor.com/project/otya128/winev … 705sc/artifacts .

Re: Winevdm

in PC Emulation
I think the cd files need to be in the root directory. Use subst, a full install or something. Yours: 2594:Call KERNEL.128: GETPRIVATEPROFILESTRING(12ef12ef "DIRECTORY",12ef12ec "CD",12ef12e9 ".\\",12ef:c80e,0080,12ef13dc ".\\DARKSEED.INI") ret=1237:00c0 ds=12ef 1228:2594:trace:file: …

Re: Winevdm

in PC Emulation
Does it display an error or just quit? Anyway, I'll probably need a trace and catching the crash in the debugger again might help.

Page 2 of 11