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

feat: more instructions implemented

parent 53464ca3
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ fn main() { ...@@ -4,7 +4,7 @@ fn main() {
let mut game_boy = GameBoy::new(); let mut game_boy = GameBoy::new();
game_boy.load_boot_default(); game_boy.load_boot_default();
for i in 0..24650 { for i in 0..24700 {
game_boy.clock(); game_boy.clock();
if game_boy.cpu().pc() >= 0x3032 { if game_boy.cpu().pc() >= 0x3032 {
println!("{}", i); println!("{}", i);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment