Forgot enumeration value for Atari clones

This commit is contained in:
Patrice Mandin 2005-06-25 18:21:13 +00:00
parent cd3bfd9c92
commit 3441262a3d
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
};