summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfmsys83.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfmsys83.cpp')
-rw-r--r--src/mame/drivers/bfmsys83.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/bfmsys83.cpp b/src/mame/drivers/bfmsys83.cpp
index e6aa532b181..e775074c06c 100644
--- a/src/mame/drivers/bfmsys83.cpp
+++ b/src/mame/drivers/bfmsys83.cpp
@@ -18,6 +18,7 @@ public:
uint8_t m_codec_data[256];
required_device<cpu_device> m_maincpu;
+ void bfmsys83(machine_config &config);
};
@@ -31,7 +32,7 @@ INPUT_PORTS_END
-static MACHINE_CONFIG_START( bfmsys83 )
+MACHINE_CONFIG_START(bfmsys83_state::bfmsys83)
MCFG_CPU_ADD("maincpu", M6802, 40000000/4)
MCFG_CPU_PROGRAM_MAP(memmap)