summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco_ld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco_ld.cpp')
-rw-r--r--src/mame/drivers/deco_ld.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/deco_ld.cpp b/src/mame/drivers/deco_ld.cpp
index 57beef8cfb3..2e051520b97 100644
--- a/src/mame/drivers/deco_ld.cpp
+++ b/src/mame/drivers/deco_ld.cpp
@@ -487,9 +487,9 @@ MACHINE_CONFIG_START(deco_ld_state::rblaster)
MCFG_PALETTE_ADD("palette", 0x800)
MCFG_PALETTE_FORMAT(BBGGGRRR_inverted)
- //MCFG_DEVICE_ADD("acia", ACIA6850, 0)
- //MCFG_ACIA6850_TXD_HANDLER(WRITELINE("laserdisc", sony_ldp1000_device, write))
- //MCFG_ACIA6850_RXD_HANDLER(READLINE("laserdisc", sony_ldp1000_device, read))
+ //ACIA6850(config, m_acia, 0);
+ //m_acia->txd_handler().set("laserdisc", FUNC(sony_ldp1000_device::write));
+ //m_acia->rxd_handler().set("laserdisc", FUNC(sony_ldp1000_device::read));
/* sound hardware */
/* TODO: mixing */