mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Extend vsync to four lines.
This commit is contained in:
parent
2b7382a014
commit
44574465c5
@ -17,7 +17,7 @@ using namespace Oric;
|
|||||||
namespace {
|
namespace {
|
||||||
const unsigned int PAL50VSyncStartPosition = 256*64;
|
const unsigned int PAL50VSyncStartPosition = 256*64;
|
||||||
const unsigned int PAL60VSyncStartPosition = 234*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 PAL60VSyncEndPosition = 238*64;
|
||||||
const unsigned int PAL50Period = 312*64;
|
const unsigned int PAL50Period = 312*64;
|
||||||
const unsigned int PAL60Period = 264*64;
|
const unsigned int PAL60Period = 264*64;
|
||||||
|
Loading…
Reference in New Issue
Block a user