screen eof regressions

This commit is contained in:
Michaël Banaan Ananas 2012-01-20 22:25:05 +00:00
parent e80e3bb7ed
commit ae60665dcf
8 changed files with 16 additions and 16 deletions

View File

@ -147,8 +147,8 @@ SCREEN_UPDATE_IND16( commando )
SCREEN_VBLANK( commando )
{
// rising edge
if (vblank_on)
// falling edge
if (!vblank_on)
{
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);

View File

@ -247,8 +247,8 @@ SCREEN_UPDATE_IND16( exedexes )
SCREEN_VBLANK( exedexes )
{
// rising edge
if (vblank_on)
// falling edge
if (!vblank_on)
{
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);

View File

@ -152,8 +152,8 @@ SCREEN_UPDATE_IND16( gng )
SCREEN_VBLANK( gng )
{
// rising edge
if (vblank_on)
// falling edge
if (!vblank_on)
{
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);

View File

@ -308,8 +308,8 @@ SCREEN_UPDATE_IND16( madgear )
SCREEN_VBLANK( lastduel )
{
// rising edge
if (vblank_on)
// falling edge
if (!vblank_on)
{
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);

View File

@ -368,8 +368,8 @@ SCREEN_UPDATE_IND16( sidearms )
SCREEN_VBLANK( sidearms )
{
// rising edge
if (vblank_on)
// falling edge
if (!vblank_on)
{
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);

View File

@ -172,8 +172,8 @@ SCREEN_UPDATE_IND16( srumbler )
SCREEN_VBLANK( srumbler )
{
// rising edge
if (vblank_on)
// falling edge
if (!vblank_on)
{
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);

View File

@ -173,8 +173,8 @@ SCREEN_UPDATE_IND16( tigeroad )
SCREEN_VBLANK( tigeroad )
{
// rising edge
if (vblank_on)
// falling edge
if (!vblank_on)
{
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);

View File

@ -518,8 +518,8 @@ SCREEN_UPDATE_IND16( toaplan0 )
SCREEN_VBLANK( toaplan0 )
{
// rising edge
if (vblank_on)
// falling edge
if (!vblank_on)
{
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);