mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-08 04:00:38 +00:00
Fixing some tests
This commit is contained in:
+1
-3
@@ -15,9 +15,7 @@ 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