C64 Sid Controller Device Plugin This is a Sid controller plugin which can be used to play Sid files in the MMF. It uses the esidplay library for SID emulation. There are two versions: sidcontroller.SIS+libsidplay.SIS, tested on the Series 60 version 2.0 SDK and on a Nokia 6600. and sidcontroller-6630.SIS+libsidplay-6630.SIS: tested on a Series 60 version 2 FP 2 emulator and a 6630 phone. One of them should work on pretty much any Series 60 v2 and above. This code is based on the Symbian OggVorbisController sample and distributed under the Symbian Sample Code License. Notes for Building ------------------ - You need to download the modified esidplay library before you can compile this - see below. The MIME type has been changed to audio/wav so that SID files can be directly played by the phone built-in apps and used as ringtones. The code uses the esidplay (by Alfred E. Heggestad, http://esidplay.sourceforge.net/) port of the SidPlay library (by Michael Schwendt, http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/), modified by Mika Raento. Get the modified copy from http://www.cs.helsinki.fi/u/mraento/symbian/sid.html before building this.