summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toaplan1.cpp')
-rw-r--r--src/mame/drivers/toaplan1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toaplan1.cpp b/src/mame/drivers/toaplan1.cpp
index 4649293d3f2..cd89cc365c2 100644
--- a/src/mame/drivers/toaplan1.cpp
+++ b/src/mame/drivers/toaplan1.cpp
@@ -967,7 +967,7 @@ READ8_MEMBER(toaplan1_state::vimana_dswb_invert_r)
READ8_MEMBER(toaplan1_state::vimana_tjump_invert_r)
{
- return (ioport("TJUMP")->read() ^ 0xFF)|0xC; // high 2 bits of port G always read as 1
+ return (ioport("TJUMP")->read() ^ 0xFF)|0xC0; // high 2 bits of port G always read as 1
}
WRITE16_MEMBER(toaplan1_state::samesame_mcu_w)