summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/ega.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/ega.h')
-rw-r--r--src/devices/bus/isa/ega.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/ega.h b/src/devices/bus/isa/ega.h
index ef7db51c407..4e7bc4394a3 100644
--- a/src/devices/bus/isa/ega.h
+++ b/src/devices/bus/isa/ega.h
@@ -66,7 +66,7 @@ public:
DECLARE_READ8_MEMBER(pc_ega8_3X0_r);
/* Video memory and related variables */
- memory_region *m_vram;
+ std::unique_ptr<uint8_t[]> m_vram;
uint8_t *m_plane[4];
uint8_t m_read_latch[4];
uint8_t *m_videoram;