Emulator: Set registers for the power-up sequence

This commit is contained in:
Riyyi
2022-08-19 21:09:22 +02:00
parent 52cd604eb1
commit dcc517c28d
3 changed files with 16 additions and 5 deletions
-1
View File
@@ -29,7 +29,6 @@ int main(int argc, char* argv[])
Emu::the().addMemorySpace("CARDROM", 1024);
// Get shared register
Emu::the().processingUnit("cpu")->update();
print("{}\n", *Emu::the().processingUnit("cpu")->sharedRegister("a"));
print("{}\n", *Emu::the().processingUnit("cpu")->sharedRegister("bc"));