mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 08:11:55 +00:00
Implementing a rectangle memory accesor for the Cartridge (for the LoRom)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace ComSquare
|
||||
{
|
||||
SNES::SNES(const std::shared_ptr<MemoryBus> &bus, const std::string &romPath) :
|
||||
SNES::SNES(const std::shared_ptr<Memory::MemoryBus> &bus, const std::string &romPath) :
|
||||
cpu(new CPU::CPU(bus)),
|
||||
ppu(new PPU::PPU()),
|
||||
apu(new APU::APU()),
|
||||
|
||||
Reference in New Issue
Block a user