summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/deco_mlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/deco_mlc.c')
-rw-r--r--src/mame/video/deco_mlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/deco_mlc.c b/src/mame/video/deco_mlc.c
index 7f33e898fc2..e510b93a6f6 100644
--- a/src/mame/video/deco_mlc.c
+++ b/src/mame/video/deco_mlc.c
@@ -231,8 +231,8 @@ static void draw_sprites(running_machine* machine, bitmap_t *bitmap,const rectan
UINT32 *index_ptr=0;
int offs,fx=0,fy=0,x,y,color,colorOffset,sprite,indx,h,w,bx,by,fx1,fy1;
int xmult,ymult,xoffs,yoffs;
- UINT8 *rom = memory_region(machine, RGNCLASS_GFX, "gfx2") + 0x20000, *index_ptr8;
- UINT8 *rawrom = memory_region(machine, RGNCLASS_GFX, "gfx2");
+ UINT8 *rom = memory_region(machine, "gfx2") + 0x20000, *index_ptr8;
+ UINT8 *rawrom = memory_region(machine, "gfx2");
int blockIsTilemapIndex=0;
int sprite2=0,indx2=0,use8bppMode=0;
int yscale,xscale;