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
-1
View File
@@ -16,6 +16,5 @@ int main(int argc, char **argv)
}
Memory::MemoryBus bus;
SNES snes(std::make_shared<Memory::MemoryBus>(bus), argv[1]);
bus.mapComponents(snes);
return 0;
}