mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Fix SS-20 auxio addresses
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3980 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
+2
-2
@@ -823,8 +823,8 @@ static const struct hwdef hwdefs[] = {
|
||||
.esp_base = 0xef0800000ULL,
|
||||
.le_base = 0xef0c00000ULL,
|
||||
.apc_base = 0xefa000000ULL, // XXX should not exist
|
||||
.aux1_base = 0xff1900000ULL, // XXX 0xff1800000ULL,
|
||||
.aux2_base = 0xff1910000ULL, // XXX 0xff1a01000ULL,
|
||||
.aux1_base = 0xff1800000ULL,
|
||||
.aux2_base = 0xff1a01000ULL,
|
||||
.ecc_base = 0xf00000000ULL,
|
||||
.ecc_version = 0x20000000, // version 0, implementation 2
|
||||
.sun4c_intctl_base = -1,
|
||||
|
||||
Reference in New Issue
Block a user