[POC] SID player

General Topics around the Parallax Propeller Microcontroller and more...
Antworten
Benutzeravatar
kuroneko
Beiträge: 202
Registriert: Sa 22. Okt 2011, 13:05
Wohnort: FN, Germany

[POC] SID player

Beitrag von kuroneko »

To make a long story short, I needed a testbed for my 6502 core so I decided to create a SID player. Big thanks to Johannes Ahlebrand for SIDcog and Phil Pilgrim for umath. Furthermore to Eric Ball and Darryl Biggar for their 6502 work.

The code lives on GitHub https://github.com/konimaru/modulity.

Before people complain, not all SIDs work. This is mainly due to memory constraints and some players try to relocate themselves which is nothing I intend to stop nor control.
Dateianhänge
6502.demo - Archive [Date 2015.10.19 Time 22.42].zip
(35.25 KiB) 1152-mal heruntergeladen
Benutzeravatar
kuroneko
Beiträge: 202
Registriert: Sa 22. Okt 2011, 13:05
Wohnort: FN, Germany

Re: [POC] SID player

Beitrag von kuroneko »

The player now has a companion, the SID.badge (SID player in a Parallax badge). It's a portable SID player with songs stored in high EEPROM.
Antworten