summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0480scp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0480scp.h')
-rw-r--r--src/mame/video/tc0480scp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0480scp.h b/src/mame/video/tc0480scp.h
index 76345f9baa7..134b5b6781d 100644
--- a/src/mame/video/tc0480scp.h
+++ b/src/mame/video/tc0480scp.h
@@ -69,7 +69,7 @@ private:
// internal state
UINT16 m_ctrl[0x18];
- dynamic_array<UINT16> m_ram;
+ std::vector<UINT16> m_ram;
UINT16 * m_bg_ram[4];
UINT16 * m_tx_ram;
UINT16 * m_char_ram;