summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jalblend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/jalblend.h')
-rw-r--r--src/mame/video/jalblend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/jalblend.h b/src/mame/video/jalblend.h
index 5dc3c788523..0351a6842b9 100644
--- a/src/mame/video/jalblend.h
+++ b/src/mame/video/jalblend.h
@@ -2,9 +2,9 @@ void jal_blend_init(running_machine &machine, int enable);
void jal_blend_set(int color, UINT8 val);
rgb_t jal_blend_func(rgb_t dest, rgb_t addMe, UINT8 alpha);
-void jal_blend_drawgfx(bitmap_ind16 &dest_bmp,const rectangle &clip,gfx_element *gfx,
+void jal_blend_drawgfx(palette_device &palette,bitmap_ind16 &dest_bmp,const rectangle &clip,gfx_element *gfx,
UINT32 code,UINT32 color,int flipx,int flipy,int offsx,int offsy,
int transparent_color);
-void jal_blend_drawgfx(bitmap_rgb32 &dest_bmp,const rectangle &clip,gfx_element *gfx,
+void jal_blend_drawgfx(palette_device &palette,bitmap_rgb32 &dest_bmp,const rectangle &clip,gfx_element *gfx,
UINT32 code,UINT32 color,int flipx,int flipy,int offsx,int offsy,
int transparent_color);