summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rohga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rohga.h')
-rw-r--r--src/mame/includes/rohga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/rohga.h b/src/mame/includes/rohga.h
index 5d6399e481c..c079b2d2c4e 100644
--- a/src/mame/includes/rohga.h
+++ b/src/mame/includes/rohga.h
@@ -76,7 +76,8 @@ public:
uint32_t screen_update_rohga(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_wizdfire(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_nitrobal(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void mixwizdfirelayer(bitmap_rgb32 &bitmap, const rectangle &cliprect, int gfxregion, uint16_t pri, uint16_t primask);
+ void mixwizdfirelayer(bitmap_rgb32 &bitmap, const rectangle &cliprect, uint16_t pri, uint16_t primask);
+ void mixnitroballlayer(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
DECO16IC_BANK_CB_MEMBER(bank_callback);
DECOSPR_PRIORITY_CB_MEMBER(rohga_pri_callback);
DECOSPR_COLOUR_CB_MEMBER(rohga_col_callback);