summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-04-15 20:38:37 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-04-15 20:38:55 -0400
commitf451ebd5f71884da575f8c20c29fdf3792e6c89c (patch)
treeae6059133de81f84d80df2195fefc1fe92681df4 /src
parent1e4bfcd40b4cafbf49ca5fdcd8ab55a3e81445f5 (diff)
Debugging remnant (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/model2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp
index 22a5a13092b..55b8063b919 100644
--- a/src/mame/drivers/model2.cpp
+++ b/src/mame/drivers/model2.cpp
@@ -2416,7 +2416,6 @@ static MACHINE_CONFIG_START( model2o, model2_state )
MCFG_DEVICE_ADD("uart", I8251, 8000000) // uPD71051C, clock unknown
MCFG_I8251_TXD_HANDLER(DEVWRITELINE("m1audio", segam1audio_device, write_txd))
- MCFG_DEVCB_CHAIN_OUTPUT(LOGGER("TXD L")) MCFG_DEVCB_XOR(1)
MCFG_CLOCK_ADD("uart_clock", M1AUDIO_TXRX_CLOCK) // unknown rate
MCFG_CLOCK_SIGNAL_HANDLER(DEVWRITELINE("uart", i8251_device, write_txc))