summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/naughtyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/naughtyb.h')
-rw-r--r--src/mame/includes/naughtyb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/naughtyb.h b/src/mame/includes/naughtyb.h
index f079e33db0b..ff5fcd286ec 100644
--- a/src/mame/includes/naughtyb.h
+++ b/src/mame/includes/naughtyb.h
@@ -31,6 +31,7 @@ public:
DECLARE_DRIVER_INIT(popflame);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_naughtyb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -39,4 +40,4 @@ public:
-SCREEN_UPDATE_IND16( naughtyb );
+