summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarigen.h')
-rw-r--r--src/mame/machine/atarigen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/atarigen.h b/src/mame/machine/atarigen.h
index 0c71ada79d7..2110928411f 100644
--- a/src/mame/machine/atarigen.h
+++ b/src/mame/machine/atarigen.h
@@ -47,6 +47,8 @@ protected:
optional_device<gfxdecode_device> m_gfxdecode;
optional_device<screen_device> m_screen;
+
+ std::unique_ptr<u8[]> m_blended_data;
};