summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mame.h')
-rw-r--r--src/emu/mame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/mame.h b/src/emu/mame.h
index 940c3fd4fb5..63a2edf9981 100644
--- a/src/emu/mame.h
+++ b/src/emu/mame.h
@@ -186,6 +186,7 @@ struct _running_machine
/* fix me - some games try to modify remapped_colortable directly */
/* search for "palette hack" to find instances */
const pen_t * pens; /* remapped palette pen numbers */
+ struct _colortable_t * colortable; /* global colortable for remapping */
const UINT16 * game_colortable; /* lookup table used to map gfx pen numbers to color numbers */
const pen_t * remapped_colortable;/* the above, already remapped through Machine->pens */
pen_t * shadow_table; /* table for looking up a shadowed pen */