summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaelco3d.h')
-rw-r--r--src/mame/includes/gaelco3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gaelco3d.h b/src/mame/includes/gaelco3d.h
index 95be5d82660..6c6cd5f4ae1 100644
--- a/src/mame/includes/gaelco3d.h
+++ b/src/mame/includes/gaelco3d.h
@@ -14,7 +14,7 @@ extern UINT8 *gaelco3d_texmask;
extern offs_t gaelco3d_texture_size;
extern offs_t gaelco3d_texmask_size;
-void gaelco3d_render(running_device *screen);
+void gaelco3d_render(screen_device &screen);
WRITE32_HANDLER( gaelco3d_render_w );
WRITE16_HANDLER( gaelco3d_paletteram_w );