summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo.h')
-rw-r--r--src/devices/video/voodoo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/video/voodoo.h b/src/devices/video/voodoo.h
index c8b74b90813..b6ef2abc8cf 100644
--- a/src/devices/video/voodoo.h
+++ b/src/devices/video/voodoo.h
@@ -1311,6 +1311,9 @@ public:
optional_device<screen_device> m_screen_finder; // the screen we are acting on
optional_device<cpu_device> m_cpu_finder; // the CPU we interact with
+ std::unique_ptr<uint8_t[]> m_fbmem_alloc;
+ std::unique_ptr<uint8_t[]> m_tmumem_alloc[2];
+
uint8_t index; // index of board
screen_device * m_screen; // the screen we are acting on
cpu_device * m_cpu; // the CPU we interact with
@@ -1335,7 +1338,7 @@ public:
banshee_info banshee; // Banshee state
legacy_poly_manager * poly; // polygon manager
- stats_block * thread_stats; // per-thread statistics
+ std::unique_ptr<stats_block[]> thread_stats; // per-thread statistics
voodoo_stats stats; // internal statistics