summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k051316.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k051316.h')
-rw-r--r--src/mame/video/k051316.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k051316.h b/src/mame/video/k051316.h
index f9368918c85..dea3e1c3cae 100644
--- a/src/mame/video/k051316.h
+++ b/src/mame/video/k051316.h
@@ -78,7 +78,7 @@ protected:
private:
// internal state
- dynamic_array<UINT8> m_ram;
+ std::vector<UINT8> m_ram;
UINT8 m_ctrlram[16];
tilemap_t *m_tmap;