summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaplus.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/gaplus.h
parentf27b07d0822f4ff52b95a1a0143f3c2313ea02ce (diff)
Modernized screen update calls (no whatsnew)
Diffstat (limited to 'src/mame/includes/gaplus.h')
-rw-r--r--src/mame/includes/gaplus.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/mame/includes/gaplus.h b/src/mame/includes/gaplus.h
index 654fe521df1..4f8e6b92715 100644
--- a/src/mame/includes/gaplus.h
+++ b/src/mame/includes/gaplus.h
@@ -45,16 +45,6 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_gaplus(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_gaplus(screen_device &screen, bool state);
};
-
-
-/*----------- defined in machine/gaplus.c -----------*/
-
-
-
-/*----------- defined in video/gaplus.c -----------*/
-
-
-
-SCREEN_UPDATE_IND16( gaplus );
-SCREEN_VBLANK( gaplus ); /* update starfields */