summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ppu2c0x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ppu2c0x.c')
-rw-r--r--src/mame/video/ppu2c0x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ppu2c0x.c b/src/mame/video/ppu2c0x.c
index d62b47c0a0e..92a77afecd0 100644
--- a/src/mame/video/ppu2c0x.c
+++ b/src/mame/video/ppu2c0x.c
@@ -918,7 +918,7 @@ static WRITE8_HANDLER( ppu2c0x_palette_write )
// palette RAM is only 6 bits wide
data &= 0x3f;
-
+
// transparent pens are mirrored!
if (offset & 0x3)
{