summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/opwolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/opwolf.h')
-rw-r--r--src/mame/includes/opwolf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/opwolf.h b/src/mame/includes/opwolf.h
index 7e55ecf67cf..9345d87b757 100644
--- a/src/mame/includes/opwolf.h
+++ b/src/mame/includes/opwolf.h
@@ -72,6 +72,7 @@ public:
DECLARE_DRIVER_INIT(opwolfb);
virtual void machine_start();
DECLARE_MACHINE_RESET(opwolf);
+ UINT32 screen_update_opwolf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -84,4 +85,4 @@ void opwolf_cchip_init(running_machine &machine);
/*----------- defined in video/opwolf.c -----------*/
-SCREEN_UPDATE_IND16( opwolf );
+