mocklib/mocktest
2016-12-14 23:56:00 -05:00
..
make Initial commit with basic sound and speech support. 2016-09-30 23:06:47 -04:00
main.c Fix the problem where the end of the speech wasn't being detected. This is caused by a couple of issues - there was extra data in the speech array and an off by one error in calculating the end pointer. 2016-10-30 23:07:13 -04:00
Makefile Initial commit with basic sound and speech support. 2016-09-30 23:06:47 -04:00
mockingboard.c Initial commit with basic sound and speech support. 2016-09-30 23:06:47 -04:00
mockingboard.h Initial commit with basic sound and speech support. 2016-09-30 23:06:47 -04:00
speech_api.c Remove some debug code. Chain the speech interrupt handler with the usual cc65 one since I can't seem to get the cc65 IRQ mechanism to work. General cleanup of the assembly code. 2016-12-14 23:56:00 -05:00
speech_api.h More speech assembly cleanup. Create a proper API for speech. 2016-10-17 23:57:40 -04:00
speech.h Remove some debug code. Chain the speech interrupt handler with the usual cc65 one since I can't seem to get the cc65 IRQ mechanism to work. General cleanup of the assembly code. 2016-12-14 23:56:00 -05:00
speech.s Remove some debug code. Chain the speech interrupt handler with the usual cc65 one since I can't seem to get the cc65 IRQ mechanism to work. General cleanup of the assembly code. 2016-12-14 23:56:00 -05:00