1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-15 14:27:29 +00:00

Merge pull request #1023 from TomHarte/AppleIIAutostart

Undo bad guess at initial switch state.
This commit is contained in:
Thomas Harte
2022-04-17 17:07:56 -04:00
committed by GitHub

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;