summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/timeplt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timeplt.cpp')
-rw-r--r--src/mame/drivers/timeplt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/timeplt.cpp b/src/mame/drivers/timeplt.cpp
index fedaf34cbb7..7a3933e80e1 100644
--- a/src/mame/drivers/timeplt.cpp
+++ b/src/mame/drivers/timeplt.cpp
@@ -131,7 +131,7 @@ CUSTOM_INPUT_MEMBER(timeplt_state::chkun_hopper_status_r)
ADDRESS_MAP_START(timeplt_state::timeplt_main_map)
ADDRESS_MAP_UNMAP_HIGH
- AM_RANGE(0x0000, 0x5fff) AM_ROM
+ AM_RANGE(0x0000, 0x7fff) AM_ROM // HBMAME
AM_RANGE(0xa000, 0xa3ff) AM_RAM_WRITE(colorram_w) AM_SHARE("colorram")
AM_RANGE(0xa400, 0xa7ff) AM_RAM_WRITE(videoram_w) AM_SHARE("videoram")
AM_RANGE(0xa800, 0xafff) AM_RAM