1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-03 21:29:41 +00:00
C02/include/apple2/sounds.h02
2019-03-22 20:14:58 -04:00

23 lines
414 B
Plaintext

/*************************************************
* sounds - Predefined Sounds Module for Apple 2 *
*************************************************/
/* Produce System Beep Sound */
char beep();
/* Produce Explosion Sound */
char bomb();
/* Produce Shooting Sound */
char shot();
/* Produce High Click Sound */
char tick();
/* Produce Low Click Sound */
char tock();
/* Produce Zap Sound */
char zap();