1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Undo bad guess at initial switch state.

This commit is contained in:
Thomas Harte 2022-04-17 17:03:05 -04:00
parent 945e935312
commit efff91ea3d

View File

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