summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/comx35/printer.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2014-03-11 06:45:54 +0000
committer Curt Coder <curtcoder@mail.com>2014-03-11 06:45:54 +0000
commit20e9afdb96f903da748e5cd8c448fb541e1e0480 (patch)
tree2127a860f58d961eb6ead910b5dc1221b873e455 /src/emu/bus/comx35/printer.c
parenta5b609f6585dc2f22d09398bee399d95f84fe81b (diff)
(MESS) Fixed regressions. (nw)
Diffstat (limited to 'src/emu/bus/comx35/printer.c')
-rw-r--r--src/emu/bus/comx35/printer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/bus/comx35/printer.c b/src/emu/bus/comx35/printer.c
index 55c3eb1aa7a..0c748e2012b 100644
--- a/src/emu/bus/comx35/printer.c
+++ b/src/emu/bus/comx35/printer.c
@@ -73,6 +73,7 @@ static MACHINE_CONFIG_FRAGMENT( comx_prn )
MCFG_CENTRONICS_BUSY_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit1))
MCFG_CENTRONICS_PERROR_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit2))
MCFG_CENTRONICS_SELECT_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit3))
+ MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", "centronics")
MCFG_DEVICE_ADD("cent_status_in", INPUT_BUFFER, 0)
MACHINE_CONFIG_END