1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-06 12:28:57 +00:00
C02/include/apple2/sounds.h02

23 lines
414 B
Plaintext
Raw Normal View History

/*************************************************
* 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();