summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tutankhm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tutankhm.c')
-rw-r--r--src/mame/video/tutankhm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tutankhm.c b/src/mame/video/tutankhm.c
index 34a632ff2c6..a731684e55c 100644
--- a/src/mame/video/tutankhm.c
+++ b/src/mame/video/tutankhm.c
@@ -64,7 +64,7 @@ UINT32 tutankhm_state::screen_update_tutankhm(screen_device &screen, bitmap_rgb3
pen_t pens[NUM_PENS];
int x, y;
- get_pens(screen.machine(), pens);
+ get_pens(machine(), pens);
for (y = cliprect.min_y; y <= cliprect.max_y; y++)
{