summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/punchout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/punchout.cpp')
-rw-r--r--src/mame/drivers/punchout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/punchout.cpp b/src/mame/drivers/punchout.cpp
index c07043c0467..9d30d2a418b 100644
--- a/src/mame/drivers/punchout.cpp
+++ b/src/mame/drivers/punchout.cpp
@@ -236,10 +236,10 @@ WRITE8_MEMBER(punchout_state::spunchout_rp5h01_clock_w)
}
static ADDRESS_MAP_START( spnchout_io_map, AS_IO, 8, punchout_state )
+ AM_IMPORT_FROM( punchout_io_map )
AM_RANGE(0x05, 0x05) AM_MIRROR(0xf0) AM_WRITE(spunchout_rp5h01_reset_w)
AM_RANGE(0x06, 0x06) AM_MIRROR(0xf0) AM_WRITE(spunchout_rp5h01_clock_w)
AM_RANGE(0x07, 0x07) AM_SELECT(0xf0) AM_READWRITE(spunchout_exp_r, spunchout_exp_w) // protection ports
- AM_IMPORT_FROM( punchout_io_map )
ADDRESS_MAP_END
// 2A03 (sound)