summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shisen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shisen.h')
-rw-r--r--src/mame/includes/shisen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/shisen.h b/src/mame/includes/shisen.h
index e6cc91bf381..f1b166d90f6 100644
--- a/src/mame/includes/shisen.h
+++ b/src/mame/includes/shisen.h
@@ -17,6 +17,7 @@ public:
DECLARE_WRITE8_MEMBER(sichuan2_paletteram_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start();
+ UINT32 screen_update_sichuan2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -24,4 +25,4 @@ public:
-SCREEN_UPDATE_IND16( sichuan2 );
+