summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cubo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cubo.cpp')
-rw-r--r--src/mame/drivers/cubo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/cubo.cpp b/src/mame/drivers/cubo.cpp
index 71f81f61cb4..73e5d848f4e 100644
--- a/src/mame/drivers/cubo.cpp
+++ b/src/mame/drivers/cubo.cpp
@@ -1084,8 +1084,7 @@ MACHINE_CONFIG_START(cubo_state::cubo)
MICROTOUCH(config, m_microtouch, 9600).stx().set(FUNC(cubo_state::rs232_rx_w));
- MCFG_CDROM_ADD("cd32_cdrom")
- MCFG_CDROM_INTERFACE("cd32_cdrom")
+ CDROM(config, "cd32_cdrom").set_interface("cd32_cdrom");
/* fdc */
AMIGA_FDC(config, m_fdc, amiga_state::CLK_7M_PAL);