1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Mostly wire in a Z80 second processor.

This commit is contained in:
Thomas Harte
2025-11-04 17:36:30 -05:00
parent 64842d4de2
commit f4d15d0640
9 changed files with 121 additions and 16 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ struct BBCMicroTarget: public ::Analyser::Static::Target, public Reflection::Str
bool has_adfs = false;
bool has_sideways_ram = true;
ReflectableEnum(TubeProcessor, None, WDC65C02);
ReflectableEnum(TubeProcessor, None, WDC65C02, Z80);
TubeProcessor tube_processor = TubeProcessor::None;
BBCMicroTarget() : Analyser::Static::Target(Machine::BBCMicro) {}