summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mouser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mouser.cpp')
-rw-r--r--src/mame/drivers/mouser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mouser.cpp b/src/mame/drivers/mouser.cpp
index 7f6fa859b14..6703f1e90d9 100644
--- a/src/mame/drivers/mouser.cpp
+++ b/src/mame/drivers/mouser.cpp
@@ -199,7 +199,7 @@ void mouser_state::machine_reset()
m_sound_byte = 0;
}
-static MACHINE_CONFIG_START( mouser )
+MACHINE_CONFIG_START(mouser_state::mouser)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, 4000000) /* 4 MHz ? */