summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/crbaloon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/crbaloon.c')
-rw-r--r--src/mame/video/crbaloon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/crbaloon.c b/src/mame/video/crbaloon.c
index 952b83db64e..861ebc3f8e1 100644
--- a/src/mame/video/crbaloon.c
+++ b/src/mame/video/crbaloon.c
@@ -105,7 +105,7 @@ static void draw_sprite_and_check_collision(running_machine *machine, bitmap_t *
UINT8 color = crbaloon_spriteram[0] >> 4;
UINT8 sy = crbaloon_spriteram[2] - 32;
- UINT8 *gfx = memory_region(machine, RGNCLASS_GFX, "gfx2") + (code << 7);
+ UINT8 *gfx = memory_region(machine, "gfx2") + (code << 7);
if (flip_screen_get())