summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galspnbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galspnbl.h')
-rw-r--r--src/mame/includes/galspnbl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/galspnbl.h b/src/mame/includes/galspnbl.h
index 4474fe42b39..a28209a7140 100644
--- a/src/mame/includes/galspnbl.h
+++ b/src/mame/includes/galspnbl.h
@@ -29,6 +29,7 @@ public:
DECLARE_WRITE16_MEMBER(soundcommand_w);
virtual void machine_start();
virtual void palette_init();
+ UINT32 screen_update_galspnbl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -36,4 +37,4 @@ public:
-SCREEN_UPDATE_IND16( galspnbl );
+