From 561cdd764d32cdaaed5bae3bcc9baf52238a58d1 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 23 Sep 2017 14:58:09 -0400 Subject: seattle: Probable FOUT connection (nw) --- src/mame/drivers/seattlecmp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/drivers/seattlecmp.cpp b/src/mame/drivers/seattlecmp.cpp index 2a0a62d26bf..b46a0a12dfd 100644 --- a/src/mame/drivers/seattlecmp.cpp +++ b/src/mame/drivers/seattlecmp.cpp @@ -116,6 +116,8 @@ static MACHINE_CONFIG_START( seattle ) MCFG_AM9513_OUT4_CALLBACK(DEVWRITELINE("pic2", pic8259_device, ir7_w)) MCFG_AM9513_OUT5_CALLBACK(DEVWRITELINE("uart", i8251_device, write_txc)) MCFG_DEVCB_CHAIN_OUTPUT(DEVWRITELINE("uart", i8251_device, write_rxc)) + MCFG_AM9513_FOUT_CALLBACK(DEVWRITELINE("stc", am9513_device, source1_w)) + // FOUT not shown on schematics, which inexplicably have Source 1 tied to Gate 5 MCFG_DEVICE_ADD("uart", I8251, 0) MCFG_I8251_TXD_HANDLER(DEVWRITELINE("rs232", rs232_port_device, write_txd)) -- cgit v1.2.3