Implementing SMC headers and starting to implement LoRom mapping

This commit is contained in:
AnonymusRaccoon
2020-02-04 13:37:14 +01:00
parent 8261c273b2
commit 5d766f3200
5 changed files with 19 additions and 6 deletions
+3 -1
View File
@@ -12,5 +12,7 @@ namespace ComSquare
apu(new APU::APU()),
cartridge(new Cartridge::Cartridge(romPath)),
wram(new Ram::Ram(16384))
{ }
{
bus->mapComponents(*this);
}
}