summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/btime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/btime.c')
-rw-r--r--src/mame/video/btime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/btime.c b/src/mame/video/btime.c
index 2255732ced5..d6793747482 100644
--- a/src/mame/video/btime.c
+++ b/src/mame/video/btime.c
@@ -408,7 +408,7 @@ static void draw_sprites(running_machine *machine, bitmap_t *bitmap, const recta
static void draw_background(running_machine *machine, bitmap_t *bitmap, const rectangle *cliprect, UINT8* tmap, UINT8 color)
{
int i;
- const UINT8 *gfx = memory_region(machine, RGNCLASS_GFX, "gfx3");
+ const UINT8 *gfx = memory_region(machine, "gfx3");
int scroll = -(bnj_scroll2 | ((bnj_scroll1 & 0x03) << 8));
// One extra iteration for wrap around