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}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -247,8 +247,8 @@ int loadbios()
|
|||
fclose(f);
|
||||
return 1;*/
|
||||
case ROM_IBMAT386:
|
||||
f=romfopen("roms/ibmat/at111585.0","rb");
|
||||
ff=romfopen("roms/ibmat/at111585.1","rb");
|
||||
f = romfopen("roms/ibmat/62x0820.u27", "rb");
|
||||
ff =romfopen("roms/ibmat/62x0821.u47", "rb");
|
||||
if (!f || !ff) break;
|
||||
for (c=0x0000;c<0x10000;c+=2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue