This is the source code for the Playstation 2 demo
"Aura for Laura" by Soopadoopa.

To compile this demo you need gcc for ps2
(see www.ps2dev.org for more information).
The code has been successfully compiled with gcc version 2.9-ee-991111b.
The demo source contains no IOP code.
ps2lib 2.0 beta must be installed on the system.

The source contains the following (modified) code samples:

PSX VAG-Packer by bITmASTER
Pad example by Pukko
Sound example by Icewatus

The demo source includes 2 libraries:
OggVorbis by the XIPHOPHORUS Company http://www.xiph.org/

Small JPEG Decoder Library v0.93b by Rich Geldreich
jidctint.c by Thomas G. Lane

For the OggVorbis library to compile a few changes were made.
The lines changed have been marked "//changed". The original sources
libogg-1.0.tar.gz and libvorbis-1.0.tar.gz are included in this package.
Please read the distribution terms of these libraries.

The Jpeg library had to be changed in order to make it work with this demo.
The library is in the directory jpgd093bps2. Please read the distribution
terms of the original library (included).

To compile, first compile rawtoasm.c:
  gcc rawtoasm.c -o rawtoasm
then run make.

This version should work fine with NapLink, Ps2link and Pukklink.
And PAL and NTSC. Source release date: December 19 2003.

Soopadoopa homepage: www.soopadoopa.dk

-----------------------------------------------------------------
Original README FILE:


Aura for Laura

This is Soopadoopa's entry for the demo-compo at Scene Event 2003 (www.se2k.dk).
This demo is for PAL Playstation 2. To run it you should use Pukklink. I'm
afraid it is not possible to boot it with a simple swap trick or with Naplink.
The source will be released on ps2dev.org when the demo has been fixed to work
with Naplink and NTSC.

The credits:

Programming:
	Anders Nedergaard Jensen

Music and Graphics:
	Thorsten Ørts

The following libraries were used:

ps2lib 2.0 beta by Gustavo Scotti, Oobles, Sjeep, Pukko, Karmix and mrbrown
OggVorbis by the XIPHOPHORUS Company http://www.xiph.org/
Small JPEG Decoder Library v0.93b by Rich Geldreich
jidctint.c by Thomas G. Lane
PSX VAG-Packer by bITmASTER

...see licenses folder for details.

In addition the following sources were useful

Sound example by Icewatus
3Stars by Duke
