mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-23 20:29:42 +00:00
Tweaks timing a little.
This commit is contained in:
parent
ef636da866
commit
d7954a4cb1
@ -122,10 +122,10 @@ template <VideoTiming timing> class Video {
|
||||
.cycles_per_line = 228 * 2,
|
||||
.lines_per_frame = 311,
|
||||
|
||||
.contention_leadin = 5 * 2,
|
||||
.contention_leadin = 2 * 2,
|
||||
.contention_duration = 128 * 2,
|
||||
|
||||
.interrupt_time = (228*311 - 14361) * 2,
|
||||
.interrupt_time = (228*311 - 14366) * 2,
|
||||
|
||||
.delays = {
|
||||
12, 11,
|
||||
@ -147,10 +147,10 @@ template <VideoTiming timing> class Video {
|
||||
.cycles_per_line = 224 * 2,
|
||||
.lines_per_frame = 312,
|
||||
|
||||
.contention_leadin = 5 * 2,
|
||||
.contention_leadin = 2 * 2,
|
||||
.contention_duration = 128 * 2,
|
||||
|
||||
.interrupt_time = (224*312 - 14330) * 2,
|
||||
.interrupt_time = (224*312 - 14339) * 2,
|
||||
|
||||
.delays = {
|
||||
12, 11,
|
||||
|
Loading…
Reference in New Issue
Block a user