From c0eda888585d3c145e7c14fc6e2bae81ccb7ec40 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sat, 24 Dec 2016 02:06:51 -0500 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03a6cf6 --- /dev/null +++ b/README.md @@ -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.