mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
port 0x64 opcode 0xd1 should incur no delay when delivering.
This allows, for example, su2000 to start booting to the CMOS setup screen [Peter Ferrie]
This commit is contained in:
parent
5eddf17e70
commit
bf49acd20e
@ -557,7 +557,7 @@ WRITE8_HANDLER(kbdc8042_8_w)
|
||||
/* write output port; next byte written to port 60h is placed on
|
||||
* 8042 output port */
|
||||
kbdc8042.operation_write_state = 1;
|
||||
break;
|
||||
return; /* instant delivery */
|
||||
case 0xd2:
|
||||
/* write keyboard output register; on PS/2 systems next port 60h
|
||||
* write is written to port 60h output register as if initiated
|
||||
|
Loading…
Reference in New Issue
Block a user