summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nbmj8900.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nbmj8900.h')
-rw-r--r--src/mame/includes/nbmj8900.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/nbmj8900.h b/src/mame/includes/nbmj8900.h
index 3ab9a43683b..485eaecb2ca 100644
--- a/src/mame/includes/nbmj8900.h
+++ b/src/mame/includes/nbmj8900.h
@@ -37,7 +37,7 @@ public:
bitmap_ind16 m_tmpbitmap1;
UINT8 *m_videoram0;
UINT8 *m_videoram1;
- UINT8 *m_palette;
+ UINT8 *m_palette_ptr;
UINT8 *m_clut;
int m_flipscreen_old;
DECLARE_READ8_MEMBER(nbmj8900_palette_type1_r);