summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarigt.h')
-rw-r--r--src/mame/includes/atarigt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atarigt.h b/src/mame/includes/atarigt.h
index cd12a5e24ee..69310d12925 100644
--- a/src/mame/includes/atarigt.h
+++ b/src/mame/includes/atarigt.h
@@ -49,4 +49,4 @@ UINT16 atarigt_colorram_r(atarigt_state *state, offs_t address);
VIDEO_START( atarigt );
VIDEO_UPDATE( atarigt );
-void atarigt_scanline_update(running_device *screen, int scanline);
+void atarigt_scanline_update(screen_device &screen, int scanline);