mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
fix screen eof regression
This commit is contained in:
parent
601ca437e6
commit
2dd1392f3e
@ -244,8 +244,8 @@ static INTERRUPT_GEN( raiden_interrupt )
|
||||
|
||||
static SCREEN_VBLANK( raiden )
|
||||
{
|
||||
// rising edge
|
||||
if (vblank_on)
|
||||
// falling edge
|
||||
if (!vblank_on)
|
||||
{
|
||||
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);
|
||||
buffer_spriteram16_w(space,0,0,0xffff); /* Could be a memory location instead */
|
||||
|
Loading…
Reference in New Issue
Block a user