summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tms34061.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tms34061.h')
-rw-r--r--src/devices/video/tms34061.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/tms34061.h b/src/devices/video/tms34061.h
index 3b3e3d5f552..47cd6e68c60 100644
--- a/src/devices/video/tms34061.h
+++ b/src/devices/video/tms34061.h
@@ -99,6 +99,8 @@ private:
u8 m_latchdata;
u8 * m_shiftreg;
emu_timer * m_timer;
+ std::unique_ptr<u8[]> m_vram_alloc;
+ std::unique_ptr<u8[]> m_latchram_alloc;
void update_interrupts();
TIMER_CALLBACK_MEMBER( interrupt );