Removed obsolete INT 13 hard disk emulation.
This commit is contained in:
parent
a479b55cc9
commit
c9aa6dc3a9
3 changed files with 1 additions and 157 deletions
1
src/pc.c
1
src/pc.c
|
|
@ -220,7 +220,6 @@ void initpc()
|
|||
//loadfont();
|
||||
loadnvr();
|
||||
sound_init();
|
||||
inithdc();
|
||||
resetide();
|
||||
ioctl_open(cdrom_drive);
|
||||
model_init();
|
||||
|
|
|
|||
Loading…
Reference in a new issue