summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dlair2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dlair2.cpp')
-rw-r--r--src/mame/drivers/dlair2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/dlair2.cpp b/src/mame/drivers/dlair2.cpp
index fe85c02e5c0..067cf299604 100644
--- a/src/mame/drivers/dlair2.cpp
+++ b/src/mame/drivers/dlair2.cpp
@@ -53,6 +53,7 @@ public:
INTERRUPT_GEN_MEMBER(dlair2_timer_irq);
DECLARE_PALETTE_INIT(dlair2);
+ void dlair2(machine_config &config);
protected:
// driver_device overrides
virtual void machine_start() override;
@@ -173,7 +174,7 @@ INTERRUPT_GEN_MEMBER(dlair2_state::dlair2_timer_irq)
device.execute().set_input_line_and_vector(0,HOLD_LINE,0x20/4);
}
-static MACHINE_CONFIG_START( dlair2 )
+MACHINE_CONFIG_START(dlair2_state::dlair2)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8088 , MAIN_CLOCK/3) /* Schematics show I8088 "max" CPU */