summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m92.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m92.h')
-rw-r--r--src/mame/includes/m92.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m92.h b/src/mame/includes/m92.h
index efc19748217..46e6eb13d93 100644
--- a/src/mame/includes/m92.h
+++ b/src/mame/includes/m92.h
@@ -56,7 +56,7 @@ public:
UINT16 m_pf_master_control[4];
INT32 m_sprite_list;
UINT8 m_palette_bank;
- dynamic_array<UINT16> m_paletteram;
+ std::vector<UINT16> m_paletteram;
DECLARE_READ16_MEMBER(m92_eeprom_r);
DECLARE_WRITE16_MEMBER(m92_eeprom_w);