summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/eprom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/eprom.cpp')
-rw-r--r--src/mame/video/eprom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/eprom.cpp b/src/mame/video/eprom.cpp
index 8c409b40e94..6fbb6e34657 100644
--- a/src/mame/video/eprom.cpp
+++ b/src/mame/video/eprom.cpp
@@ -122,7 +122,7 @@ const atari_motion_objects_config eprom_state::s_mob_config =
0 /* resulting value to indicate "special" */
};
-void eprom_state::video_start_eprom()
+VIDEO_START_MEMBER(eprom_state,eprom)
{
/* save states */
save_item(NAME(m_screen_intensity));
@@ -164,7 +164,7 @@ const atari_motion_objects_config eprom_state::s_guts_mob_config =
0 /* resulting value to indicate "special" */
};
-void eprom_state::video_start_guts()
+VIDEO_START_MEMBER(eprom_state,guts)
{
/* save states */
save_item(NAME(m_screen_intensity));