mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 00:30:31 +00:00
Tweaks video timing, again.
This commit is contained in:
parent
aa8ce5c1ac
commit
60e8273de2
@ -88,10 +88,10 @@ template <VideoTiming timing> class Video {
|
|||||||
.cycles_per_line = 228 * 2,
|
.cycles_per_line = 228 * 2,
|
||||||
.lines_per_frame = 311,
|
.lines_per_frame = 311,
|
||||||
|
|
||||||
// i.e. video fetching begins six cycles after the start of the
|
// i.e. video fetching begins five cycles after the start of the
|
||||||
// contended memory pattern below; that should put a clear two
|
// contended memory pattern below; that should put a clear two
|
||||||
// cycles between a Z80 access and the first video fetch.
|
// cycles between a Z80 access and the first video fetch.
|
||||||
.contention_leadin = 6 * 2,
|
.contention_leadin = 5 * 2,
|
||||||
.contention_duration = 129 * 2,
|
.contention_duration = 129 * 2,
|
||||||
|
|
||||||
// i.e. interrupt is first signalled 14368 cycles before the first video fetch.
|
// i.e. interrupt is first signalled 14368 cycles before the first video fetch.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user