mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Add TODO.
This commit is contained in:
parent
02f92a7818
commit
26d7d58a5f
@ -185,6 +185,8 @@ class CRTCBusHandler {
|
||||
bus state and determines what output to produce based on the current palette and mode.
|
||||
*/
|
||||
forceinline void perform_bus_cycle(const Motorola::CRTC::BusState &state) {
|
||||
// TODO: there's a one-tick delay on pixel output; incorporate that.
|
||||
|
||||
// The gate array waits 2us to react to the CRTC's vsync signal, and then
|
||||
// caps output at 4us. Since the clock rate is 1Mhz, that's 2 and 4 cycles,
|
||||
// respectively.
|
||||
|
Loading…
Reference in New Issue
Block a user