mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
iwm: Reset the data latch on wp access
This commit is contained in:
parent
1843d71183
commit
c763d714c7
@ -238,6 +238,9 @@ u8 iwm_device::control(int offset, u8 data)
|
||||
m_devsel_cb(devsel);
|
||||
}
|
||||
|
||||
if((m_control & 0xc0) == 0x40 && m_active == MODE_ACTIVE && m_rw == MODE_READ)
|
||||
m_rsh = 0;
|
||||
|
||||
if(0) {
|
||||
u8 s = m_control & 0xc0;
|
||||
const char *slot = "?";
|
||||
|
Loading…
Reference in New Issue
Block a user