diff options
Diffstat (limited to 'src/mame/includes/aerofgt.h')
-rw-r--r-- | src/mame/includes/aerofgt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/aerofgt.h b/src/mame/includes/aerofgt.h index 47a77b6d8bf..194640f805c 100644 --- a/src/mame/includes/aerofgt.h +++ b/src/mame/includes/aerofgt.h @@ -35,7 +35,6 @@ public: optional_shared_ptr<UINT16> m_spriteram2; required_shared_ptr<UINT16> m_spriteram3; optional_shared_ptr<UINT16> m_tx_tilemap_ram; -// UINT16 * m_paletteram; // currently this uses generic palette handling /* devices referenced above */ optional_device<vsystem_spr_device> m_spr; // only the aerofgt parent uses this chip |