summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magtouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magtouch.c')
-rw-r--r--src/mame/drivers/magtouch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magtouch.c b/src/mame/drivers/magtouch.c
index 8452326117d..cab9e4c5e6b 100644
--- a/src/mame/drivers/magtouch.c
+++ b/src/mame/drivers/magtouch.c
@@ -249,7 +249,7 @@ ROM_END
DRIVER_INIT_MEMBER(magtouch_state,magtouch)
{
pc_vga_init(machine(), vga_setting, NULL);
- pc_vga_io_init(machine(), *machine().device("maincpu")->memory().space(AS_PROGRAM), 0xa0000, *machine().device("maincpu")->memory().space(AS_IO), 0x0000);
+ pc_vga_io_init(machine(), machine().device("maincpu")->memory().space(AS_PROGRAM), 0xa0000, machine().device("maincpu")->memory().space(AS_IO), 0x0000);
}
GAME( 1995, magtouch, 0, magtouch, magtouch, magtouch_state, magtouch, ROT0, "Micro Manufacturing", "Magical Touch", GAME_NOT_WORKING | GAME_NO_SOUND )