summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pipbug.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2016-07-09 13:18:43 +0200
committer GitHub <noreply@github.com>2016-07-09 13:18:43 +0200
commitc8654013521c1639430c966adb7caeb8b5b97505 (patch)
tree6763ed3ec2e0064d2365351166af2697c8a079f0 /src/mame/drivers/pipbug.cpp
parentd67f2e54ff11cca83b11466f7ebd7d5a5d9b8dc1 (diff)
parente720f794816677762e1d35864d6946499faab520 (diff)
Merge pull request #1066 from ajrhacker/irq_cleanup
Further IRQ passthrough cleanup
Diffstat (limited to 'src/mame/drivers/pipbug.cpp')
-rw-r--r--src/mame/drivers/pipbug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pipbug.cpp b/src/mame/drivers/pipbug.cpp
index c6050fb81cf..40bc9788483 100644
--- a/src/mame/drivers/pipbug.cpp
+++ b/src/mame/drivers/pipbug.cpp
@@ -162,7 +162,7 @@ static MACHINE_CONFIG_START( pipbug, pipbug_state )
/* video hardware */
MCFG_RS232_PORT_ADD("rs232", default_rs232_devices, "terminal")
- MCFG_RS232_RXD_HANDLER(DEVWRITELINE("maincpu", s2650_device, write_sense))
+ MCFG_RS232_RXD_HANDLER(INPUTLINE("maincpu", S2650_SENSE_LINE))
MCFG_DEVICE_CARD_DEVICE_INPUT_DEFAULTS("terminal", terminal)
/* quickload */