mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Merge pull request #1023 from TomHarte/AppleIIAutostart
Undo bad guess at initial switch state.
This commit is contained in:
commit
fb3de9ce9d
@ -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…
Reference in New Issue
Block a user