]> git.sur5r.net Git - cc65/blobdiff - include/lynx.h
Switched to Markdown in order to allow to add links.
[cc65] / include / lynx.h
index a77625e2cb9f1dd863b9181c3d99d7d3208d6185..e9c7029940237ee15b062e0f7457c60d1c27fad1 100644 (file)
@@ -46,7 +46,7 @@
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
@@ -99,9 +99,9 @@
 
 
 /* The addresses of the static drivers */
-extern void lynx_stdjoy[];        /* Referred to by joy_static_stddrv[] */
-extern void lynx_comlynx[];
-extern void lynx_160_102_16[];    /* Referred to by tgi_static_stddrv[] */
+extern void lynx_stdjoy_joy[];        /* Referred to by joy_static_stddrv[] */
+extern void lynx_comlynx_ser[];
+extern void lynx_160_102_16_tgi[];    /* Referred to by tgi_static_stddrv[] */
 
 
 
@@ -124,6 +124,9 @@ void __fastcall__ lynx_snd_play (unsigned char channel, unsigned char *music);
 void lynx_snd_stop ();
 /* Stop sound on all channels */
 
+void __fastcall__ lynx_snd_stop_channel (unsigned char channel);
+/* Stop sound on all channels */
+
 unsigned char lynx_snd_active();
 /* Show which channels are active */