Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove more values now defined in mintlib
- Loading branch information
Showing
with
0 additions
and
6 deletions.
-
+0
−4
src/audio/mint/SDL_mintaudio_gsxb.h
-
+0
−2
src/audio/mint/SDL_mintaudio_stfa.h
|
@@ -32,10 +32,6 @@ |
|
|
|
|
|
#include <mint/falcon.h> /* for trap_14_xxx macros */ |
|
|
|
|
|
/* GSXB Cookie */ |
|
|
|
|
|
#define C_GSXB 0x47535842L |
|
|
|
|
|
/* Bit 5 in cookie _SND */ |
|
|
|
|
|
#define SND_GSXB (1<<5) |
|
|
|
@@ -32,8 +32,6 @@ |
|
|
|
|
|
/*--- Defines ---*/ |
|
|
|
|
|
#define C_STFA 0x53544641L /* Sound treiber für atari (seb/The removers) */ |
|
|
|
|
|
#define STFA_PLAY_ENABLE (1<<0) |
|
|
#define STFA_PLAY_DISABLE (0<<0) |
|
|
#define STFA_PLAY_REPEAT (1<<1) |
|
|