summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/neogeo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/neogeo.h')
-rw-r--r--src/mame/includes/neogeo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/neogeo.h b/src/mame/includes/neogeo.h
index a119c0ead55..405b1212478 100644
--- a/src/mame/includes/neogeo.h
+++ b/src/mame/includes/neogeo.h
@@ -194,7 +194,7 @@ protected:
UINT16 get_video_control( );
// color/palette related
- dynamic_array<UINT16> m_paletteram;
+ std::vector<UINT16> m_paletteram;
UINT8 m_palette_lookup[32][4];
const pen_t *m_bg_pen;
int m_screen_shadow;