Force CD-ROM TOC to be loaded on startup, booting from CD-ROM should be more reliable.
This commit is contained in:
parent
6fb56149f9
commit
048d332949
3 changed files with 26 additions and 1 deletions
4
src/pc.c
4
src/pc.c
|
|
@ -245,6 +245,8 @@ void initpc()
|
|||
// pclog("Init - CPUID %i %i\n",CPUID,cpuspeed);
|
||||
shadowbios=0;
|
||||
voodoo_init();
|
||||
|
||||
ioctl_reset();
|
||||
}
|
||||
|
||||
void resetpc()
|
||||
|
|
@ -292,6 +294,8 @@ void resetpchard()
|
|||
keyboard_at_reset();
|
||||
|
||||
// output=3;
|
||||
|
||||
ioctl_reset();
|
||||
}
|
||||
|
||||
char romsets[17][40]={"IBM PC","IBM XT","Generic Turbo XT","Euro PC","Tandy 1000","Amstrad PC1512","Sinclair PC200","Amstrad PC1640","IBM AT","AMI 286 clone","Dell System 200","Misc 286","IBM AT 386","Misc 386","386 clone","486 clone","486 clone 2"};
|
||||
|
|
|
|||
Loading…
Reference in a new issue