Net Yaroze SCEE source code demos and tutorials.
Source code demos and tutorials from: https://archive.org/details/webyaroze.7z
Documentation from: https://archive.org/details/net-yaroze-documents/
First, your Net Yaroze toolchain should be set up and working. You should have a basic understanding of:
- Makefiles
- GNU C compiler and linker
- ANSI C programming language
- Operating System command line interface
Start by reading the User Guide doc, it explains PlayStation hardware and Net Yaroze game development in general terms.
Follow the tutorials, start with chapter 1, check the Reference doc for function and structure description. The tuts add new features to the previous one. It builds and builds, so you have to understand the previous examples before continuing. Make sure you can build each tut, run them and change things ect.
See the FAQ.
To create a PS1 executable (psx.exe), run yarexe with the Siocons script text file (it contains a series of load commands, and commonly called auto or batch).
After going through the User Guide, Tutorials and API Reference document, you should be familiar enough with the API that you can create your own programs. The demos folder contains more examples.