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 9164d3f18fa..76d351f6b69 100644
--- a/src/mame/drivers/terracre.c
+++ b/src/mame/drivers/terracre.c
@@ -1025,7 +1025,7 @@ static DRIVER_INIT( amatelas )
static DRIVER_INIT( horekid )
{
mpProtData = mHoreKidProtData;
- memory_install_read16_handler(0, ADDRESS_SPACE_PROGRAM, 0x44004, 0x44005, 0, 0, horekid_IN2_r);
+ memory_install_read16_handler(machine, 0, ADDRESS_SPACE_PROGRAM, 0x44004, 0x44005, 0, 0, horekid_IN2_r);
}
/* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME, FLAGS */