mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
whops. this was missing from 21854. nw.
This commit is contained in:
parent
d2536ab139
commit
c6b47c709c
@ -550,7 +550,7 @@ void gb_state::sgb_refresh_border()
|
||||
pal = 1;
|
||||
pal <<= 4;
|
||||
|
||||
if( m_sgb_hack )
|
||||
if (m_cartslot && m_cartslot->get_sgb_hack())
|
||||
{ /* A few games do weird stuff */
|
||||
UINT8 tileno = map[xidx];
|
||||
if( tileno >= 128 ) tileno = ((64 + tileno) % 128) + 128;
|
||||
|
Loading…
Reference in New Issue
Block a user