Skip to content

Commit

Permalink
Extend vsync to four lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarte committed Sep 11, 2024
1 parent 2b7382a commit 4457446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Machines/Oric/Video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4457446

Please sign in to comment.