Skip to content

Commit

Permalink
Fix bug in background page table init
Browse files Browse the repository at this point in the history
  • Loading branch information
hcs64 committed Jun 3, 2024
1 parent dc3c3cc commit 4c11fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappers/mapper5.asm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Init:
lli cpu_t0, 0xff

// Initial BG CHR setup
la_gp(t0, chrrom_start)
ls_gp(lw t0, chrrom_start)
ls_gp(sw t0, mmc5_pattern_map + 0*4)
ls_gp(sw t0, mmc5_pattern_map + 1*4)
ls_gp(sw t0, mmc5_pattern_map + 2*4)
Expand Down

0 comments on commit 4c11fd7

Please sign in to comment.