Commit Graph

80 Commits

Author SHA1 Message Date
Ryan Dwyer 3f8a924a05 Decompile osPiGetCmdQueue 2021-01-26 23:30:20 +10:00
Ryan Dwyer 2a933aa362 Decompile osStartThread 2021-01-26 23:26:29 +10:00
Ryan Dwyer 65ce393b78 Decompile osSetThreadPri 2021-01-26 23:24:12 +10:00
Ryan Dwyer 7065b126dc Decompile osStopThread 2021-01-26 23:22:30 +10:00
Ryan Dwyer b9d20f4175 Decompile osYieldThread 2021-01-26 22:57:31 +10:00
Ryan Dwyer e5be999d06 Decompile __osDequeueThread 2021-01-26 22:54:56 +10:00
Ryan Dwyer 15a65decbe Decompile __osResetGlobalIntMask 2021-01-26 22:50:15 +10:00
Ryan Dwyer 6a8c58b29b Decompile osDestroyThread 2021-01-26 22:44:10 +10:00
Ryan Dwyer 1602590ab4 Decompile __osViInit 2021-01-26 20:53:56 +10:00
Ryan Dwyer 758a1a31f6 Decompile osViSetEvent 2021-01-26 20:07:38 +10:00
Ryan Dwyer cc9df2b186 Decompile osSpTaskYeilded 2021-01-26 19:58:32 +10:00
Ryan Dwyer a15686b075 Decompile osDpGetCounters 2021-01-26 19:54:48 +10:00
Ryan Dwyer 53509102ae Decompile __osSpDeviceBusy 2021-01-26 19:52:30 +10:00
Ryan Dwyer 3f32e28a7d Decompile __osSpSetPc 2021-01-26 19:46:42 +10:00
Ryan Dwyer d460a7fcdb Decompile osViGetCurrentFramebuffer 2021-01-26 19:37:26 +10:00
Ryan Dwyer 9bd39d0101 Decompile osViGetNextFramebuffer 2021-01-26 19:31:50 +10:00
Ryan Dwyer e967f581c2 Convert osMapTLBRdb to ASM 2021-01-26 15:33:42 +10:00
Ryan Dwyer d951c64c1a Decompile __f_to_ll, __ull_to_d and __ull_to_f 2021-01-25 17:43:41 +10:00
Ryan Dwyer 18364b4e90 Decompile ll.c functions 2021-01-25 17:38:12 +10:00
Ryan Dwyer ae26bcd06b Rename $CC env var to $IDOCC to avoid conflicts 2021-01-23 10:26:56 +10:00
Ryan Dwyer dd7927900f Minor cleanup 2021-01-17 01:06:06 +10:00
Ryan Dwyer 3fba1dbfee Add support for building with a custom compiler (eg. recomp) 2021-01-16 23:46:52 +10:00
Ryan Dwyer 1d3ba405dd Rename JAP to JPN 2021-01-04 08:23:02 +10:00
Ryan Dwyer bbd44a9953 ntsc-beta: Make boot segment nearly the correct size 2020-12-21 17:48:01 +10:00
Ryan Dwyer be09d69402 ntsc-beta: Get it building without errors 2020-12-20 22:06:23 +10:00
Ryan Dwyer d50d8c15f6 Rename font variables and segments to have meaningful names 2020-12-19 23:54:22 +10:00
Ryan Dwyer 084a57082d Add support for simultaneous build jobs (make -j) 2020-12-12 21:54:19 +10:00
Ryan Dwyer a73335640a Fix build errors on Debian 2020-11-02 18:05:10 +10:00
Ryan Dwyer 2de0ef3028 Remove uses of MATCHING environment variable and make patchpiracysums offer advice when it fails 2020-11-01 09:16:35 +10:00
Ryan Dwyer 29a6304716 Convert unknown1 segment to C and rename to textureconfig 2020-10-11 15:24:19 +10:00
Ryan Dwyer e050353016 Split fonts segment into one per font and and replace some segment pointers with linker variables 2020-08-26 17:24:06 +10:00
Ryan Dwyer 23b6bd2643 Restructure build workflow
* All segments are now extracted from the base ROM; the base ROM is no
longer a compile time dependency
* ROM segments are now positioned relatively to each rather than with
hard coded addresses
* Piracy checksums are calculated during build
2020-08-25 20:40:35 +10:00
Ryan Dwyer 86307c5053 Decompile firingrange ROM segment 2020-08-08 19:15:39 +10:00
Ryan Dwyer 6f69f7deb5 Decompile mpstrings segments 2020-04-27 17:42:02 +10:00
Ryan Dwyer 15ee3c168e Decompile mpconfigs segment 2020-04-26 21:48:17 +10:00
Ryan Dwyer e3aae94c9e Makefile fixes 2020-04-24 19:52:29 +10:00
Ryan Dwyer 8a78dd6d93 Decompile func0f119478 2020-04-20 19:21:34 +10:00
Ryan Dwyer 0a1f948a52 Allow switching versions without having to make clean 2020-04-19 23:53:08 +10:00
Ryan Dwyer efec1108e0 Create separate lang files for each version 2020-04-15 17:07:00 +10:00
Ryan Dwyer 5f99dee42c jap-final: Fix mismatches in setup files 2020-04-14 19:43:06 +10:00
Ryan Dwyer 9f17b12316 Introduce multi-version support 2020-04-14 17:12:59 +10:00
Ryan Dwyer 14490f181b Rename library segment to lib 2020-02-28 17:13:16 +10:00
Ryan Dwyer 9821b05dfd Decompile chrTickDruggedDrop 2020-02-21 22:11:22 +10:00
Ryan Dwyer 4f391275c1 Generate include statements programatically, make declarations consistent with declarations and treat warnings as fatal 2020-02-10 17:09:03 +10:00
Ryan Dwyer 364df143dc Rename stage1 to pd and make build output less noisy 2020-02-09 20:06:57 +10:00
Ryan Dwyer 9f4caad10f Fix warnings 2020-02-05 17:49:51 +10:00
Ryan Dwyer aeb34076f1 Restructure weapon function structs and decompile func0f011560 2020-02-02 23:03:27 +10:00
Ryan Dwyer b06e2a87b2 Convert setup segment into game's .data segment 2020-02-02 19:22:36 +10:00
Ryan Dwyer 669add3455 Replace another python path with env 2020-02-02 14:42:08 +10:00
Ryan Dwyer bd094bf859 Decompile chrConsiderGrenadeThrow 2020-01-22 19:06:51 +10:00