mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 05:35:10 +00:00
Updating to catch 3
This commit is contained in:
@@ -15,7 +15,9 @@ namespace ComSquare
|
||||
cpu(this->bus, cartridge.header),
|
||||
ppu(renderer),
|
||||
apu(renderer)
|
||||
{}
|
||||
{
|
||||
this->bus.mapComponents(*this);
|
||||
}
|
||||
|
||||
SNES::SNES(const std::string &romPath, Renderer::IRenderer &renderer)
|
||||
: bus(),
|
||||
|
||||
Reference in New Issue
Block a user