diff --git a/Machines/Apple/AppleII/AuxiliaryMemorySwitches.hpp b/Machines/Apple/AppleII/AuxiliaryMemorySwitches.hpp index 74514ccce..0e442dc68 100644 --- a/Machines/Apple/AppleII/AuxiliaryMemorySwitches.hpp +++ b/Machines/Apple/AppleII/AuxiliaryMemorySwitches.hpp @@ -39,9 +39,9 @@ template class AuxiliaryMemorySwitches { bool write = false; }; - /// Describes banking state in the ranges $0200–$3FFF, $0800–$1FFF and $4000–$BFFF. + /// Describes banking state in the ranges $0200–$03FF, $0800–$1FFF and $4000–$BFFF. Region base; - /// Describes banking state in the range $0400–$7FFF. + /// Describes banking state in the range $0400–$07FF. Region region_04_08; /// Describes banking state in the range $2000–$3FFF. Region region_20_40; diff --git a/Machines/Apple/AppleII/LanguageCardSwitches.hpp b/Machines/Apple/AppleII/LanguageCardSwitches.hpp index 71bbf67bd..758697b9c 100644 --- a/Machines/Apple/AppleII/LanguageCardSwitches.hpp +++ b/Machines/Apple/AppleII/LanguageCardSwitches.hpp @@ -22,7 +22,7 @@ template class LanguageCardSwitches { public: struct State { /// When RAM is visible in the range $D000–$FFFF: - /// @c true indicates that bank 2 should be used; + /// @c true indicates that bank 2 should be used between $D000 and $DFFF; /// @c false indicates bank 1. bool bank2 = true;