diff options
Diffstat (limited to 'src/devices/video/pc_vga.h')
-rw-r--r-- | src/devices/video/pc_vga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/pc_vga.h b/src/devices/video/pc_vga.h index a7f0552ffdb..0e7652ee4ea 100644 --- a/src/devices/video/pc_vga.h +++ b/src/devices/video/pc_vga.h @@ -115,7 +115,7 @@ protected: int crtc_regcount; } svga_intf; - dynamic_buffer memory; + std::vector<UINT8> memory; UINT32 pens[16]; /* the current 16 pens */ UINT8 miscellaneous_output; |