summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/by17.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/by17.cpp')
-rw-r--r--src/mame/drivers/by17.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/by17.cpp b/src/mame/drivers/by17.cpp
index 34f7a89bce0..345ec4a1b61 100644
--- a/src/mame/drivers/by17.cpp
+++ b/src/mame/drivers/by17.cpp
@@ -79,6 +79,7 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(timer_z_pulse);
TIMER_DEVICE_CALLBACK_MEMBER(u11_timer);
TIMER_DEVICE_CALLBACK_MEMBER(timer_d_pulse);
+ void by17(machine_config &config);
private:
uint8_t m_u10a;
uint8_t m_u10b;
@@ -974,7 +975,7 @@ MACHINE_RESET_MEMBER( by17_state, by17 )
-static MACHINE_CONFIG_START( by17 )
+MACHINE_CONFIG_START(by17_state::by17)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6800, 530000) // No xtal, just 2 chips forming a multivibrator oscillator around 530KHz
MCFG_CPU_PROGRAM_MAP(by17_map)