summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eprom.h')
-rw-r--r--src/mame/includes/eprom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/eprom.h b/src/mame/includes/eprom.h
index ab6d7d4239a..4a2c7a59768 100644
--- a/src/mame/includes/eprom.h
+++ b/src/mame/includes/eprom.h
@@ -28,4 +28,4 @@ VIDEO_UPDATE( eprom );
VIDEO_START( guts );
VIDEO_UPDATE( guts );
-void eprom_scanline_update(running_device *screen, int scanline);
+void eprom_scanline_update(screen_device &screen, int scanline);