summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tryout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tryout.cpp')
-rw-r--r--src/mame/drivers/tryout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tryout.cpp b/src/mame/drivers/tryout.cpp
index 24887efe4cb..274154a2413 100644
--- a/src/mame/drivers/tryout.cpp
+++ b/src/mame/drivers/tryout.cpp
@@ -189,7 +189,7 @@ static GFXDECODE_START( tryout )
GFXDECODE_ENTRY( nullptr, 0, vramlayout, 0, 4 )
GFXDECODE_END
-static MACHINE_CONFIG_START( tryout, tryout_state )
+static MACHINE_CONFIG_START( tryout )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6502, 2000000) /* ? */
MCFG_CPU_PROGRAM_MAP(main_cpu)