diff options
Diffstat (limited to 'src/emu/bus/a2bus/a2swyft.c')
| -rw-r--r-- | src/emu/bus/a2bus/a2swyft.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/bus/a2bus/a2swyft.c b/src/emu/bus/a2bus/a2swyft.c index 1547814ec68..a7e011bd1c3 100644 --- a/src/emu/bus/a2bus/a2swyft.c +++ b/src/emu/bus/a2bus/a2swyft.c @@ -74,7 +74,7 @@ void a2bus_swyft_device::device_reset() { m_rombank = 0; - m_inh_state = INH_READ; // read-enable the ROM + m_inh_state = INH_READ; // read-enable the ROM recalc_slot_inh(); } @@ -146,4 +146,3 @@ int a2bus_swyft_device::inh_type() { return m_inh_state; } - |
