mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-03 10:26:36 +00:00
Creating a base window
This commit is contained in:
@@ -30,6 +30,11 @@ 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 Enable the CPU's debugging window.
|
||||
void enableCPUDebugging();
|
||||
//! @brief Disable the CPU's debugging window.
|
||||
void disableCPUDebugging();
|
||||
//! @brief Create all the components using a common memory bus for all of them.
|
||||
SNES(const std::shared_ptr<Memory::MemoryBus> &bus, const std::string &ramPath, Renderer::IRenderer &renderer);
|
||||
SNES(const SNES &) = default;
|
||||
|
||||
Reference in New Issue
Block a user