summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/primo.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-31 18:02:11 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-31 18:02:11 +0100
commit49109286af145d9695fac40d836058eac2d97fb5 (patch)
tree245b70e36993f7e3c7d95d30f93f53b547b856c4 /src/mame/drivers/primo.cpp
parent3add98785790f4d4b3585c714f55767f1149817b (diff)
devices\bus: some MCFG macros removal (nw)
Diffstat (limited to 'src/mame/drivers/primo.cpp')
-rw-r--r--src/mame/drivers/primo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/primo.cpp b/src/mame/drivers/primo.cpp
index 5fbd17d0078..6e13ebff83d 100644
--- a/src/mame/drivers/primo.cpp
+++ b/src/mame/drivers/primo.cpp
@@ -279,7 +279,7 @@ MACHINE_CONFIG_START(primo_state::primoa32)
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED);
/* floppy from serial bus */
- MCFG_CBM_IEC_ADD(nullptr)
+ cbm_iec_slot_device::add(config, m_iec, nullptr);
/* cartridge */
MCFG_GENERIC_CARTSLOT_ADD("cartslot1", generic_plain_slot, nullptr)