summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc5.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-12-06 18:47:12 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2018-12-06 18:47:12 +0100
commitbb1a1ed95669071060ddd99133de74f608c63dd5 (patch)
tree1c8327b5a89b66f8145c1b3cf464f61b37fe22b6 /src/mame/drivers/bfm_sc5.cpp
parenta0f1fb2698ad3b584e2f698cecb260216b29c7ae (diff)
src/mame: more MCFG removal (nw)
Diffstat (limited to 'src/mame/drivers/bfm_sc5.cpp')
-rw-r--r--src/mame/drivers/bfm_sc5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bfm_sc5.cpp b/src/mame/drivers/bfm_sc5.cpp
index afed5b8ad0f..ac4bb607703 100644
--- a/src/mame/drivers/bfm_sc5.cpp
+++ b/src/mame/drivers/bfm_sc5.cpp
@@ -225,7 +225,7 @@ MACHINE_CONFIG_START(bfm_sc5_state::bfm_sc5)
MCFG_MC68681_INPORT_CALLBACK(READ8(*this, bfm_sc5_state, bfm_sc5_duart_input_r))
MCFG_MC68681_OUTPORT_CALLBACK(WRITE8(*this, bfm_sc5_state, bfm_sc5_duart_output_w))
- MCFG_BFMBDA_ADD("vfd0",0)
+ BFM_BDA(config, m_vfd0, 60, 0);
config.set_default_layout(layout_bfm_sc5);