diff options
Diffstat (limited to 'src/mame/includes/taito_f2.h')
-rw-r--r-- | src/mame/includes/taito_f2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/taito_f2.h b/src/mame/includes/taito_f2.h index 98c9f772fbb..6497d09306c 100644 --- a/src/mame/includes/taito_f2.h +++ b/src/mame/includes/taito_f2.h @@ -53,8 +53,6 @@ public: UINT16 * m_spriteram_buffered; UINT16 * m_spriteram_delayed; optional_shared_ptr<UINT16> m_cchip2_ram; // for megablst only -// UINT16 * m_paletteram; // currently this uses generic palette handling - /* video-related */ struct f2_tempsprite *m_spritelist; |