Forgot enumeration value for Atari clones

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401080
This commit is contained in:
Patrice Mandin 2005-06-25 18:21:13 +00:00
parent 3a608a4430
commit 79d45a93d5
3 changed files with 5 additions and 1 deletions

View file

@ -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 */

View file

@ -84,6 +84,7 @@ enum {
MCH_STE,
MCH_TT,
MCH_F30,
MCH_CLONE,
MCH_ARANYM
};

View file

@ -52,6 +52,7 @@ enum {
MCH_STE,
MCH_TT,
MCH_F30,
MCH_CLONE,
MCH_ARANYM
};