Revert "The IBM PCjr is now limited to 8088 4.77 MHz, closes #1379."
This reverts commit d060a38d91.
# Conflicts:
# src/machine/machine_table.c
This commit is contained in:
@@ -82,15 +82,6 @@ const cpu_family_t cpu_families[] = {
|
||||
{"16", CPU_8088, fpus_8088, 16000000, 1, 5000, 0, 0, 0, 0, 0,0,0,0, 1},
|
||||
{"", 0}
|
||||
}
|
||||
}, {
|
||||
.package = CPU_PKG_8088_PCJR,
|
||||
.manufacturer = "Intel",
|
||||
.name = "8088",
|
||||
.internal_name = "8088",
|
||||
.cpus = (const CPU[]) {
|
||||
{"4.77", CPU_8088, fpus_8088, 4772728, 1, 5000, 0, 0, 0, 0, 0,0,0,0, 1},
|
||||
{"", 0}
|
||||
}
|
||||
}, {
|
||||
.package = CPU_PKG_8088_EUROPC,
|
||||
.manufacturer = "Intel",
|
||||
|
||||
Reference in New Issue
Block a user