Create README.md

This commit is contained in:
Jeremy Rand 2016-12-24 02:06:51 -05:00 committed by GitHub
parent 37f899cb55
commit c0eda88858
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# mocklib
Mockingboard support for Apple // using cc65
Include these files in your project to add Mockingboard support:
* mockingboard.c
* mockingboard.h
* mockingboard_speech.s
* mockingboard_speech.h
Look at mockingboard.h to see the API you can use to play sounds and produce speech.
Refer to Mockingboard documentation for more information about producing sound and speech.