summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/topshoot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/topshoot.c')
-rw-r--r--src/mame/drivers/topshoot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/topshoot.c b/src/mame/drivers/topshoot.c
index a73b172d9d4..5b72fb04591 100644
--- a/src/mame/drivers/topshoot.c
+++ b/src/mame/drivers/topshoot.c
@@ -303,7 +303,7 @@ static READ16_HANDLER( vdp_fake_r )
static DRIVER_INIT(topshoot)
{
/* hack -- fix vdp emulation instead */
- memory_install_read16_handler(0, ADDRESS_SPACE_PROGRAM, 0xC00004, 0xC00005, 0, 0, vdp_fake_r);
+ memory_install_read16_handler(machine, 0, ADDRESS_SPACE_PROGRAM, 0xC00004, 0xC00005, 0, 0, vdp_fake_r);
memory_set_bankptr(3, memory_region(REGION_CPU1) );
memory_set_bankptr(4, genesis_68k_ram );