summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/btime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/btime.h')
-rw-r--r--src/mame/includes/btime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/btime.h b/src/mame/includes/btime.h
index 91cc4a7864b..d7cd863f361 100644
--- a/src/mame/includes/btime.h
+++ b/src/mame/includes/btime.h
@@ -5,13 +5,13 @@ struct _btime_state
/* memory pointers */
UINT8 * videoram;
UINT8 * colorram;
-// UINT8 * paletteram; // currently this uses generic palette handling
+// UINT8 * paletteram; // currently this uses generic palette handling
UINT8 * lnc_charbank;
UINT8 * bnj_backgroundram;
UINT8 * zoar_scrollram;
UINT8 * deco_charram;
UINT8 * spriteram; // used by disco
-// UINT8 * decrypted;
+// UINT8 * decrypted;
UINT8 * rambase;
UINT8 * audio_rambase;
size_t videoram_size;