Skip to content

Commit

Permalink
Merge pull request #909 from TomHarte/BackToFive
Browse files Browse the repository at this point in the history
Tweaks video timing, again.
  • Loading branch information
TomHarte authored Apr 7, 2021
2 parents aa8ce5c + 60e8273 commit 8a6985c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Machines/Sinclair/ZXSpectrum/Video.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ template <VideoTiming timing> class Video {
.cycles_per_line = 228 * 2,
.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
// cycles between a Z80 access and the first video fetch.
.contention_leadin = 6 * 2,
.contention_leadin = 5 * 2,
.contention_duration = 129 * 2,

// i.e. interrupt is first signalled 14368 cycles before the first video fetch.
Expand Down

0 comments on commit 8a6985c

Please sign in to comment.