summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0100scn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0100scn.h')
-rw-r--r--src/mame/video/tc0100scn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/tc0100scn.h b/src/mame/video/tc0100scn.h
index 8b99eb7b9a2..0e9e0948ec3 100644
--- a/src/mame/video/tc0100scn.h
+++ b/src/mame/video/tc0100scn.h
@@ -137,6 +137,7 @@ protected:
private:
// decoding info
DECLARE_GFXDECODE_MEMBER(gfxinfo_6bpp);
+ std::unique_ptr<u8[]> m_decoded_gfx;
};
DECLARE_DEVICE_TYPE(TC0100SCN, tc0100scn_device)