summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarigen.cpp')
-rw-r--r--src/mame/machine/atarigen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/atarigen.cpp b/src/mame/machine/atarigen.cpp
index dab8bf74575..e4ec35a73c8 100644
--- a/src/mame/machine/atarigen.cpp
+++ b/src/mame/machine/atarigen.cpp
@@ -28,7 +28,7 @@
INLINE FUNCTIONS
***************************************************************************/
-inline const atarigen_screen_timer *get_screen_timer(screen_device &screen)
+inline const atarigen_screen_timer *atarigen_state::get_screen_timer(screen_device &screen)
{
atarigen_state *state = screen.machine().driver_data<atarigen_state>();
int i;