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 17f32e54c5a..1d55d2387a9 100644
--- a/src/mame/drivers/timeplt.cpp
+++ b/src/mame/drivers/timeplt.cpp
@@ -132,7 +132,7 @@ CUSTOM_INPUT_MEMBER(timeplt_state::chkun_hopper_status_r)
void timeplt_state::timeplt_main_map(address_map &map)
{
map.unmap_value_high();
- map(0x0000, 0x5fff).rom();
+ map(0x0000, 0x7fff).rom(); // HBMAME
map(0xa000, 0xa3ff).ram().w(FUNC(timeplt_state::colorram_w)).share("colorram");
map(0xa400, 0xa7ff).ram().w(FUNC(timeplt_state::videoram_w)).share("videoram");
map(0xa800, 0xafff).ram();