mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-09 12:51:01 +00:00
new MemoryMap architecture
starting to working of voices and so on BRR, Envelopes, Gauss and Timers as they use each others
This commit is contained in:
@@ -41,8 +41,6 @@ namespace ComSquare
|
||||
std::shared_ptr<Ram::Ram> wram;
|
||||
//! @brief Save Ram residing inside the Cartridge in a real SNES.
|
||||
std::shared_ptr<Ram::Ram> sram;
|
||||
//! @brief External Ram used only by the Audio Processing Unit
|
||||
std::shared_ptr<APU::MemoryMap> apuRam;
|
||||
//! @brief Central Processing Unit of the SNES.
|
||||
std::shared_ptr<CPU::CPU> cpu;
|
||||
//! @brief Picture Processing Unit of the SNES
|
||||
|
||||
Reference in New Issue
Block a user