Commit 79d45a93 authored by Patrice Mandin's avatar Patrice Mandin

Forgot enumeration value for Atari clones

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401080
parent 3a608a44
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment