Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.71 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.71 KB

Net Yaroze Demo

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/

How to

First, your Net Yaroze toolchain should be set up and working. You should have a basic understanding of:

  1. Makefiles
  2. GNU C compiler and linker
  3. ANSI C programming language
  4. 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.