diff options
Diffstat (limited to 'src/mess/machine/sns_upd.c')
| -rw-r--r-- | src/mess/machine/sns_upd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/sns_upd.c b/src/mess/machine/sns_upd.c index 09c115556d2..f78a5ade6fc 100644 --- a/src/mess/machine/sns_upd.c +++ b/src/mess/machine/sns_upd.c @@ -237,7 +237,7 @@ READ8_MEMBER( sns_rom_setadsp_device::chip_read ) { if (offset >= 0x600000 && offset < 0x680000 && (offset & 0xffff) < 0x4000) m_upd96050->snesdsp_read((offset & 0x01) ? FALSE : TRUE); - + if (offset >= 0x680000 && offset < 0x700000 && (offset & 0xffff) < 0x8000) { UINT16 address = offset & 0xffff; @@ -518,4 +518,3 @@ const rom_entry *sns_rom_seta11dsp_legacy_device::device_rom_region() const { return ROM_NAME( snes_st011 ); } - |
