Skip to content
Snippets Groups Projects
Verified Commit 21b036d9 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: tiny fixes

parent c3687d7d
No related branches found
No related tags found
No related merge requests found
Pipeline #3363 passed
...@@ -92,7 +92,7 @@ impl Cpu { ...@@ -92,7 +92,7 @@ impl Cpu {
/// Sets the CPU registers and some of the memory space to the /// Sets the CPU registers and some of the memory space to the
/// state expected after the Game Boy boot ROM executes, using /// state expected after the Game Boy boot ROM executes, using
/// these values its possible to skip the boot loading process. /// these values it's possible to skip the boot loading process.
pub fn boot(&mut self) { pub fn boot(&mut self) {
self.pc = 0x0100; self.pc = 0x0100;
self.sp = 0xfffe; self.sp = 0xfffe;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment