 
S.A.M. (Software Automatic Mouth) Speach Engine --- WORK IN PROGRESS!
---------------------------------------------------------------------

this archive contains my reversed source of SAM (only the speech engine), it's
not quite as fully documented as i originally intended and also the intended
library for cc65 is missing, but hey, it's a start.

let me know if you use this for something useful, have some improvements,
comments etc.

groepaz@gmx.net - www.hitmen-console.org

 
LIST OF FILES
-------------
 
docs/
 sam_cish.c		c-code filtered from sam.s (autogenerated) INCOMPLETE
 sam_cleanasm.s		asm code filtered from sam.s (autogenerated)
 sam_docs.txt		instructions i found in some c64 SAM package
 sam_formants.txt	another list of formants i found elsewhere

test_asm/
 text.s			text used in the examples, C64 screencode
 nmidigi.s		NMI sample player

test_c/
 main.c			example mainfile in C, INCOMPLETE (used for sanity checking sam_cish.c)
 
sam_test.s		test for playing the speach directly (original SAM)
sam_testnmi.s		test for rendering into a buffer and playing the sample in nmi

sam.s			main file containing the SAM code
sam.inc			definitions for rearranged/optimized memory layout
sam_original.inc	definitions for original memory layout

README			this file!