summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fantland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fantland.h')
-rw-r--r--src/mame/includes/fantland.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/fantland.h b/src/mame/includes/fantland.h
index 6a93b65a00b..efb5c1ff443 100644
--- a/src/mame/includes/fantland.h
+++ b/src/mame/includes/fantland.h
@@ -4,9 +4,9 @@ typedef struct _fantland_state fantland_state;
struct _fantland_state
{
/* memory pointers */
-// UINT8 * spriteram; // currently directly used in a 16bit map...
-// UINT8 * spriteram_2; // currently directly used in a 16bit map...
-// UINT8 * paletteram; // currently this uses generic palette handling
+// UINT8 * spriteram; // currently directly used in a 16bit map...
+// UINT8 * spriteram_2; // currently directly used in a 16bit map...
+// UINT8 * paletteram; // currently this uses generic palette handling
/* misc */
UINT8 nmi_enable;