mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 08:11:55 +00:00
Solving a bug with the jump instruction
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user