diff options
Diffstat (limited to 'src/mame/drivers/sprint2.cpp')
-rw-r--r-- | src/mame/drivers/sprint2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sprint2.cpp b/src/mame/drivers/sprint2.cpp index 0c1f21b6b74..1a0fcf15ad0 100644 --- a/src/mame/drivers/sprint2.cpp +++ b/src/mame/drivers/sprint2.cpp @@ -529,7 +529,7 @@ static GFXDECODE_START( sprint2 ) GFXDECODE_END -static MACHINE_CONFIG_START( sprint2, sprint2_state ) +static MACHINE_CONFIG_START( sprint2 ) /* basic machine hardware */ MCFG_CPU_ADD("maincpu", M6502, XTAL_12_096MHz / 16) |