summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcatadv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcatadv.c')
-rw-r--r--src/mame/video/mcatadv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mcatadv.c b/src/mame/video/mcatadv.c
index 7c42d5b146f..656df682c8a 100644
--- a/src/mame/video/mcatadv.c
+++ b/src/mame/video/mcatadv.c
@@ -97,7 +97,7 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
int width = ((source[2]&0xf000)>>12)*16;
int offset = tileno * 256;
- UINT8 *sprdata = memory_region ( machine, RGNCLASS_GFX, "gfx1" );
+ UINT8 *sprdata = memory_region ( machine, "gfx1" );
int drawxpos, drawypos;
int xcnt,ycnt;