+==========================================================================+
|                                 Calc Wav                                 |
+==========================================================================+

 Contents:
*==========================================================================*
1.  What's New in CalcWav 1.0
2.  Operation of CalcWav
3.  Developer Info
4.  Known Bugs
5.  Special Thanks


1.  What's New in CalcWav 1.0
*=====================================*

Everything! :)

For now all it can do is play any wave file that is on your calculator, and
the only one that I have seen is the X-Files theme song.


2.  Operation of CalcWav
*=====================================*

Keys:
	Y=  	- Plays the currently selected wave
	Window	- Searches for the next wave, and returns to
		  the first one if there isn't another
	Graph	- Quits CalcMod or stops the playing of a wave, whichever
		  it displays :)

o   In case you forget the keys, they're labeled on the calculator as to
    what they do.



3.  Developer Info
*=====================================*

	CalcWav has a relatively strange format.  The header is about the
only consistent thing.  There are no specific note values as of yet, but 
there may be in the future... in the mean time, here is the header format:

	ret
	.db "Calcwav",0
	.db "Name-goes-here",0

	The rest of the program consists of a series of a legnth value,
and the rest is data, for example:

	.dw $0000		;Size (length in bytes) of Wave

	.db $00,$06, etc...	;Wave data.  Use Andreas Ess's program
				;to convert wave files to this format.

	It doesn't matter where the data really ends, it will only play
the length specified in the size word.


4.  Known Bugs
*=====================================*

	None that I know of... that does NOT mean, though, that there
are none.  I have not found any, but if you find one, email me at
pmarks@employees.org .  I am also not responsible for anything that this
program may consequentially do to your calculator.

5.  Special Thanks
*=====================================*

	Special thanks to:
  - Andreas Ess - For his wonderful Wave routine that I took from his
    "PlayWav" for the TI-82.

  - You! For downloading this program!

