comparison src/audio/mint/SDL_mintaudio.h @ 1079:39b5606fa543

Forgot enumeration value for Atari clones
author Patrice Mandin <patmandin@gmail.com>
date Sat, 25 Jun 2005 18:21:13 +0000
parents 185acc07127a
children 856f76a099c7
comparison
equal deleted inserted replaced
1078:e2ef6b7001fd 1079:39b5606fa543
59 /* _MCH cookie (values>>16) */ 59 /* _MCH cookie (values>>16) */
60 enum { 60 enum {
61 MCH_ST=0, 61 MCH_ST=0,
62 MCH_STE, 62 MCH_STE,
63 MCH_TT, 63 MCH_TT,
64 MCH_F30 64 MCH_F30,
65 MCH_CLONE,
66 MCH_ARANYM
65 }; 67 };
66 68
67 /* Master clocks for replay frequencies */ 69 /* Master clocks for replay frequencies */
68 #define MASTERCLOCK_STE 8010666 /* Not sure of this one */ 70 #define MASTERCLOCK_STE 8010666 /* Not sure of this one */
69 #define MASTERCLOCK_TT 16107953 /* Not sure of this one */ 71 #define MASTERCLOCK_TT 16107953 /* Not sure of this one */