summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/glass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/glass.c')
-rw-r--r--src/mame/video/glass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/glass.c b/src/mame/video/glass.c
index 6ee19d91e3a..e7b2b743307 100644
--- a/src/mame/video/glass.c
+++ b/src/mame/video/glass.c
@@ -91,7 +91,7 @@ WRITE16_HANDLER( glass_blitter_w )
/* fill the screen bitmap with the current picture */
{
int i, j;
- UINT8 *gfx = (UINT8 *)memory_region(machine, RGNCLASS_GFX, "gfx3");
+ UINT8 *gfx = (UINT8 *)memory_region(machine, "gfx3");
gfx = gfx + (current_command & 0x07)*0x10000 + (current_command & 0x08)*0x10000 + 0x140;