summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/orbit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/orbit.cpp')
-rw-r--r--src/mame/drivers/orbit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/orbit.cpp b/src/mame/drivers/orbit.cpp
index 7cbf45b2308..fe05f93004f 100644
--- a/src/mame/drivers/orbit.cpp
+++ b/src/mame/drivers/orbit.cpp
@@ -291,7 +291,7 @@ void orbit_state::machine_reset()
*
*************************************/
-static MACHINE_CONFIG_START( orbit, orbit_state )
+static MACHINE_CONFIG_START( orbit )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6800, MASTER_CLOCK / 16)
@@ -365,4 +365,4 @@ ROM_END
*
*************************************/
-GAME( 1978, orbit, 0, orbit, orbit, driver_device, 0, 0, "Atari", "Orbit", MACHINE_SUPPORTS_SAVE )
+GAME( 1978, orbit, 0, orbit, orbit, orbit_state, 0, 0, "Atari", "Orbit", MACHINE_SUPPORTS_SAVE )
tar/ed92f5ac43c950cd68483f1d21eae0c5?s=128&d=retro' /> arbee2021-01-071-1/+21 * util/zippath.cpp: Fix suffix for zip archives. Vas Crabb2021-01-082-16/+7 * i82586: fix address hash and multicast setup bugs Patrick Mackinlay2021-01-071-63/+74 * Fixed some minor coverity warnings Robbbert2021-01-073-3/+3 * dim68k: fix boot bankswitch, additional FDC & RS232 hookups, it now tries to ... arbee2021-01-061-8/+31 * zippath.cpp: Checkpoint AJR2021-01-062-97/+44 * odyssey2: switch p1/p2 joysticks hap2021-01-061-9/+9 * New machines marked as NOT_WORKING Ivan Vangelista2021-01-063-5/+32 * s14001a: get rid of compiler warning hap2021-01-061-11/+1 * hh_cop400: fix mdallas keypad problem hap2021-01-062-4/+2 * a2bus/mouse.cpp: Fix regression caused by MCU port C lines being high after r... AJR2021-01-063-13/+19 * fix several genuine issues found by coverity Patrick Mackinlay2021-01-063-5/+5 * Added audio CD to DrumMania (GQ881 VER. JAD), but the game is still not playa... smf-2021-01-062-5/+21 * wrally.cpp: fixed MT07836