electron_sndexp3: ROM is mapped to bank 13.

This commit is contained in:
Nigel Barnes 2020-08-22 18:38:56 +01:00
parent 6d633630da
commit e62a00e15d

View File

@ -66,7 +66,7 @@ uint8_t electron_sndexp3_device::read(offs_t offset, int infc, int infd, int rom
{ {
uint8_t data = 0xff; uint8_t data = 0xff;
if (oe && romqa) if (oe2)
{ {
if (offset < 0x2000) if (offset < 0x2000)
{ {
@ -103,7 +103,7 @@ void electron_sndexp3_device::write(offs_t offset, uint8_t data, int infc, int i
break; break;
} }
} }
else if (oe && romqa) else if (oe2)
{ {
if (offset >= 0x2000) if (offset >= 0x2000)
{ {