summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gng.h')
-rw-r--r--src/mame/includes/gng.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/gng.h b/src/mame/includes/gng.h
index ac4d0b10734..9ac729ae5ce 100644
--- a/src/mame/includes/gng.h
+++ b/src/mame/includes/gng.h
@@ -10,9 +10,9 @@ struct _gng_state
/* memory pointers */
UINT8 * bgvideoram;
UINT8 * fgvideoram;
-// UINT8 * paletteram; // currently this uses generic palette handling
-// UINT8 * paletteram2; // currently this uses generic palette handling
-// UINT8 * spriteram; // currently this uses generic buffered spriteram
+// UINT8 * paletteram; // currently this uses generic palette handling
+// UINT8 * paletteram2; // currently this uses generic palette handling
+// UINT8 * spriteram; // currently this uses generic buffered spriteram
/* video-related */
tilemap *bg_tilemap, *fg_tilemap;