summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_f2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_f2.h')
-rw-r--r--src/mame/includes/taito_f2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/taito_f2.h b/src/mame/includes/taito_f2.h
index 904471b4a22..819c63ac7fd 100644
--- a/src/mame/includes/taito_f2.h
+++ b/src/mame/includes/taito_f2.h
@@ -159,6 +159,7 @@ protected:
int m_nibble;
s32 m_driveout_sound_latch;
emu_timer *m_int6_timer;
+ std::unique_ptr<u8[]> m_decoded_gfx;
/* devices */
required_device<cpu_device> m_maincpu;