Switched IBM AT to more recent BIOS. Added 8 MHz option. Patch from SA1988.
This commit is contained in:
parent
4f11821ee6
commit
c4860ab55c
2 changed files with 3 additions and 2 deletions
|
|
@ -111,6 +111,7 @@ CPU cpus_ibmat[] =
|
|||
{
|
||||
/*286*/
|
||||
{"286/6", CPU_286, 0, 6000000, 1, 0, 0, 0},
|
||||
{"286/8", CPU_286, 0, 8000000, 1, 0, 0, 0},
|
||||
{"", -1, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue