Starting testing

This commit is contained in:
Melefo
2020-02-05 16:15:21 +01:00
parent 4bb0310dca
commit bc65afb405
11 changed files with 90 additions and 18 deletions

View File

@@ -28,9 +28,9 @@ namespace ComSquare
std::shared_ptr<IMemory> getAccessor(uint24_t addr);
//! @brief The last value read via the memory bus.
uint8_t _openbus = 0;
uint8_t _openBus = 0;
//! @brief WRam, CPU, PPU & ALU registers are mirrored to all banks of Q1 & Q3. This function is used for the mirroring.
//! @brief WRam, CPU, PPU & APU 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(SNES &console, int i);