diff options
Diffstat (limited to 'src/devices/bus/a2bus/agat7ram.cpp')
| -rw-r--r-- | src/devices/bus/a2bus/agat7ram.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/agat7ram.cpp b/src/devices/bus/a2bus/agat7ram.cpp index ef0b7a3a335..8e656551dee 100644 --- a/src/devices/bus/a2bus/agat7ram.cpp +++ b/src/devices/bus/a2bus/agat7ram.cpp @@ -62,6 +62,7 @@ void a2bus_agat7ram_device::device_reset() m_inh_state = INH_NONE; m_main_bank = 0; m_csr = 0; + recalc_slot_inh(); } void a2bus_agat7ram_device::do_io(int offset) |
