Skip to content

Commit

Permalink
smb1 spc player
Browse files Browse the repository at this point in the history
  • Loading branch information
snesrev committed Jul 15, 2023
1 parent a85133d commit c5905ff
Show file tree
Hide file tree
Showing 4 changed files with 1,552 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smb1/smb1_08.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ void UploadSpuData() {
WriteReg(NMITIMEN, 0);
WriteReg(HDMAEN, 0);
WriteReg(APUI01, 0xFFu);
R0_ = 70;
R1_ = -95;
R0_ = 0x46;
R1_ = 0xa1;
R2_ = 8;
HandleSPCUploads_Main();
}

void UploadSPCEngine() {
R0_ = 0;
R1_ = -48;
R1_ = 0xd0;
R2_ = 9;
HandleSPCUploads_Main();
}
Expand Down
Loading

0 comments on commit c5905ff

Please sign in to comment.