summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sf.h')
-rw-r--r--src/mame/includes/sf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sf.h b/src/mame/includes/sf.h
index c4229e11552..124f7fbb023 100644
--- a/src/mame/includes/sf.h
+++ b/src/mame/includes/sf.h
@@ -10,7 +10,7 @@ struct _sf_state
/* memory pointers */
UINT16 * videoram;
UINT16 * objectram;
-// UINT16 * paletteram; // currently this uses generic palette handling
+// UINT16 * paletteram; // currently this uses generic palette handling
size_t videoram_size;
/* video-related */