VOGONS

Common searches


Search results

Display options

Any software for testing VGA?

in PC Emulation
Hi, Are there any utilities (or source code) to thouroughly test all aspects of the VGA? I'm looking for something that tests all video modes 00h - 13h, and maybe some advanced features like split-screen and pixel panning... So far I've ported most of the samples from Michael Abrash's Black Book to …

UniPCEmu blank screen

in PC Emulation
Hope someone here knows how to get this to work. This is my first time trying this emulator. I would like to get a 386 machine to boot a standard MSDOS 6.22 1.44Mb floppy image. Right now all I see, after the message flashed to press select for the settings, is a blank window with a tiny menu in the …

Re: x86 emulator

in PC Emulation
Thanks for the replies. For now I've used similar debugging methods - I look for an address that's hit only once, and single step from there, comparing the execution against Bochs. I think using Bochs instrumentation plugins to customise it's logging to match mine will make this easier. I also like …

x86 emulator

in PC Emulation
Hi all, I'm working on a PC emulator project, to learn more about the workings of the hardware. My goal is to have accurate emulate of a Pentium system circa 1996. So far I have implemented: - majority of x86 instruction set (real mode) - 8259A PIC - 8253/54 PIT - 8237 DMA controller - 8042 keyboard …

Page 1 of 1