CHANGELOG ========= ------------------------------------------------------------------------------ 2011-12-12 : v0.15 I2C setup has been moved into the DSP code. No-longer needed in 68K section Cleaned up some equates in sequence.s Finally found the correct definition of 'period' on Amiga hardware. Player is now correctly tuned. Exported labels from the SE are now prefixed with U235SE_ to remove chances of conflicting with labels in others projects. ptr_sample_bank => U235SE_ptr_sample_bank playlist_ptr => U235SE_sfxplaylist_ptr playmod => U235SE_playmod Setting of playback frequency is now set by the period table pointed to by U235SE_period_ptr. Must be set BEFORE DSP is started!! Added Period tables for 8, 12, 16, 24 and 32kHz playback Manual updates with changes to operation and labels. ------------------------------------------------------------------------------ 2011-12-07 : v0.11 - General tidy of demo code Manual and logos added First Beta Release ------------------------------------------------------------------------------ 2011-10-07 : v0.1 - Initial release (source) to tester