summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/alg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alg.cpp')
-rw-r--r--src/mame/drivers/alg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alg.cpp b/src/mame/drivers/alg.cpp
index 6e86fc37fe4..ee7b82c5401 100644
--- a/src/mame/drivers/alg.cpp
+++ b/src/mame/drivers/alg.cpp
@@ -115,7 +115,7 @@ VIDEO_START_MEMBER(alg_state,alg)
/* configure pen 4096 as transparent in the renderer and use it for the genlock color */
m_palette->set_pen_color(4096, rgb_t(0,0,0,0));
- amiga_set_genlock_color(machine(), 4096);
+ set_genlock_color(4096);
}