Skip to content

Commit

Permalink
Forgot enumeration value for Atari clones
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jun 25, 2005
1 parent a2f73da commit b8f28af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/audio/mint/SDL_mintaudio.h
Expand Up @@ -61,7 +61,9 @@ enum {
MCH_ST=0,
MCH_STE,
MCH_TT,
MCH_F30
MCH_F30,
MCH_CLONE,
MCH_ARANYM
};

/* Master clocks for replay frequencies */
Expand Down
1 change: 1 addition & 0 deletions src/joystick/mint/SDL_sysjoystick.c
Expand Up @@ -84,6 +84,7 @@ enum {
MCH_STE,
MCH_TT,
MCH_F30,
MCH_CLONE,
MCH_ARANYM
};

Expand Down
1 change: 1 addition & 0 deletions src/video/ataricommon/SDL_atarievents.c
Expand Up @@ -52,6 +52,7 @@ enum {
MCH_STE,
MCH_TT,
MCH_F30,
MCH_CLONE,
MCH_ARANYM
};

Expand Down

0 comments on commit b8f28af

Please sign in to comment.