summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/peyper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/peyper.cpp')
-rw-r--r--src/mame/drivers/peyper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/peyper.cpp b/src/mame/drivers/peyper.cpp
index 26c326205dd..bcf4ad25e22 100644
--- a/src/mame/drivers/peyper.cpp
+++ b/src/mame/drivers/peyper.cpp
@@ -630,8 +630,8 @@ MACHINE_CONFIG_START(peyper_state::peyper)
MCFG_I8279_OUT_SL_CB(WRITE8(*this, peyper_state, col_w)) // scan SL lines
MCFG_I8279_OUT_DISP_CB(WRITE8(*this, peyper_state, disp_w)) // display A&B
MCFG_I8279_IN_RL_CB(READ8(*this, peyper_state, sw_r)) // kbd RL lines
- MCFG_I8279_IN_SHIFT_CB(VCC) // Shift key
- MCFG_I8279_IN_CTRL_CB(VCC)
+ MCFG_I8279_IN_SHIFT_CB(CONSTANT(1)) // Shift key
+ MCFG_I8279_IN_CTRL_CB(CONSTANT(1))
MACHINE_CONFIG_END
// Not allowed to set up an array all at once, so we have this mess