summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wiz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wiz.h')
-rw-r--r--src/mame/includes/wiz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wiz.h b/src/mame/includes/wiz.h
index 525d33641f8..7f21eac1633 100644
--- a/src/mame/includes/wiz.h
+++ b/src/mame/includes/wiz.h
@@ -55,5 +55,5 @@ public:
INTERRUPT_GEN_MEMBER(wiz_sound_interrupt);
void draw_background(bitmap_ind16 &bitmap, const rectangle &cliprect, int bank, int colortype);
void draw_foreground(bitmap_ind16 &bitmap, const rectangle &cliprect, int colortype);
- void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect, UINT8* sprite_ram,int bank);
+ void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect, UINT8* sprite_ram,int bank);
};