summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kc.h')
-rw-r--r--src/mame/includes/kc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/kc.h b/src/mame/includes/kc.h
index 22725e31b26..c5df7463c58 100644
--- a/src/mame/includes/kc.h
+++ b/src/mame/includes/kc.h
@@ -134,7 +134,7 @@ public:
// driver state
uint8_t * m_ram_base;
- uint8_t * m_video_ram;
+ std::unique_ptr<uint8_t[]> m_video_ram;
int m_pio_data[2];
int m_high_resolution;
uint8_t m_ardy;