Skip to content

Commit

Permalink
commented out path load to test CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav committed Aug 18, 2023
1 parent 22cbb0d commit a173217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ void initCPU(Z80_State *cpu)
exit(1);
}
init_mmu(cpu->mmu);
load_memory(cpu->mmu, "/Users/pranavdronavalli/Downloads/gb-test-roms-master/cpu_instrs/individual/03-op sp,hl.gb");
// load_memory(cpu->mmu, "/Users/pranavdronavalli/Downloads/gb-test-roms-master/cpu_instrs/individual/03-op sp,hl.gb");
}

0 comments on commit a173217

Please sign in to comment.