summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0150rod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0150rod.h')
-rw-r--r--src/mame/video/tc0150rod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0150rod.h b/src/mame/video/tc0150rod.h
index 9ce54c1dc8e..9b363385930 100644
--- a/src/mame/video/tc0150rod.h
+++ b/src/mame/video/tc0150rod.h
@@ -17,7 +17,7 @@ protected:
private:
// internal state
- dynamic_array<UINT16> m_ram;
+ std::vector<UINT16> m_ram;
UINT16 *m_roadgfx;
};