summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/actfancr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/actfancr.h')
-rw-r--r--src/mame/includes/actfancr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/actfancr.h b/src/mame/includes/actfancr.h
index 4bf51d69ee7..5b5b7a49b10 100644
--- a/src/mame/includes/actfancr.h
+++ b/src/mame/includes/actfancr.h
@@ -14,7 +14,7 @@ public:
UINT8 * m_main_ram;
// UINT8 * m_spriteram; // currently this uses buffered_spriteram
// UINT8 * m_paletteram; // currently this uses generic palette handling
- UINT16 m_spriteram16[0x800/2]; // a 16-bit copy of spriteram for use with the MXC06 code
+ UINT16 m_spriteram16[0x800/2]; // a 16-bit copy of spriteram for use with the MXC06 code
/* video-related */
int m_flipscreen;