VOGONS

Common searches


Search results

Display options

Re: CGA on VGA emulation in x86EMU?

in PC Emulation
The FDC doesn't expect any number of sense interrupts. If the drive polling status changes it will give you the status of all 4 if requested but it isn't required. In fact you don't need to do a sense command at all after a non-read/write interrupt. Any byte written to the controller will clear the …

Re: 80(1)86 Turbo Pascal 6.0 without FPU?

in PC Emulation
A real 80186 controls whether int 7 is triggered when an FPU opcode is used by setting bit 15 of the relocation register. Your CPU emulation is lacking all of the 80186 peripherals (which is fine unless you really want to emulate machines that have an 80186 none of which are PC compatible) so it's …

Page 9 of 11