mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-31 09:32:36 +00:00
Implementing SMC headers and starting to implement LoRom mapping
This commit is contained in:
+3
-1
@@ -12,5 +12,7 @@ namespace ComSquare
|
||||
apu(new APU::APU()),
|
||||
cartridge(new Cartridge::Cartridge(romPath)),
|
||||
wram(new Ram::Ram(16384))
|
||||
{ }
|
||||
{
|
||||
bus->mapComponents(*this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user