summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/powerins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/powerins.h')
-rw-r--r--src/mame/includes/powerins.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/powerins.h b/src/mame/includes/powerins.h
index 8b7efe035d3..ff549682f42 100644
--- a/src/mame/includes/powerins.h
+++ b/src/mame/includes/powerins.h
@@ -30,6 +30,7 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info_1);
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_powerins(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -39,4 +40,4 @@ public:
-SCREEN_UPDATE_IND16( powerins );
+