Fixed the IBM 486BL EDX reset values and the Tandy 1000 CPU's.
This commit is contained in:
@@ -1855,7 +1855,7 @@ const cpu_family_t cpu_families[] = {
|
||||
.rspeed = 50000000,
|
||||
.multi = 2,
|
||||
.voltage = 5000,
|
||||
.edx_reset = 0xA439,
|
||||
.edx_reset = 0x8439,
|
||||
.cpuid_model = 0,
|
||||
.cyrix_id = 0,
|
||||
.cpu_flags = 0,
|
||||
@@ -1872,7 +1872,7 @@ const cpu_family_t cpu_families[] = {
|
||||
.rspeed = 66666666,
|
||||
.multi = 2,
|
||||
.voltage = 5000,
|
||||
.edx_reset = 0xA439,
|
||||
.edx_reset = 0x8439,
|
||||
.cpuid_model = 0,
|
||||
.cyrix_id = 0,
|
||||
.cpu_flags = 0,
|
||||
@@ -1898,7 +1898,7 @@ const cpu_family_t cpu_families[] = {
|
||||
.rspeed = 75000000,
|
||||
.multi = 3,
|
||||
.voltage = 5000,
|
||||
.edx_reset = 0xA439,
|
||||
.edx_reset = 0x8439,
|
||||
.cpuid_model = 0,
|
||||
.cyrix_id = 0,
|
||||
.cpu_flags = 0,
|
||||
@@ -1915,7 +1915,7 @@ const cpu_family_t cpu_families[] = {
|
||||
.rspeed = 100000000,
|
||||
.multi = 3,
|
||||
.voltage = 5000,
|
||||
.edx_reset = 0xA439,
|
||||
.edx_reset = 0x8439,
|
||||
.cpuid_model = 0,
|
||||
.cyrix_id = 0,
|
||||
.cpu_flags = 0,
|
||||
|
||||
Reference in New Issue
Block a user