summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaplus.h
diff options
context:
space:
mode:
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 */