Skip to content

Commit

Permalink
Fix end of reverb address area.
Browse files Browse the repository at this point in the history
Was preventing the last address from being updated.
  • Loading branch information
jpd002 committed Jun 10, 2024
1 parent c11f0db commit 67aa1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/iop/Iop_Spu2_Core.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace Iop
VA_NAX_LO = 0x1F9001CA,
R_REG_BASE = 0x1F9002E0,
RVB_A_REG_BASE = 0x1F9002E4, //Reverb Base
RVB_A_REG_END = 0x1F900338,
RVB_A_REG_END = 0x1F90033C,
A_ESA_HI = 0x1F9002E0,
A_ESA_LO = 0x1F9002E2,
A_EEA_HI = 0x1F90033C,
Expand Down

0 comments on commit 67aa1c2

Please sign in to comment.