summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emupal.c')
-rw-r--r--src/emu/emupal.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/emu/emupal.c b/src/emu/emupal.c
index 44ace94bba9..624d05323b3 100644
--- a/src/emu/emupal.c
+++ b/src/emu/emupal.c
@@ -325,9 +325,8 @@ void palette_set_shadow_dRGB32(running_machine *machine, int mode, int dr, int d
stable->db = db;
stable->noclip = noclip;
- #if VERBOSE
+ if (VERBOSE)
popmessage("shadow %d recalc %d %d %d %02x", mode, dr, dg, db, noclip);
- #endif
/* regenerate the table */
for (i = 0; i < 32768; i++)
@@ -775,10 +774,6 @@ static void configure_rgb_shadows(running_machine *machine, int mode, float fact
assert(palette->format != BITMAP_FORMAT_INDEXED16);
assert(stable->base != NULL);
- #if VERBOSE
- popmessage("shadow %d recalc %d %d %d %02x", mode, dr, dg, db, noclip);
- #endif
-
/* regenerate the table */
for (i = 0; i < 32768; i++)
{