summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ppu2c0x_sh6578.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-09-27 11:00:56 +1000
committer Vas Crabb <vas@vastheman.com>2020-09-27 11:00:56 +1000
commit6e807013c570ed6b5ff7f950a3b131914b9718f3 (patch)
tree86eb67544d14d9ee32a18467d7ba859f19f36a51 /src/devices/video/ppu2c0x_sh6578.cpp
parent7dad0f4f58e2e0e59b72f3df672ecfe2c8168545 (diff)
Disable SOUND_DEBUG for non-debug builds, and srcclean
Diffstat (limited to 'src/devices/video/ppu2c0x_sh6578.cpp')
-rw-r--r--src/devices/video/ppu2c0x_sh6578.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ppu2c0x_sh6578.cpp b/src/devices/video/ppu2c0x_sh6578.cpp
index 8187856bc34..66ede857004 100644
--- a/src/devices/video/ppu2c0x_sh6578.cpp
+++ b/src/devices/video/ppu2c0x_sh6578.cpp
@@ -174,7 +174,7 @@ void ppu_sh6578_device::draw_background(uint8_t* line_priority)
{
color_mask = 0xff;
}
-
+
/* cache the background pen */
pen_t back_pen = m_nespens[m_back_color & color_mask];