Skip to content

Commit

Permalink
Fix RI Regist locations
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgamma7 committed Aug 24, 2020
1 parent 502bfc0 commit f88f68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/n64loaderwv/N64LoaderWVLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ protected void load(ByteProvider provider, LoadSpec loadSpec, List<Option> optio
program.getSymbolTable().createLabel(MakeAddress(0xA470001CL), "RI_WERROR", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0xA4800000L), "SI_DRAM_ADDR", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0xA4800004L), "SI_PIF_ADDR_RD64B_REG", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0xA4800008L), "SI_PIF_ADDR_WR64B_REG", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0xA480000CL), "SI_STATUS", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0xA4800010L), "SI_PIF_ADDR_WR64B_REG", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0xA4800018L), "SI_STATUS", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0x80000300L), "NTSC_PAL", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0x80000304L), "CART_DD", SourceType.ANALYSIS);
program.getSymbolTable().createLabel(MakeAddress(0x80000308L), "ROM_BASE", SourceType.ANALYSIS);
Expand Down

0 comments on commit f88f68a

Please sign in to comment.