summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2019-10-19 21:53:43 -0400
committer arbee <rb6502@users.noreply.github.com>2019-10-19 21:53:43 -0400
commitc08c7d6e53a484570b7f0645f45bb2d529547e48 (patch)
tree153e124c8b3b34bf93095056918cd43c4a654177
parented6e8fbdeba6c8e307ceead4a38acf0784fa9a94 (diff)
fix Clang compile (nw)
-rw-r--r--src/devices/video/snes_ppu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/snes_ppu.cpp b/src/devices/video/snes_ppu.cpp
index 21ca485adf4..52e1492e483 100644
--- a/src/devices/video/snes_ppu.cpp
+++ b/src/devices/video/snes_ppu.cpp
@@ -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] =