mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +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 = 1;
|
||||||
pal <<= 4;
|
pal <<= 4;
|
||||||
|
|
||||||
if( m_sgb_hack )
|
if (m_cartslot && m_cartslot->get_sgb_hack())
|
||||||
{ /* A few games do weird stuff */
|
{ /* A few games do weird stuff */
|
||||||
UINT8 tileno = map[xidx];
|
UINT8 tileno = map[xidx];
|
||||||
if( tileno >= 128 ) tileno = ((64 + tileno) % 128) + 128;
|
if( tileno >= 128 ) tileno = ((64 + tileno) % 128) + 128;
|
||||||
|
Loading…
Reference in New Issue
Block a user