summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ron.cpp')
-rw-r--r--src/mame/drivers/ron.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ron.cpp b/src/mame/drivers/ron.cpp
index 6a0dbbf4228..793ce4495a0 100644
--- a/src/mame/drivers/ron.cpp
+++ b/src/mame/drivers/ron.cpp
@@ -66,6 +66,7 @@ public:
DECLARE_READ_LINE_MEMBER(audio_T1_r);
DECLARE_WRITE8_MEMBER(ay_pa_w);
+ void ron(machine_config &config);
protected:
// driver_device overrides
virtual void machine_start() override;
@@ -472,7 +473,7 @@ WRITE8_MEMBER(ron_state::ay_pa_w)
{
}
-static MACHINE_CONFIG_START( ron )
+MACHINE_CONFIG_START(ron_state::ron)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, MAIN_CLOCK)