Moved BIOS mapping initialisation - SiS 496/497 now boots again without requiring hard reset.
This commit is contained in:
parent
c0b136248a
commit
39c95ee0af
2 changed files with 1 additions and 2 deletions
1
src/pc.c
1
src/pc.c
|
|
@ -342,6 +342,7 @@ void resetpchard()
|
|||
disc_reset();
|
||||
|
||||
model_init();
|
||||
mem_add_bios();
|
||||
video_init();
|
||||
speaker_init();
|
||||
sound_card_init(sound_card_current);
|
||||
|
|
|
|||
Loading…
Reference in a new issue