summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system18.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/system18.c')
-rw-r--r--src/mame/drivers/system18.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/system18.c b/src/mame/drivers/system18.c
index 9c8b60d1791..4accd15a53b 100644
--- a/src/mame/drivers/system18.c
+++ b/src/mame/drivers/system18.c
@@ -777,7 +777,7 @@ static DRIVER_INIT( shdancbl )
mem[i] ^= 0xFF;
MACHINE_RESET_CALL(sys16_onetime);
- memory_install_read16_handler(0, ADDRESS_SPACE_PROGRAM, 0xffc000, 0xffc001, 0, 0, shdancbl_skip_r );
+ memory_install_read16_handler(machine, 0, ADDRESS_SPACE_PROGRAM, 0xffc000, 0xffc001, 0, 0, shdancbl_skip_r );
sys18_splittab_fg_x=&sys16_textram[0x0f80/2];
sys18_splittab_bg_x=&sys16_textram[0x0fc0/2];