1
0
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:
Thomas Harte
2023-01-08 21:25:22 -05:00
parent 8cc20844a9
commit 794adf470b
3 changed files with 32 additions and 11 deletions

View File

@@ -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_;