summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ppu2c0x_sh6578.cpp
diff options
context:
space:
mode:
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 c075f684147..0514d7dcc8d 100644
--- a/src/devices/video/ppu2c0x_sh6578.cpp
+++ b/src/devices/video/ppu2c0x_sh6578.cpp
@@ -145,7 +145,7 @@ void ppu_sh6578_device::draw_tile(uint8_t* line_priority, int color_byte, int co
pen = this->pen(palval);
}
- *dest = pen;
+ *dest = pen;
// priority marking
if (!trans)