mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +03:00
fix Clang compile (nw)
This commit is contained in:
parent
ed6e8fbdeb
commit
c08c7d6e53
@ -157,7 +157,7 @@
|
||||
|
||||
#if SNES_LAYER_DEBUG
|
||||
/* red green blue purple yellow cyan grey white */
|
||||
static const uint16_t dbg_mode_colours[8] = { 0x1f, 0x3e0, 0x7c00, 0x7c1f, 0x3ff, 0x7fe0, 0x4210, 0x7fff };
|
||||
//static const uint16_t dbg_mode_colours[8] = { 0x1f, 0x3e0, 0x7c00, 0x7c1f, 0x3ff, 0x7fe0, 0x4210, 0x7fff };
|
||||
#endif /* SNES_LAYER_DEBUG */
|
||||
|
||||
static const uint16_t table_obj_offset[8][8] =
|
||||
|
Loading…
Reference in New Issue
Block a user