Solving a bug with the jump instruction

This commit is contained in:
AnonymusRaccoon
2020-03-13 15:33:38 +01:00
parent c15ec0a9cb
commit 92950dd844
5 changed files with 13 additions and 21 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace ComSquare
//! @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, unsigned i);
void _mirrorComponents(SNES &console, unsigned i);
public:
MemoryBus() = default;