summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/chanbara.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chanbara.cpp')
-rw-r--r--src/mame/drivers/chanbara.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chanbara.cpp b/src/mame/drivers/chanbara.cpp
index d31dc17f154..d18ae9f683b 100644
--- a/src/mame/drivers/chanbara.cpp
+++ b/src/mame/drivers/chanbara.cpp
@@ -385,7 +385,7 @@ void chanbara_state::machine_reset()
m_scrollhi = 0;
}
-static MACHINE_CONFIG_START( chanbara, chanbara_state )
+static MACHINE_CONFIG_START( chanbara )
MCFG_CPU_ADD("maincpu", M6809, 12000000/8)
MCFG_CPU_PROGRAM_MAP(chanbara_map)