summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tmnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tmnt.cpp')
-rw-r--r--src/mame/drivers/tmnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tmnt.cpp b/src/mame/drivers/tmnt.cpp
index 4b2ed379859..7615fa86bd9 100644
--- a/src/mame/drivers/tmnt.cpp
+++ b/src/mame/drivers/tmnt.cpp
@@ -2519,7 +2519,7 @@ void tmnt_state::sunsetbl(machine_config &config)
{
/* basic machine hardware */
M68000(config, m_maincpu, 16000000);
- m_maincpu->set_addrmap(AS_PROGRAM, tmnt_state::sunsetbl_main_map);
+ m_maincpu->set_addrmap(AS_PROGRAM, &tmnt_state::sunsetbl_main_map);
m_maincpu->set_vblank_int("screen", FUNC(tmnt_state::irq4_line_hold));
MCFG_MACHINE_START_OVERRIDE(tmnt_state,common)