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:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user