trig tables shiftable (#596)

This commit is contained in:
MegaMech
2024-04-05 21:42:14 -06:00
committed by GitHub
parent 12f332614e
commit c4d596d297
24 changed files with 297 additions and 305 deletions
-21
View File
@@ -1,21 +0,0 @@
#ifndef HARDCODED_SEGMENTS_H
#define HARDCODED_SEGMENTS_H
/**
* @file Contains hardcoded segment addresses
* Only used in the linker
**/
#define LINKER_MAIN 0x80000400
#define LINKER_ENDING 0x80280000
#define LINKER_RACING 0x8028DF00
#define LINKER_TRIG_TABLES 0x802BA370
// End of Jumper pak memory
#define RDRAM_END 0x807FFFFF
#endif /* HARDCODED_SEGMENTS_H */