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
This commit is contained in:
aurel32 2008-12-13 18:57:28 +00:00
parent 9db3ba4db2
commit a9c43f8ede
2 changed files with 8 additions and 1 deletions

View file

@ -221,7 +221,13 @@ static sh4_def_t sh4_defs[] = {
.pvr = 0x04050005,
.prr = 0x00000113,
.cvr = 0x00110000, /* Neutered caches, should be 0x20480000 */
},
}, {
.name = "SH7785",
.id = SH_CPU_SH7785,
.pvr = 0x10300700,
.prr = 0x00000200,
.cvr = 0x71440211,
},
};
static const sh4_def_t *cpu_sh4_find_by_name(const char *name)