mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +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 )
|
||||
{
|
||||
// on falling edge
|
||||
if (!vblank_on)
|
||||
// on rising edge
|
||||
if (vblank_on)
|
||||
{
|
||||
tmnt_state *state = screen.machine().driver_data<tmnt_state>();
|
||||
k053245_clear_buffer(state->m_k053245);
|
||||
|
Loading…
Reference in New Issue
Block a user