d_suna8.cpp/Star Fighter: fix the broken tiles in the boss fights

This commit is contained in:
dinkc64 2015-01-16 22:20:45 +00:00
parent 73b61d6f06
commit c6a4e17af3
1 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@ static void __fastcall starfigh_write(UINT16 address, UINT8 data)
case 0xc400: case 0xc400:
// leds -> 0,1, 0x01, 0x02 // leds -> 0,1, 0x01, 0x02
// coin counter 0x04 // coin counter 0x04
m_gfxbank = (data & 0x08) ? 4 : 0;
bankswitch(m_rombank_latch & 0x0f); bankswitch(m_rombank_latch & 0x0f);
return; return;