mirror of https://github.com/stella-emu/stella.git
adjust yStart
This commit is contained in:
parent
0ce7fe52b3
commit
292cb817fe
|
@ -31,8 +31,8 @@ enum Metrics: uInt32 {
|
|||
baseHeightPAL = 288,
|
||||
maxLinesVsync = 50,
|
||||
initialGarbageFrames = TIAConstants::initialGarbageFrames,
|
||||
ystartNTSC = 34,
|
||||
ystartPAL = 39
|
||||
ystartNTSC = 16,
|
||||
ystartPAL = 19
|
||||
};
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue