mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
apple2: Apple II Rev. C SCSI card's bank register is write-only [gorlik]
This commit is contained in:
parent
cb315344b8
commit
7f22d34265
@ -151,9 +151,6 @@ uint8_t a2bus_scsi_device::read_c0nx(uint8_t offset)
|
||||
case 9: // our SCSI ID (normally 0x80 = 7)
|
||||
return (1<<7);
|
||||
|
||||
case 0xa: // RAM/ROM bank
|
||||
return m_bank;
|
||||
|
||||
case 0xe: // DRQ status in bit 7
|
||||
return m_drq;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user