summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unkhorse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unkhorse.cpp')
-rw-r--r--src/mame/drivers/unkhorse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/unkhorse.cpp b/src/mame/drivers/unkhorse.cpp
index 67460abb150..596f86f2418 100644
--- a/src/mame/drivers/unkhorse.cpp
+++ b/src/mame/drivers/unkhorse.cpp
@@ -191,7 +191,7 @@ INTERRUPT_GEN_MEMBER(horse_state::interrupt)
device.execute().set_input_line(I8085_RST75_LINE, CLEAR_LINE);
}
-static MACHINE_CONFIG_START( horse, horse_state )
+static MACHINE_CONFIG_START( horse )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8085A, XTAL_12MHz / 2)
@@ -240,4 +240,4 @@ ROM_START( unkhorse )
ROM_END
-GAME( 1981?, unkhorse, 0, horse, horse, driver_device, 0, ROT270, "<unknown>", "unknown Japanese horse gambling game", MACHINE_SUPPORTS_SAVE ) // copyright not shown, datecodes on pcb suggests early-1981
+GAME( 1981?, unkhorse, 0, horse, horse, horse_state, 0, ROT270, "<unknown>", "unknown Japanese horse gambling game", MACHINE_SUPPORTS_SAVE ) // copyright not shown, datecodes on pcb suggests early-1981