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:
RichardG867
2021-04-17 16:46:04 -03:00
parent dcbf4b5729
commit d0d73b7ef5
3 changed files with 23 additions and 33 deletions

View File

@@ -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",