summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/munchmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/munchmo.c')
-rw-r--r--src/mame/video/munchmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/munchmo.c b/src/mame/video/munchmo.c
index 49400ad15ea..3f3541c3811 100644
--- a/src/mame/video/munchmo.c
+++ b/src/mame/video/munchmo.c
@@ -95,7 +95,7 @@ static void draw_background(running_machine *machine, bitmap_t *bitmap, const re
ROM B1.2C contains 256 tilemaps defining 4x4 configurations of
the tiles in ROM B2.2B
*/
- UINT8 *rom = memory_region(machine, RGNCLASS_GFX, "gfx2");
+ UINT8 *rom = memory_region(machine, "gfx2");
const gfx_element *gfx = machine->gfx[1];
int offs;