summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan1.cpp
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2016-12-21 19:25:23 -0500
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2016-12-21 19:26:26 -0500
commit9c2ca81b06e9a3329447c3dcc65990b5f8574505 (patch)
tree118d1a0c25ac3eba6336de3e2c2dee85ea1f00d4 /src/mame/drivers/toaplan1.cpp
parenta9ec957f7be0807836df387086c675177f2d725b (diff)
toaplan1.cpp: vimana regions should work fine now. [Lord Nightmare]
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)