adjust yStart

This commit is contained in:
thrust26 2020-01-11 09:57:45 +01:00
parent 0ce7fe52b3
commit 292cb817fe
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ enum Metrics: uInt32 {
baseHeightPAL = 288,
maxLinesVsync = 50,
initialGarbageFrames = TIAConstants::initialGarbageFrames,
ystartNTSC = 34,
ystartPAL = 39
ystartNTSC = 16,
ystartPAL = 19
};
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -