mirror of
https://github.com/yawut/SDL.git
synced 2026-06-12 11:42:00 -05:00
Forgot enumeration value for Atari clones
This commit is contained in:
parent
cd3bfd9c92
commit
3441262a3d
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ enum {
|
|||
MCH_STE,
|
||||
MCH_TT,
|
||||
MCH_F30,
|
||||
MCH_CLONE,
|
||||
MCH_ARANYM
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ enum {
|
|||
MCH_STE,
|
||||
MCH_TT,
|
||||
MCH_F30,
|
||||
MCH_CLONE,
|
||||
MCH_ARANYM
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user