diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-13 18:57:28 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-13 18:57:28 +0000 |
commit | a9c43f8ede0e0c7b89432e0ddd4894c5f917fd0b (patch) | |
tree | 11e74e72997250f1b91f2ebeecbce12f8efa249c /target-sh4/cpu.h | |
parent | 9db3ba4db28bae33d053752819c004ad28680bcc (diff) |
target-sh4: add SH7785 as CPU option
(Vladimir Prus)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6012 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 316eef9ce9..687b703637 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -33,6 +33,7 @@ #define SH_CPU_SH7750R (1 << 2) #define SH_CPU_SH7751 (1 << 3) #define SH_CPU_SH7751R (1 << 4) +#define SH_CPU_SH7785 (1 << 5) #define SH_CPU_SH7750_ALL (SH_CPU_SH7750 | SH_CPU_SH7750S | SH_CPU_SH7750R) #define SH_CPU_SH7751_ALL (SH_CPU_SH7751 | SH_CPU_SH7751R) |