summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc6001.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc6001.h')
-rw-r--r--src/mame/includes/pc6001.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/pc6001.h b/src/mame/includes/pc6001.h
index bd688de3369..d0e065707cf 100644
--- a/src/mame/includes/pc6001.h
+++ b/src/mame/includes/pc6001.h
@@ -117,7 +117,8 @@ protected:
void pc6001_screen_draw(bitmap_ind16 &bitmap,const rectangle &cliprect, int has_mc6847);
emu_timer *m_timer_irq_timer;
- uint8_t *m_video_ram;
+ uint8_t *m_video_base;
+ std::unique_ptr<uint8_t[]> m_video_ram;
uint8_t m_irq_vector;
uint8_t m_cas_switch;
uint8_t m_sys_latch;