summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cham24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cham24.cpp')
-rw-r--r--src/mame/drivers/cham24.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cham24.cpp b/src/mame/drivers/cham24.cpp
index 4f86c9ffcf6..3ec944ada4b 100644
--- a/src/mame/drivers/cham24.cpp
+++ b/src/mame/drivers/cham24.cpp
@@ -309,7 +309,7 @@ static GFXDECODE_START( cham24 )
/* none, the ppu generates one */
GFXDECODE_END
-static MACHINE_CONFIG_START( cham24, cham24_state )
+static MACHINE_CONFIG_START( cham24 )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", N2A03, NTSC_APU_CLOCK)
MCFG_CPU_PROGRAM_MAP(cham24_map)