summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hng64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hng64.c')
-rw-r--r--src/mame/video/hng64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/hng64.c b/src/mame/video/hng64.c
index 0acc73e7e54..25c9c430dde 100644
--- a/src/mame/video/hng64.c
+++ b/src/mame/video/hng64.c
@@ -518,7 +518,7 @@ static void draw3d(running_machine *machine, bitmap_t *bitmap, const rectangle *
// GEOMETRY
;
- threeDRoms = memory_region(machine, RGNCLASS_GFX, "gfx4") ;
+ threeDRoms = memory_region(machine, "gfx4") ;
/////////////////////////
// GET THE HEADER INFO //
@@ -1716,7 +1716,7 @@ INLINE void FillSmoothTexPCHorizontalLine(running_machine *machine, bitmap_t *Co
{
float *dp = &(depthBuffer[y*video_screen_get_visible_area(machine->primary_screen)->max_x+x_start]);
- const UINT8 *gfx = memory_region(machine, RGNCLASS_GFX, "gfx3");
+ const UINT8 *gfx = memory_region(machine, "gfx3");
const UINT8 *textureOffset ;
UINT8 paletteEntry ;
float t_coord, s_coord ;