Switched IBM AT to more recent BIOS. Added 8 MHz option. Patch from SA1988.

This commit is contained in:
TomW 2014-07-08 20:35:39 +01:00
commit c4860ab55c
2 changed files with 3 additions and 2 deletions

View file

@ -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}
};