The Net Yaroze was a consumer development kit for the Playstation 1, it consisted of a customised retail console with the ability to connect to a developer PC. It cost about £550 in the UK 1 was black in colour and was also used by various Universities to teach game development to their students.
When you recieve a Net Yaroze directly from Sony it will contain the following items:
The NetYaroze Start up Guide has 39 pages going through topics such as the members only website, the hardware and software included, getting set up and even writing a simple sample program!
The NetYaroze Library Reference book has 332 or 349 pages depending on version and is blueish-green in color, it contains the API documentation for Graphics, Sound, Standard and Methematical functions. It has full descriptions of each of the functions, their arguments and return values.
The NetYaroze User Guide has 207 pages and is yellow in color, it contains tutorials for game development such as frame buffer, integrated graphics, sound, kernel management, cd-rom management, and peripheral devices management. Along with documentation for how to use the Sound/Programming and Console tools.
The NetYaroze Boot Disc is the PS1 Disc that runs the NetYaroze system, it waits for PC input via the communication cable and runs the code sent to it.
The Net Yaroze Software Development Disc contains all the PC development tools requires to compile, link and communicate with the PS1 over the communication cable.
The Net Yaroze Access card goes in the Memory card 1 slot and the boot disc doesn’t start without it, unsure if this is just for copy protection or if it also saves some data on it.
The Net Yaroze Communication cable slots into the back of the PS1 and connects to a PC’s serial port
Net Yaroze was featured in the 2000 Christmas edition of the UK Magazine called Edge, it contained interviews with eight programmers who used it to get a start into the games industry 1.
You can read the full article over on archive.org: Class of 2000
Many Yaroze games were included in the free demo disc distributed with the UK Official PlayStation Magazine and for many was an introduction to homebrew games!
Special Thanks to XPCoin, who is one of the few people who have documented the process of developing for Net Yaroze on YouTube! Check him out here: https://www.youtube.com/user/gwald
Believe it or not a few games built on the Net Yaroze were ported to the relatively obscure NUON platform 2, they were ported by a site called DragonShadow Industries. The way this was done is rather interesting, they were porting their own game Decaying Orbit to the NUON and instead of fully reqriting the games source code, they created a wrapper library that simulated some of the Net Yaroze librarys. This has the benefit of allowing multiple Net Yaroze games to be ported to the NUON with little code modification required!
The games released for the NUON that were developed for Net Yaroze are as follows:
Unfortunetly the source code for this library was never released, so the games that can be ported are limited to the above list for now.