Emulator: Set registers for the power-up sequence
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user