From 9c2ca81b06e9a3329447c3dcc65990b5f8574505 Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Wed, 21 Dec 2016 19:25:23 -0500 Subject: toaplan1.cpp: vimana regions should work fine now. [Lord Nightmare] --- src/mame/drivers/toaplan1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3