diff options
Diffstat (limited to 'src/mame/drivers/tugboat.cpp')
-rw-r--r-- | src/mame/drivers/tugboat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tugboat.cpp b/src/mame/drivers/tugboat.cpp index aca5d649683..89a2a71b62b 100644 --- a/src/mame/drivers/tugboat.cpp +++ b/src/mame/drivers/tugboat.cpp @@ -240,7 +240,7 @@ void tugboat_state::main_map(address_map &map) map(0x10c0, 0x10c1).w(FUNC(tugboat_state::hd46505_1_w)); map(0x11e4, 0x11e7).rw("pia0", FUNC(pia6821_device::read), FUNC(pia6821_device::write)); map(0x11e8, 0x11eb).rw("pia1", FUNC(pia6821_device::read), FUNC(pia6821_device::write)); - //AM_RANGE(0x1700, 0x1fff) AM_RAM + //map(0x1700, 0x1fff).ram(); map(0x18e0, 0x18ef).w(FUNC(tugboat_state::score_w)); map(0x2000, 0x2fff).ram(); /* tilemap RAM */ map(0x4000, 0x7fff).rom(); |