mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Rearrange fields.
This commit is contained in:
parent
87317f5673
commit
044ac949ba
@ -53,14 +53,14 @@ template <VideoTiming timing> class Video {
|
|||||||
// Number of lines comprising a whole frame. Will be 311 or 312.
|
// Number of lines comprising a whole frame. Will be 311 or 312.
|
||||||
int lines_per_frame;
|
int lines_per_frame;
|
||||||
|
|
||||||
// Number of cycles after first pixel fetch at which interrupt is first signalled.
|
|
||||||
int interrupt_time;
|
|
||||||
|
|
||||||
// Number of cycles before first pixel fetch that contention starts to be applied.
|
// Number of cycles before first pixel fetch that contention starts to be applied.
|
||||||
int contention_leadin;
|
int contention_leadin;
|
||||||
// Period in a line for which contention is applied.
|
// Period in a line for which contention is applied.
|
||||||
int contention_duration;
|
int contention_duration;
|
||||||
|
|
||||||
|
// Number of cycles after first pixel fetch at which interrupt is first signalled.
|
||||||
|
int interrupt_time;
|
||||||
|
|
||||||
// Contention to apply, in half-cycles, as a function of number of half cycles since
|
// Contention to apply, in half-cycles, as a function of number of half cycles since
|
||||||
// contention began.
|
// contention began.
|
||||||
int delays[16];
|
int delays[16];
|
||||||
|
Loading…
Reference in New Issue
Block a user