summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/cga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/cga.h')
-rw-r--r--src/devices/bus/isa/cga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/cga.h b/src/devices/bus/isa/cga.h
index de6c6841e9f..8fdabd41ebb 100644
--- a/src/devices/bus/isa/cga.h
+++ b/src/devices/bus/isa/cga.h
@@ -78,7 +78,7 @@ public:
UINT8 m_vsync;
UINT8 m_hsync;
size_t m_vram_size;
- dynamic_buffer m_vram;
+ std::vector<UINT8> m_vram;
bool m_superimpose;
UINT8 m_plantronics; /* This should be moved into the appropriate subclass */
offs_t m_start_offset;