Finishing the common bus for all modes

This commit is contained in:
AnonymusRaccoon
2020-01-28 17:44:16 +01:00
parent dd002759ca
commit 2bcd046f78
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace ComSquare
std::shared_ptr<IMemory> getAccessor(uint24_t addr);
//! @brief The last value read via the memory bus.
uint8_t _openbus = 0;
//! @brief Mirror components to other banks. (Used by the mapComponents method).
//! @brief WRam, CPU, PPU & ALU registers are mirrored to all banks of Q1 & Q3. This function is used for the mirroring.
//! @param console All the components.
//! @param i Base address for the mirrors.
inline void _mirrorComponents(struct SNES &console, int i);