summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dreambal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dreambal.cpp')
-rw-r--r--src/mame/drivers/dreambal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/dreambal.cpp b/src/mame/drivers/dreambal.cpp
index ef4899e0096..07a57252689 100644
--- a/src/mame/drivers/dreambal.cpp
+++ b/src/mame/drivers/dreambal.cpp
@@ -73,6 +73,7 @@ public:
m_eeprom->cs_write(data&0x4 ? ASSERT_LINE : CLEAR_LINE);
}
}
+ void dreambal(machine_config &config);
};
@@ -304,7 +305,7 @@ void dreambal_state::machine_reset()
}
// xtals = 28.000, 9.8304
-static MACHINE_CONFIG_START( dreambal )
+MACHINE_CONFIG_START(dreambal_state::dreambal)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 28000000/2)