├── Jo_Engine ├── Creating_Disc_Images_in_the_Jo_Engine_Environment │ └── page.md ├── Jo_Engine.md ├── Jo_Engine_Initialization_and_Primary_Game_Loop │ ├── img1.jpg │ └── page.md ├── Jo_Engine_Samples │ ├── Samples.md │ └── demo_-_printf │ │ └── page.md ├── Playing_A_Sound_Effect │ ├── BSTEP.PCM │ ├── BTN1.PCM │ ├── J32.PCM │ ├── JAM.PCM │ ├── LSTEP.PCM │ ├── RIFL.PCM │ ├── RUMB.PCM │ └── page.md └── Z-Treme_Tools │ ├── Z-Treme_Engine_Audio_Implementation │ └── page.md │ └── Z-Treme_Tools.md ├── README.md ├── _config.yml └── index.md /Jo_Engine/Creating_Disc_Images_in_the_Jo_Engine_Environment/page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Creating_Disc_Images_in_the_Jo_Engine_Environment/page.md -------------------------------------------------------------------------------- /Jo_Engine/Jo_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Jo_Engine.md -------------------------------------------------------------------------------- /Jo_Engine/Jo_Engine_Initialization_and_Primary_Game_Loop/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Jo_Engine_Initialization_and_Primary_Game_Loop/img1.jpg -------------------------------------------------------------------------------- /Jo_Engine/Jo_Engine_Initialization_and_Primary_Game_Loop/page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Jo_Engine_Initialization_and_Primary_Game_Loop/page.md -------------------------------------------------------------------------------- /Jo_Engine/Jo_Engine_Samples/Samples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Jo_Engine_Samples/Samples.md -------------------------------------------------------------------------------- /Jo_Engine/Jo_Engine_Samples/demo_-_printf/page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Jo_Engine_Samples/demo_-_printf/page.md -------------------------------------------------------------------------------- /Jo_Engine/Playing_A_Sound_Effect/BSTEP.PCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Playing_A_Sound_Effect/BSTEP.PCM -------------------------------------------------------------------------------- /Jo_Engine/Playing_A_Sound_Effect/BTN1.PCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Playing_A_Sound_Effect/BTN1.PCM -------------------------------------------------------------------------------- /Jo_Engine/Playing_A_Sound_Effect/J32.PCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Playing_A_Sound_Effect/J32.PCM -------------------------------------------------------------------------------- /Jo_Engine/Playing_A_Sound_Effect/JAM.PCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Playing_A_Sound_Effect/JAM.PCM -------------------------------------------------------------------------------- /Jo_Engine/Playing_A_Sound_Effect/LSTEP.PCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Playing_A_Sound_Effect/LSTEP.PCM -------------------------------------------------------------------------------- /Jo_Engine/Playing_A_Sound_Effect/RIFL.PCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Playing_A_Sound_Effect/RIFL.PCM -------------------------------------------------------------------------------- /Jo_Engine/Playing_A_Sound_Effect/RUMB.PCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Playing_A_Sound_Effect/RUMB.PCM -------------------------------------------------------------------------------- /Jo_Engine/Playing_A_Sound_Effect/page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Playing_A_Sound_Effect/page.md -------------------------------------------------------------------------------- /Jo_Engine/Z-Treme_Tools/Z-Treme_Engine_Audio_Implementation/page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Z-Treme_Tools/Z-Treme_Engine_Audio_Implementation/page.md -------------------------------------------------------------------------------- /Jo_Engine/Z-Treme_Tools/Z-Treme_Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/Jo_Engine/Z-Treme_Tools/Z-Treme_Tools.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Saturn Homebrew Repository for Example Code 2 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/_config.yml -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmeraldNova/SHREC/HEAD/index.md --------------------------------------------------------------------------------