VOGONS

Common searches


Search results

Display options

Re: PCEm. Another PC emulator.

in PC Emulation
Looks like it does......according to the datasheet. https://pdos.csail.mit.edu/6.828/2005/readings/hardware/8259A.pdf See page 9. Of course the datasheet isn't always right (learned that when bug fixing another emulator). It says the mask register is 'cleared'. But perhaps that means a value of …

Re: PCEm. Another PC emulator.

in PC Emulation
Did anyone else notice this? And is there a fix/workaround? I found the problem: the PIC mask is set to 0xFF, so the keyboard interrupts don't fire, which means the menu can't respond to keypresses. I think the problem may be this, in pic_write() (in file pic.c at line 106): if (val&16) /*ICW1*/ { …

Page 147 of 226