mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Tweak guess at initial state.
This commit is contained in:
@@ -82,7 +82,7 @@ template <typename Machine> class AuxiliaryMemorySwitches {
|
||||
bool read_auxiliary_memory = false;
|
||||
bool write_auxiliary_memory = false;
|
||||
|
||||
bool internal_CX_rom = false;
|
||||
bool internal_CX_rom = true;
|
||||
bool slot_C3_rom = false;
|
||||
bool internal_C8_rom = false;
|
||||
|
||||
|
@@ -241,7 +241,7 @@ class MemoryMap {
|
||||
friend AuxiliaryMemorySwitches;
|
||||
friend LanguageCardSwitches;
|
||||
|
||||
uint8_t shadow_register_ = 0x08;
|
||||
uint8_t shadow_register_ = 0x00;
|
||||
uint8_t speed_register_ = 0x00;
|
||||
|
||||
// MARK: - Memory banking.
|
||||
|
Reference in New Issue
Block a user