fix screen eof regression

This commit is contained in:
Michaël Banaan Ananas 2012-01-20 23:21:49 +00:00
parent 601ca437e6
commit 2dd1392f3e

View File

@ -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 */