summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phoenix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/phoenix.c')
-rw-r--r--src/mame/drivers/phoenix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/phoenix.c b/src/mame/drivers/phoenix.c
index 94debeb4e8b..16ca0f6470b 100644
--- a/src/mame/drivers/phoenix.c
+++ b/src/mame/drivers/phoenix.c
@@ -1018,7 +1018,7 @@ ROM_END
static DRIVER_INIT( condor )
{
/* additional inputs for coinage */
- memory_install_read8_handler(0, ADDRESS_SPACE_PROGRAM, 0x5000, 0x5000, 0, 0, port_tag_to_handler8("DSW1") );
+ memory_install_read8_handler(machine, 0, ADDRESS_SPACE_PROGRAM, 0x5000, 0x5000, 0, 0, port_tag_to_handler8("DSW1") );
}
static DRIVER_INIT( survival )