Skip to content

Commit

Permalink
update PSEMU/CPU.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Oct 7, 2023
1 parent cfab063 commit 863c594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSEMU/CPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ void op_sllv(uint32_t instruction);
void op_lwl(uint32_t instruction);
void op_lwr(uint32_t instruction);
void op_bcond(uint32_t instruction);
void op_xori(uint32_t instruction);

void loadInstructions();
void loadBiosCode(uint32_t* binaryCode, size_t numI);
Expand Down

0 comments on commit 863c594

Please sign in to comment.