Skip to content

Category: Amiga

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

  1. Install docker image with psp toolchain
  2. Create pspdev-docker.sh script into your path
  3. Compile
pspdev-docker.sh make clean all 
  1. Run elf in the emulator
/Applications/PPSSPPSDL.app/Contents/MacOS/PPSSPPSDL sine-deme.elf
Links
Comments closed

Amiga Cracktro Programming

I held a talk about Amiga Cracktro Programming at the DevHouseFriday 2016-05-13. This is the Cracktro i programmed for this talk. I went for some classic effects

  • Logo with wobble effect
  • Horizontal rasterbars
  • 2 pixel sincescroller
  • Mirror and water effect
  • Starfield
  • Futurecomposer chiptune

You can find the slides of the talk here.

Comments closed