Amiga style PSP Demo
I have been working on a Amiga style PSP demo using some traditional Amiga OCS influenced demo effects. It started with porting the FC player to the PSP, later i added the sine scroller effect and logo swing.
Usage
- Install docker image with psp toolchain
- Create pspdev-docker.sh script into your path
- Compile
pspdev-docker.sh make clean all
- Run elf in the emulator
/Applications/PPSSPPSDL.app/Contents/MacOS/PPSSPPSDL sine-deme.elf
Links
- pspdev-docker – Bbuild a docker image with the pspdev toolchain
- ppsspp – A PSP emulator
- psp sine demo – The demo code