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