diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/emu/bus/comx35/printer.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/emu/bus/comx35/printer.c')
| -rw-r--r-- | src/emu/bus/comx35/printer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/comx35/printer.c b/src/emu/bus/comx35/printer.c index 0c748e2012b..568a534324b 100644 --- a/src/emu/bus/comx35/printer.c +++ b/src/emu/bus/comx35/printer.c @@ -73,7 +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_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", "centronics") MCFG_DEVICE_ADD("cent_status_in", INPUT_BUFFER, 0) MACHINE_CONFIG_END |
