mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Add lynx_snd_active
git-svn-id: svn://svn.cc65.org/cc65/trunk@5975 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0137681d77
commit
6325769580
@ -124,6 +124,9 @@ void __fastcall__ lynx_snd_play (unsigned char channel, unsigned char *music);
|
||||
void lynx_snd_stop ();
|
||||
/* Stop sound on all channels */
|
||||
|
||||
unsigned char lynx_snd_active();
|
||||
/* Show which channels are active */
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Accessing the cart */
|
||||
/*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user