summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/clayshoo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/clayshoo.cpp')
-rw-r--r--src/mame/drivers/clayshoo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/clayshoo.cpp b/src/mame/drivers/clayshoo.cpp
index 5f09b1921ae..0e897121209 100644
--- a/src/mame/drivers/clayshoo.cpp
+++ b/src/mame/drivers/clayshoo.cpp
@@ -49,6 +49,7 @@ public:
uint8_t difficulty_input_port_r( int bit );
void create_analog_timers( );
required_device<cpu_device> m_maincpu;
+ void clayshoo(machine_config &config);
};
@@ -310,7 +311,7 @@ void clayshoo_state::machine_reset()
m_analog_port_val = 0;
}
-static MACHINE_CONFIG_START( clayshoo )
+MACHINE_CONFIG_START(clayshoo_state::clayshoo)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80,5068000/4) /* 5.068/4 Mhz (divider is a guess) */