summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tutankhm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tutankhm.c')
-rw-r--r--src/mame/video/tutankhm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tutankhm.c b/src/mame/video/tutankhm.c
index f8981bcddbb..de085ca4db8 100644
--- a/src/mame/video/tutankhm.c
+++ b/src/mame/video/tutankhm.c
@@ -137,7 +137,7 @@ WRITE8_HANDLER( junofrst_blitter_w )
if (offset == 3)
{
int i;
- UINT8 *gfx_rom = memory_region(machine, RGNCLASS_GFX, "gfx1");
+ UINT8 *gfx_rom = memory_region(machine, "gfx1");
offs_t src = ((junofrst_blitterdata[2] << 8) | junofrst_blitterdata[3]) & 0xfffc;
offs_t dest = (junofrst_blitterdata[0] << 8) | junofrst_blitterdata[1];