mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-18 08:31:04 +00:00
Undo bad guess at initial switch state.
This commit is contained in:
parent
945e935312
commit
efff91ea3d
@ -82,7 +82,7 @@ template <typename Machine> class AuxiliaryMemorySwitches {
|
||||
bool read_auxiliary_memory = false;
|
||||
bool write_auxiliary_memory = false;
|
||||
|
||||
bool internal_CX_rom = true;
|
||||
bool internal_CX_rom = false;
|
||||
bool slot_C3_rom = false;
|
||||
bool internal_C8_rom = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user