summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/junofrst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/junofrst.cpp')
-rw-r--r--src/mame/drivers/junofrst.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/junofrst.cpp b/src/mame/drivers/junofrst.cpp
index 2b7d3878f1f..82e0cb86eb3 100644
--- a/src/mame/drivers/junofrst.cpp
+++ b/src/mame/drivers/junofrst.cpp
@@ -132,6 +132,7 @@ public:
DECLARE_MACHINE_RESET(junofrst);
INTERRUPT_GEN_MEMBER(_30hz_irq);
+ void junofrst(machine_config &config);
};
@@ -384,7 +385,7 @@ INTERRUPT_GEN_MEMBER(junofrst_state::_30hz_irq)
device.execute().set_input_line(0, ASSERT_LINE);
}
-static MACHINE_CONFIG_START( junofrst )
+MACHINE_CONFIG_START(junofrst_state::junofrst)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", KONAMI1, 1500000) /* 1.5 MHz ??? */