summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/starshp1.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 15:00:31 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 15:00:31 +0000
commit5ddbca3e7a2327786fd92cc7443dd84257ba889a (patch)
treef6eb4b827714a8658ea246336342b03d6d7938e0 /src/mame/includes/starshp1.h
parentf27b07d0822f4ff52b95a1a0143f3c2313ea02ce (diff)
Modernized screen update calls (no whatsnew)
Diffstat (limited to 'src/mame/includes/starshp1.h')
-rw-r--r--src/mame/includes/starshp1.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h
index 9cf0fc3bd66..cbcb3de0720 100644
--- a/src/mame/includes/starshp1.h
+++ b/src/mame/includes/starshp1.h
@@ -78,6 +78,8 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_starshp1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_starshp1(screen_device &screen, bool state);
};
@@ -86,8 +88,8 @@ public:
-SCREEN_UPDATE_IND16( starshp1 );
-SCREEN_VBLANK( starshp1 );
+
+