diff --git a/Components/9918/Implementation/Storage.hpp b/Components/9918/Implementation/Storage.hpp index 141912cd0..627ce8daf 100644 --- a/Components/9918/Implementation/Storage.hpp +++ b/Components/9918/Implementation/Storage.hpp @@ -294,7 +294,6 @@ struct YamahaFetcher { }; struct YamahaCommandState { - // Command engine state. CommandContext command_context_; ModeDescription mode_description_; std::unique_ptr command_ = nullptr; @@ -358,6 +357,8 @@ struct YamahaCommandState { template struct Storage>: public YamahaFetcher, public YamahaCommandState { using AddressT = uint32_t; + // The Yamaha's (optional in real hardware) additional 64kb of expansion RAM. + // This is a valid target and source for the command engine, but can't be used as a source for current video data. std::array expansion_ram_; // Register indirections.