summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/digdug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/digdug.c')
-rw-r--r--src/mame/video/digdug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/digdug.c b/src/mame/video/digdug.c
index 42ffd62ed17..54aaa25d60e 100644
--- a/src/mame/video/digdug.c
+++ b/src/mame/video/digdug.c
@@ -97,7 +97,7 @@ static TILEMAP_MAPPER( tilemap_scan )
static TILE_GET_INFO( bg_get_tile_info )
{
- UINT8 *rom = memory_region(machine, RGNCLASS_GFX, "gfx4");
+ UINT8 *rom = memory_region(machine, "gfx4");
int code = rom[tile_index | (bg_select << 10)];
/* when the background is "disabled", it is actually still drawn, but using
a color code that makes all pixels black. There are pullups setting the