\Release notes for Stereoplayer 10.5
===================================

D64 image of stereoplayer 10.5 created with the following commands:

c1541 -format stereoplayer105,11 D64 stereoplayer105.d64

cbmconvert -n -D4 stereoplayer105.d64 stereoplayer10.5 stereo\ booter \
stereoplayer1541 stereoplayer1581 stereotitle stereoplayerv10 readme.txt \
music-files/*

The D81 was created in a similar fashion:

c1541 -format stereoplayer105,11 D81 stereoplayer105.d81

cbmconvert -n -D8 stereoplayer105.d81 stereoplayer10.5 stereo\ booter \
stereoplayer1541 stereoplayer1581 stereotitle stereoplayerv10 readme.txt \
music-files/*

Source code is in the src/ directory.  All source files reverse engineered by 
Vanessa Ezekowitz, using dxa65.  Modified code recompiled with xa65.  For exact
syntax of these commands, see the individual source files.

Changes since 10.3
------------------

* Added second-SID addressing for $D100-$D3E0, $D500-$D7E0, and $DE00-$DFE0
  ranges.  The second SID can be placed at any $20 byte increment within these
  areas.
* Fixed the hard-coded device 8 for the config file loader/saver - now the 
  program expect to find/put this file on whatever device you booted from.
* Fixed the hard-coded device 8 default for the music loader - now the program
  will load music from whatever device you booted from when no config file is
  found, unless you change it and save a new config file.
* Deprecated one byte and added two new bytes to the config file, to handle the
  new method of storing the second-SID address (now uses program's internal
  indexes instead of a page number, so it can be looked up easily on load).
* Renamed config file to avoid confusion with the old version.
* Disabled the intro tune (it broke during the update - will fix later).


1581 note
---------

Stereoplayer comes with three fast loaders - one built into the main program
code, which is used for loading music and related files and only works on the
1541, and two for booting the program, which work on 1541 and 1581,
respectively.  You will need to turn the program's built-in fastloader *off* to
load music from a non-1541 drive.

Custom loaders note
-------------------

The V-1541 utility used to load files from CommodoreServer places a small
driver routine into the C64's memory in the $C000 range.  Since Stereoplayer
also uses that memory range for various things, it cannot be used with V-1541.
The same is true for other custom loaders - if the loader is memory-resident,
it will not work.
