diff options
Diffstat (limited to 'src/devices/cpu/sh/sh7604_bus.cpp')
-rw-r--r-- | src/devices/cpu/sh/sh7604_bus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh/sh7604_bus.cpp b/src/devices/cpu/sh/sh7604_bus.cpp index 4a98ab6130a..6175fd9a5b2 100644 --- a/src/devices/cpu/sh/sh7604_bus.cpp +++ b/src/devices/cpu/sh/sh7604_bus.cpp @@ -102,7 +102,7 @@ void sh7604_bus_device::bus_regs(address_map &map) map(0x08, 0x09).rw(FUNC(sh7604_bus_device::refresh_timer_status_r), FUNC(sh7604_bus_device::refresh_timer_control_w)); map(0x0a, 0x0b).rw(FUNC(sh7604_bus_device::refresh_timer_counter_r), FUNC(sh7604_bus_device::refresh_timer_counter_w)); map(0x0c, 0x0d).rw(FUNC(sh7604_bus_device::refresh_timer_constant_r), FUNC(sh7604_bus_device::refresh_timer_constant_w)); -// AM_RANGE(0x0e, 0x0f) unmapped, mirror? +// map(0x0e, 0x0f) unmapped, mirror? } //------------------------------------------------- |