mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
toaplan1.cpp: vimana regions should work fine now. [Lord Nightmare]
This commit is contained in:
parent
a9ec957f7b
commit
9c2ca81b06
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user