summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/peplus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/peplus.cpp')
-rw-r--r--src/mame/drivers/peplus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/peplus.cpp b/src/mame/drivers/peplus.cpp
index 3dd638353cf..d8c7511772c 100644
--- a/src/mame/drivers/peplus.cpp
+++ b/src/mame/drivers/peplus.cpp
@@ -795,7 +795,7 @@ READ8_MEMBER(peplus_state::peplus_input0_r)
}
if (m_bv_pulse == 1) {
- return (0x70 || m_in0->read()); // Add Bill Validator Credit Pulse
+ return (0x70 | m_in0->read()); // Add Bill Validator Credit Pulse
} else {
return m_in0->read();
}