Quicknes - clip top and bottom true by default

This commit is contained in:
adelikat 2014-04-25 01:22:22 +00:00
parent de1cb218a6
commit 8c0526b90f
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES
{
NumSprites = 8,
ClipLeftAndRight = false,
ClipTopAndBottom = false,
ClipTopAndBottom = true,
_Palette = GetDefaultColors()
};
}