1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-25 01:32:55 +00:00

Merge pull request #1403 from TomHarte/OricVSync

Extend Oric vsync to four lines.
This commit is contained in:
Thomas Harte 2024-09-12 21:08:51 -04:00 committed by GitHub
commit 53e73238fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ using namespace Oric;
namespace {
const unsigned int PAL50VSyncStartPosition = 256*64;
const unsigned int PAL60VSyncStartPosition = 234*64;
const unsigned int PAL50VSyncEndPosition = 259*64; // 19966
const unsigned int PAL50VSyncEndPosition = 260*64;
const unsigned int PAL60VSyncEndPosition = 238*64;
const unsigned int PAL50Period = 312*64;
const unsigned int PAL60Period = 264*64;