mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
electron_sndexp3: ROM is mapped to bank 13.
This commit is contained in:
parent
6d633630da
commit
e62a00e15d
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user