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