@@ -2,33 +2,45 @@ The following is a list of projects known to be using **splat** along with the c
22
33## N64 Projects
44
5- - [ Aidyn Chronicles] ( https://github.com/blackgamma7/Aidyn ) ` unknown ` (does not build source)
6- - [ Animal Forest] ( https://github.com/zeldaret/af ) ` ido7.1 `
7- - [ Banjo Kazooie] ( https://gitlab.com/banjo.decomp/banjo-kazooie ) ` ido5.3 `
8- - [ Conker's Bad Fur Day] ( https://github.com/mkst/conker ) ` ido5.3 `
9- - [ Dinosaur Planet] ( https://github.com/zestydevy/dinosaur-planet ) ` ido5.3 `
10- - [ Dr. Mario 64] ( https://github.com/AngheloAlf/drmario64 ) ` kmc gcc2.7.2 ` & ` egcs gcc2.91.66 `
11- - [ Gauntlet Legends] ( https://github.com/Drahsid/gauntlet-legends ) ` kmc gcc2.7.2 ` (uses old KMC GCC wrapper - do not use for reference)
12- - [ Mario Party 3] ( https://github.com/PartyPlanner64/mp3 ) ` gcc2.7.2 TBD `
13- - [ Mischief Makers] ( https://github.com/Drahsid/mischief-makers ) ` ido5.3 `
14- - [ Neon Genesis Evangelion 64] ( https://github.com/farisawan-2000/evangelion ) ` kmc gcc2.7.2 `
15- - [ Paper Mario] ( https://github.com/pmret/papermario ) ` gcc2.8.1 `
16- - [ Pokemon Snap] ( https://github.com/ethteck/pokemonsnap ) ` ido7.1 `
17- - [ Pokemon Stadium] ( https://github.com/ethteck/pokemonstadium ) ` ido7.1 `
18- - [ Pokémon Puzzle League] ( https://github.com/AngheloAlf/puzzleleague64 ) ` kmc gcc2.7.2 `
19- - [ Rocket Robot on Wheels] ( https://github.com/RocketRet/Rocket-Robot-On-Wheels ) ` SN64 (build 970404) `
20- - [ Space Station Silicon Valley] ( https://github.com/mkst/sssv ) ` ido5.3 `
21- - [ Turok 3] ( https://github.com/drahsid/turok3 ) ` psyq gcc2.8.0 `
22- - [ Yoshi's Story] ( https://github.com/decompals/yoshis-story ) ` ido7.1 `
5+ | Project | Compiler | Build system | Notes
6+ |-------------------------------------------------------------------------------|--------------------------------|--------------|------------------------
7+ | [ Aidyn Chronicles] ( https://github.com/blackgamma7/Aidyn ) | unknown | makefile | (does not build source)
8+ | [ Animal Forest] ( https://github.com/zeldaret/af ) | ido7.1 | makefile |
9+ | [ Banjo Kazooie] ( https://gitlab.com/banjo.decomp/banjo-kazooie ) | ido5.3 | makefile |
10+ | [ Beetle Adventure Racing] ( https://github.com/synamaxmusic/bar-decomp ) | ido5.3 | makefile |
11+ | [ Conker's Bad Fur Day] ( https://github.com/mkst/conker ) | ido5.3 | makefile |
12+ | [ Dinosaur Planet] ( https://github.com/zestydevy/dinosaur-planet ) | ido5.3 | ninja/python |
13+ | [ Dr. Mario 64] ( https://github.com/AngheloAlf/drmario64 ) | kmc gcc2.7.2 & egcs gcc2.91.66 | makefile |
14+ | [ Gauntlet Legends] ( https://github.com/Drahsid/gauntlet-legends ) | kmc gcc2.7.2 | ninja/python | (uses old KMC GCC wrapper - do not use for reference)
15+ | [ Gex 64: Enter the Gecko] ( https://github.com/MatBourgon/Gex64Decomp ) | kmc gcc2.7.2 | makefile |
16+ | [ F-Zero X] ( https://github.com/inspectredc/fzerox ) | ido7.1 | makefile |
17+ | [ Mario Party 3] ( https://github.com/PartyPlanner64/mp3 ) | gcc2.7.2 TBD | makefile |
18+ | [ Mischief Makers] ( https://github.com/Drahsid/mischief-makers ) | ido5.3 | makefile |
19+ | [ Neon Genesis Evangelion 64] ( https://github.com/farisawan-2000/evangelion ) | kmc gcc2.7.2 | makefile |
20+ | [ Paper Mario] ( https://github.com/pmret/papermario ) | gcc2.8.1 | ninja |
21+ | [ Pilotwings 64] ( https://github.com/gcsmith/Pilotwings64Decomp ) | ido5.3 | makefile | 2.0D
22+ | [ Pokemon Snap] ( https://github.com/ethteck/pokemonsnap ) | ido7.1 | ninja |
23+ | [ Pokemon Stadium] ( https://github.com/ethteck/pokemonstadium ) | ido7.1 | makefile |
24+ | [ Pokémon Puzzle League] ( https://github.com/AngheloAlf/puzzleleague64 ) | kmc gcc2.7.2 | makefile |
25+ | [ Rocket Robot on Wheels] ( https://github.com/RocketRet/Rocket-Robot-On-Wheels ) | SN64 (build 970404) | makefile |
26+ | [ Snowboard Kids 2] ( https://github.com/cdlewis/snowboardkids2-decomp ) | kmc gcc2.7.2 | makefile |
27+ | [ Space Station Silicon Valley] ( https://github.com/mkst/sssv ) | ido5.3 | makefile |
28+ | [ Turok 3] ( https://github.com/drahsid/turok3 ) | psyq gcc2.8.0 | makefile |
29+ | [ Wave Race 64] ( https://github.com/LLONSIT/Wave-Race-64 ) | ido5.3 | makefile |
30+ | [ Yoshi's Story] ( https://github.com/decompals/yoshis-story ) | ido7.1 | makefile |
2331
2432## PS1 Projects
2533
26- - [ Evo's Space Adventures] ( https://github.com/mkst/esa ) ` psyq 4.6 (gcc2.95) `
27- - [ Final Fantasy 7] ( https://github.com/Drahsid/ffvii ) ` psyq <= 4.1 (gcc2.7.2) `
28- - [ Legacy of Kain: Soul Reaver] ( https://github.com/FedericoMilesi/soul-re ) ` psyq 4.3 (gcc2.8.1) `
29- - [ Silent Hill] ( https://github.com/Vatuu/silent-hill-decomp ) ` psyq <= 4.1 (gcc2.7.2) TBD `
34+ | Project | Compiler | Build system |
35+ | --------------------------------------------------------------------------| ----------------------------| ----------------|
36+ | [ Evo's Space Adventures] ( https://github.com/mkst/esa ) | psyq 4.6 (gcc2.95) | makefile |
37+ | [ Final Fantasy 7] ( https://github.com/Drahsid/ffvii ) | psyq <= 4.1 (gcc2.7.2) | makefile |
38+ | [ Legacy of Kain: Soul Reaver] ( https://github.com/FedericoMilesi/soul-re ) | psyq 4.3 (gcc2.8.1) | makefile |
39+ | [ Silent Hill] ( https://github.com/Vatuu/silent-hill-decomp ) | psyq <= 4.1 (gcc2.7.2) TBD | makefile/ninja |
3040
3141## PS2 Projects
3242
33- - [ Kingdom Hearts] ( https://github.com/ethteck/kh1 ) TBD
34- - [ PaRappa the Rapper 2] ( https://github.com/polybiusproxy/parappa2 ) ` ee-gcc2.9-991111-01 `
43+ | Project | Compiler | Build system |
44+ | -------------------------------------------------------------------| ---------------------| --------------|
45+ | [ Kingdom Hearts] ( https://github.com/ethteck/kh1 ) | TBD | ninja |
46+ | [ PaRappa the Rapper 2] ( https://github.com/polybiusproxy/parappa2 ) | ee-gcc2.9-991111-01 | ninja |
0 commit comments