diff options
Diffstat (limited to 'src/devices/bus/isa/aga.h')
-rw-r--r-- | src/devices/bus/isa/aga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/aga.h b/src/devices/bus/isa/aga.h index 5ed2e560287..c0c80ac29bb 100644 --- a/src/devices/bus/isa/aga.h +++ b/src/devices/bus/isa/aga.h @@ -93,7 +93,7 @@ public: UINT8 m_cga_palette_lut_2bpp[4]; - UINT8 *m_videoram; + std::unique_ptr<UINT8[]> m_videoram; }; // device type definition |