summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/megacd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sega/megacd.cpp')
-rw-r--r--src/mame/sega/megacd.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/sega/megacd.cpp b/src/mame/sega/megacd.cpp
index a35d2814a26..e3504d20a5d 100644
--- a/src/mame/sega/megacd.cpp
+++ b/src/mame/sega/megacd.cpp
@@ -280,8 +280,6 @@ void sega_segacd_device::device_add_mconfig(machine_config &config)
m_scdcpu->set_addrmap(AS_PROGRAM, &sega_segacd_device::segacd_map);
m_scdcpu->set_irq_acknowledge_callback(FUNC(sega_segacd_device::segacd_sub_int_callback));
- LC89510(config, "cdc", 0); // cd controller
-
// temporary until things are cleaned up
LC89510_TEMP(config, m_lc89510_temp, 0); // cd controller
m_lc89510_temp->set_cdc_do_dma_callback(FUNC(sega_segacd_device::SegaCD_CDC_Do_DMA)); // hack