Fix compile

This commit is contained in:
Angelo Salese 2011-09-14 14:54:00 +00:00
parent 665efb1a62
commit a293f45078
2 changed files with 20 additions and 20 deletions

View File

@ -430,12 +430,10 @@ static MACHINE_RESET(skns)
hit_t &hit = state->m_hit;
if (state->region != 'A')
{
hit.disconnect= 1;
} else
{
else
hit.disconnect= 0;
}
memory_set_bankptr(machine, "bank1",machine.region("user1")->base());
}

View File

@ -61,6 +61,8 @@ public:
int m_alt_enable_sprites;
tilemap_t *m_tilemap_A;
tilemap_t *m_tilemap_B;
UINT8 region;
};