summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/ieee488/softbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/ieee488/softbox.c')
-rw-r--r--src/emu/bus/ieee488/softbox.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/bus/ieee488/softbox.c b/src/emu/bus/ieee488/softbox.c
index b9034c2009a..19e6b969075 100644
--- a/src/emu/bus/ieee488/softbox.c
+++ b/src/emu/bus/ieee488/softbox.c
@@ -283,11 +283,10 @@ static MACHINE_CONFIG_FRAGMENT( softbox )
MCFG_HARDDISK_ADD("harddisk3")
MCFG_HARDDISK_ADD("harddisk4")
MCFG_RS232_PORT_ADD(RS232_TAG, default_rs232_devices, NULL)
+ MCFG_DEVICE_CARD_DEVICE_INPUT_DEFAULTS("serial_terminal", terminal)
MCFG_SERIAL_OUT_RX_HANDLER(DEVWRITELINE(I8251_TAG, i8251_device, write_rx))
MCFG_RS232_OUT_DSR_HANDLER(DEVWRITELINE(I8251_TAG, i8251_device, write_dsr))
//MCFG_IMI7000_BUS_ADD("imi5000h", NULL, NULL, NULL)
-
- MCFG_DEVICE_CARD_DEVICE_INPUT_DEFAULTS("serial_terminal", terminal)
MACHINE_CONFIG_END