summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/terracre.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/terracre.c')
-rw-r--r--src/mame/drivers/terracre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/terracre.c b/src/mame/drivers/terracre.c
index 2ebb649a60d..9d88142804c 100644
--- a/src/mame/drivers/terracre.c
+++ b/src/mame/drivers/terracre.c
@@ -1014,7 +1014,7 @@ DRIVER_INIT_MEMBER(terracre_state,amatelas)
DRIVER_INIT_MEMBER(terracre_state,horekid)
{
m_mpProtData = mHoreKidProtData;
- machine().device("maincpu")->memory().space(AS_PROGRAM)->install_read_handler(0x44004, 0x44005, read16_delegate(FUNC(terracre_state::horekid_IN2_r),this));
+ machine().device("maincpu")->memory().space(AS_PROGRAM).install_read_handler(0x44004, 0x44005, read16_delegate(FUNC(terracre_state::horekid_IN2_r),this));
}
/* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME, FLAGS */