summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gotya.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gotya.h')
-rw-r--r--src/mame/includes/gotya.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/gotya.h b/src/mame/includes/gotya.h
index fc92059c0d5..d77f58e5a35 100644
--- a/src/mame/includes/gotya.h
+++ b/src/mame/includes/gotya.h
@@ -37,6 +37,7 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_gotya(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -49,4 +50,4 @@ public:
-SCREEN_UPDATE_IND16( gotya );
+