1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-05 23:56:33 +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
commit fb3de9ce9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;