summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vroulet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vroulet.cpp')
-rw-r--r--src/mame/drivers/vroulet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vroulet.cpp b/src/mame/drivers/vroulet.cpp
index 43b2449fbe2..d01f069e83a 100644
--- a/src/mame/drivers/vroulet.cpp
+++ b/src/mame/drivers/vroulet.cpp
@@ -271,7 +271,7 @@ WRITE8_MEMBER(vroulet_state::ppi8255_c_w){}
/* Machine Driver */
-static MACHINE_CONFIG_START( vroulet, vroulet_state )
+static MACHINE_CONFIG_START( vroulet )
// basic machine hardware
MCFG_CPU_ADD("maincpu", Z80, 4000000) //???
MCFG_CPU_PROGRAM_MAP(vroulet_map)
@@ -326,4 +326,4 @@ ROM_END
/* Game Driver */
-GAME( 1989, vroulet, 0, vroulet, vroulet, driver_device, 0, ROT90, "World Game", "Vegas Roulette", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE )
+GAME( 1989, vroulet, 0, vroulet, vroulet, vroulet_state, 0, ROT90, "World Game", "Vegas Roulette", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE )