summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-01-20 19:00:55 +0100
committer MooglyGuy <therealmogminer@gmail.com>2019-01-20 19:00:55 +0100
commit7805e7e9f4b03bb34674d2c8f1eb3e77ee873483 (patch)
tree147cba9c3ca0016228618cc939473b8e882d4741
parent30ca803ec56da895533d7eed5e81cacb4f0a786b (diff)
-spg2xx: Remove stale debug printf, nw
-rw-r--r--src/devices/machine/spg2xx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/spg2xx.cpp b/src/devices/machine/spg2xx.cpp
index dcebfa1275a..e2591637367 100644
--- a/src/devices/machine/spg2xx.cpp
+++ b/src/devices/machine/spg2xx.cpp
@@ -695,7 +695,6 @@ uint32_t spg2xx_device::screen_update(screen_device &screen, bitmap_rgb32 &bitma
if (SPG_DEBUG_VIDEO && m_debug_palette)
{
- printf("Palette entry 0x37 is: %04x, which maps to an RGB value of %08x\n", m_paletteram[0x37], m_rgb555_to_rgb888[m_paletteram[0x37] & 0x7fff]);
for (int y = cliprect.min_y; y <= cliprect.max_y && y < 128; y++)
{
const uint16_t high_nybble = (y / 8) << 4;