mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
fix detatwin missing sprites
This commit is contained in:
parent
ab7b9c2cd1
commit
a368317b1b
@ -833,8 +833,8 @@ SCREEN_UPDATE_IND16( thndrx2 )
|
|||||||
|
|
||||||
SCREEN_VBLANK( blswhstl )
|
SCREEN_VBLANK( blswhstl )
|
||||||
{
|
{
|
||||||
// on falling edge
|
// on rising edge
|
||||||
if (!vblank_on)
|
if (vblank_on)
|
||||||
{
|
{
|
||||||
tmnt_state *state = screen.machine().driver_data<tmnt_state>();
|
tmnt_state *state = screen.machine().driver_data<tmnt_state>();
|
||||||
k053245_clear_buffer(state->m_k053245);
|
k053245_clear_buffer(state->m_k053245);
|
||||||
|
Loading…
Reference in New Issue
Block a user