summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snk6502.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snk6502.h')
-rw-r--r--src/mame/includes/snk6502.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/snk6502.h b/src/mame/includes/snk6502.h
index 1177c64f1e8..e3588fca731 100644
--- a/src/mame/includes/snk6502.h
+++ b/src/mame/includes/snk6502.h
@@ -60,6 +60,7 @@ public:
DECLARE_MACHINE_RESET(satansat);
DECLARE_MACHINE_RESET(pballoon);
DECLARE_VIDEO_START(pballoon);
+ UINT32 screen_update_snk6502(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -119,7 +120,7 @@ DISCRETE_SOUND_EXTERN( fantasy );
-SCREEN_UPDATE_IND16( snk6502 );
+