summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goindol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/goindol.h')
-rw-r--r--src/mame/includes/goindol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/goindol.h b/src/mame/includes/goindol.h
index 846adef7b11..fdd3a18c448 100644
--- a/src/mame/includes/goindol.h
+++ b/src/mame/includes/goindol.h
@@ -47,6 +47,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_goindol(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -55,4 +56,4 @@ public:
-SCREEN_UPDATE_IND16( goindol );
+