summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/upd7220.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/upd7220.h')
-rw-r--r--src/emu/video/upd7220.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/upd7220.h b/src/emu/video/upd7220.h
index affbe531c40..d91ed53c24a 100644
--- a/src/emu/video/upd7220.h
+++ b/src/emu/video/upd7220.h
@@ -150,7 +150,7 @@ private:
void process_fifo();
void continue_command();
void update_text(bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void draw_graphics_line(bitmap_rgb32 &bitmap, UINT32 addr, int y, int wd);
+ void draw_graphics_line(bitmap_rgb32 &bitmap, UINT32 addr, int y, int wd, int pitch);
void update_graphics(bitmap_rgb32 &bitmap, const rectangle &cliprect, int force_bitmap);
upd7220_display_pixels_delegate m_display_cb;