summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skullxbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skullxbo.h')
-rw-r--r--src/mame/includes/skullxbo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/skullxbo.h b/src/mame/includes/skullxbo.h
index 31b4cf68ec4..1b61d505191 100644
--- a/src/mame/includes/skullxbo.h
+++ b/src/mame/includes/skullxbo.h
@@ -17,6 +17,9 @@ public:
DECLARE_DRIVER_INIT(skullxbo);
TILE_GET_INFO_MEMBER(get_alpha_tile_info);
TILE_GET_INFO_MEMBER(get_playfield_tile_info);
+ DECLARE_MACHINE_START(skullxbo);
+ DECLARE_MACHINE_RESET(skullxbo);
+ DECLARE_VIDEO_START(skullxbo);
};
@@ -27,7 +30,7 @@ WRITE16_HANDLER( skullxbo_xscroll_w );
WRITE16_HANDLER( skullxbo_yscroll_w );
WRITE16_HANDLER( skullxbo_mobmsb_w );
-VIDEO_START( skullxbo );
+
SCREEN_UPDATE_IND16( skullxbo );
void skullxbo_scanline_update(running_machine &machine, int param);