summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna16.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-12 13:26:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-12 13:26:06 +0000
commitc53bb58d605f9bb2a7c2f1a5be112850ff5320d8 (patch)
tree0b197bb4e38946021d94ac3b8430737c1de2cd1c /src/mame/includes/suna16.h
parent3c58736cbf9c7f00909cb66f50dcc89bca6daf00 (diff)
Modernization of drivers part 18 (no whatsnew)
Diffstat (limited to 'src/mame/includes/suna16.h')
-rw-r--r--src/mame/includes/suna16.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/suna16.h b/src/mame/includes/suna16.h
index 24b3f9e8ac8..cb540ee191e 100644
--- a/src/mame/includes/suna16.h
+++ b/src/mame/includes/suna16.h
@@ -42,4 +42,5 @@ public:
UINT32 screen_update_suna16(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_bestbest(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(bssoccer_interrupt);
+ void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, UINT16 *sprites, int gfx);
};