CHANGELOG ========= 2011-12-22 : v0.16 Effect 3 is now recognised (slide-to) in module player, still being worked on still quite buggy new Sound Engine command #10 added slide to note at rate Corrected playback starting at position 6 in a module :D Fixed bug where effects that occur every tick would run even if they were not meant to. Improved clarity of "SoundEngine commands" diagram and table in manual. Added details of module effect support to manual ------------------------------------------------------------------------------ 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