summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/comquest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/comquest.c')
-rw-r--r--src/mess/video/comquest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/comquest.c b/src/mess/video/comquest.c
index 6160e845795..cf42088b7d3 100644
--- a/src/mess/video/comquest.c
+++ b/src/mess/video/comquest.c
@@ -13,7 +13,7 @@ UINT32 comquest_state::screen_update_comquest(screen_device &screen, bitmap_ind1
for (y=0; y<128;y++) {
for (x=0, j=0; j<8;j++,x+=8*4) {
#if 0
- m_gfxdecode->gfx(0)->opaque(bitmap,0, state->m_data[y][j],0,
+ m_gfxdecode->gfx(0)->opaque(m_palette,bitmap,0, state->m_data[y][j],0,
0,0,x,y);
#endif
}