summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-06-19 16:54:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-06-19 16:54:11 -0400
commit59016b0ccd570eb1df369a1c61de31dbd9d5ea89 (patch)
treee3b5f1b4ff1e0ae24f91fd8cba2ddb94cdda4aa5
parent02645f60c6640fbad0caf1456cdc74109226b6aa (diff)
norautp: Restore some inputs that were disconnected many releases ago
-rw-r--r--src/mame/drivers/norautp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/norautp.cpp b/src/mame/drivers/norautp.cpp
index ec3ef54ac88..7cb00e27a6f 100644
--- a/src/mame/drivers/norautp.cpp
+++ b/src/mame/drivers/norautp.cpp
@@ -1249,6 +1249,7 @@ static MACHINE_CONFIG_START( noraut_base )
MCFG_DEVICE_ADD("ppi8255_2", I8255, 0)
/* (c0-c3) Group A Mode 2 (5-lines handshacked bidirectional port)
Group B Mode 0, output; (see below for lines PC0-PC2) */
+ MCFG_I8255_IN_PORTC_CB(IOPORT("IN2"))
MCFG_I8255_OUT_PORTC_CB(WRITELINE(norautp_state, ppi2_obf_w)) MCFG_DEVCB_BIT(7)
/* PPI-2 is configured as mixed mode2 and mode0 output.
It means that port A should be bidirectional and port B just as output.