mirror of
https://github.com/holub/mame
synced 2025-05-14 18:08:13 +03:00
Fix compile
This commit is contained in:
parent
665efb1a62
commit
a293f45078
@ -430,12 +430,10 @@ static MACHINE_RESET(skns)
|
|||||||
hit_t &hit = state->m_hit;
|
hit_t &hit = state->m_hit;
|
||||||
|
|
||||||
if (state->region != 'A')
|
if (state->region != 'A')
|
||||||
{
|
|
||||||
hit.disconnect= 1;
|
hit.disconnect= 1;
|
||||||
} else
|
else
|
||||||
{
|
|
||||||
hit.disconnect= 0;
|
hit.disconnect= 0;
|
||||||
}
|
|
||||||
memory_set_bankptr(machine, "bank1",machine.region("user1")->base());
|
memory_set_bankptr(machine, "bank1",machine.region("user1")->base());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,6 +61,8 @@ public:
|
|||||||
int m_alt_enable_sprites;
|
int m_alt_enable_sprites;
|
||||||
tilemap_t *m_tilemap_A;
|
tilemap_t *m_tilemap_A;
|
||||||
tilemap_t *m_tilemap_B;
|
tilemap_t *m_tilemap_B;
|
||||||
|
|
||||||
|
UINT8 region;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user