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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/gaplus.h b/src/mame/includes/gaplus.h
index 75e00946876..6f58c22f6c1 100644
--- a/src/mame/includes/gaplus.h
+++ b/src/mame/includes/gaplus.h
@@ -106,6 +106,9 @@ public:
void starfield_render(bitmap_ind16 &bitmap);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void gapluso(machine_config &config);
+ void gaplusd(machine_config &config);
+ void gaplus(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};