summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/suna8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/suna8.c')
-rw-r--r--src/mame/video/suna8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/suna8.c b/src/mame/video/suna8.c
index 3f2f14eb81d..4588ca48fe3 100644
--- a/src/mame/video/suna8.c
+++ b/src/mame/video/suna8.c
@@ -415,7 +415,7 @@ VIDEO_UPDATE( suna8 )
#if TILEMAPS
if (input_code_pressed(KEYCODE_Z) || input_code_pressed(KEYCODE_X))
{
- int max_tiles = memory_region_length(machine, RGNCLASS_GFX, "gfx1") / (0x400 * 0x20);
+ int max_tiles = memory_region_length(machine, "gfx1") / (0x400 * 0x20);
if (input_code_pressed_once(KEYCODE_Q)) { page--; tilemap_mark_all_tiles_dirty(ALL_TILEMAPS); }
if (input_code_pressed_once(KEYCODE_W)) { page++; tilemap_mark_all_tiles_dirty(ALL_TILEMAPS); }