summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053936.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053936.h')
-rw-r--r--src/mame/video/k053936.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k053936.h b/src/mame/video/k053936.h
index 8d0d62f3e25..75894c2bf95 100644
--- a/src/mame/video/k053936.h
+++ b/src/mame/video/k053936.h
@@ -17,7 +17,7 @@ void K053936_set_offset(int chip, int xoffs, int yoffs);
void K053936GP_set_offset(int chip, int xoffs, int yoffs);
void K053936GP_clip_enable(int chip, int status);
void K053936GP_set_cliprect(int chip, int minx, int maxx, int miny, int maxy);
-void K053936GP_0_zoom_draw(running_machine &machine, bitmap_rgb32 &bitmap, const rectangle &cliprect, tilemap_t *tmap, int tilebpp, int blend, int alpha, int pixeldouble_output, uint16_t* temp_m_k053936_0_ctrl_16, uint16_t* temp_m_k053936_0_linectrl_16, uint16_t* temp_m_k053936_0_ctrl, uint16_t* temp_m_k053936_0_linectrl, palette_device &palette);
+void K053936GP_0_zoom_draw(running_machine &machine, bitmap_rgb32 &bitmap, const rectangle &cliprect, tilemap_t *tmap, int tilebpp, int blend, int alpha, int pixeldouble_output, uint16_t* temp_m_k053936_0_ctrl_16, uint16_t* temp_m_k053936_0_linectrl_16, uint32_t* temp_m_k053936_0_ctrl, uint32_t* temp_m_k053936_0_linectrl, palette_device &palette);
class k053936_device : public device_t