mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-26 11:17:59 +00:00
Break assumption that cycles = pixels; fix pixel clocking.
This commit is contained in:
@@ -743,7 +743,7 @@ class ConcreteMachine:
|
||||
};
|
||||
|
||||
CPU::Z80::Processor<ConcreteMachine, false, false> z80_;
|
||||
JustInTimeActor<TI::TMS::TMS9918<TI::TMS::Personality::TMS9918A>> vdp_;
|
||||
JustInTimeActor<TI::TMS::TMS9918<TI::TMS::Personality::V9938>> vdp_;
|
||||
Intel::i8255::i8255<i8255PortHandler> i8255_;
|
||||
|
||||
Concurrency::AsyncTaskQueue<false> audio_queue_;
|
||||
|
||||
Reference in New Issue
Block a user