mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
53c810.c: reading DSTAT clears DIP bit in ISTAT. (nw)
This commit is contained in:
parent
a9534ec259
commit
d8b4cfe9e0
@ -412,6 +412,7 @@ UINT8 lsi53c810_device::lsi53c810_reg_r( int offset )
|
||||
case 0x09: /* SOCL */
|
||||
return socl;
|
||||
case 0x0c: /* DSTAT */
|
||||
istat &= ~1;
|
||||
return dstat;
|
||||
case 0x0d: /* SSTAT0 */
|
||||
return sstat0;
|
||||
|
Loading…
Reference in New Issue
Block a user