summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/isbc.cpp
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2016-12-03 22:03:34 -0600
committer cracyc <cracyc@users.noreply.github.com>2016-12-03 22:03:34 -0600
commiteb22bd45f1b6529fe54b631acf7d3db799a370a2 (patch)
treece7e7ef9b90ca4ca954fa8ff076bfebe09665365 /src/mame/drivers/isbc.cpp
parentff83f7f1fdfb6d8f7accec979db6597286ac1ecf (diff)
upd765: isbc215 format expects sector size to be in result (nw)
floppy: 8" motor on for create too (nw)
Diffstat (limited to 'src/mame/drivers/isbc.cpp')
-rw-r--r--src/mame/drivers/isbc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/isbc.cpp b/src/mame/drivers/isbc.cpp
index 24f48a24dc2..23972996865 100644
--- a/src/mame/drivers/isbc.cpp
+++ b/src/mame/drivers/isbc.cpp
@@ -276,6 +276,7 @@ static MACHINE_CONFIG_START( rpc86, isbc_state )
MCFG_I8251_DTR_HANDLER(DEVWRITELINE("rs232", rs232_port_device, write_dtr))
MCFG_I8251_RTS_HANDLER(DEVWRITELINE("rs232", rs232_port_device, write_rts))
MCFG_I8251_RXRDY_HANDLER(DEVWRITELINE("pic_0", pic8259_device, ir6_w))
+ MCFG_I8251_TXRDY_HANDLER(DEVWRITELINE("pic_0", pic8259_device, ir7_w))
/* video hardware */
MCFG_RS232_PORT_ADD("rs232", default_rs232_devices, "terminal")