summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gaiden.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gaiden.c')
-rw-r--r--src/mame/video/gaiden.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gaiden.c b/src/mame/video/gaiden.c
index 5651cbd1ea2..48209bc5501 100644
--- a/src/mame/video/gaiden.c
+++ b/src/mame/video/gaiden.c
@@ -276,7 +276,7 @@ void gaiden_state::blendbitmaps(bitmap_rgb32 &dest,bitmap_ind16 &src1,bitmap_ind
int sx,int sy,const rectangle &cliprect)
{
int y,x;
- const pen_t *paldata = machine().pens;
+ const pen_t *paldata = m_palette->pens();
for (y = cliprect.min_y; y <= cliprect.max_y; y++)
{