toaplan1.cpp: vimana regions should work fine now. [Lord Nightmare]

This commit is contained in:
Lord-Nightmare 2016-12-21 19:25:23 -05:00
parent a9ec957f7b
commit 9c2ca81b06

View File

@ -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)