Added emulation IDE PIO-only hard disks (affects hard disk bus type in the configuration files - make sure to correct it in Settings after loading a configuration file from previous 86Box builds);
The IDENTIFY PACKET DEVICE command of ATAPI PIO-only drives now behaves like that of mainline PCem ATAPI CD-ROM's; Added two functions in win.c for waltje for updating the status bar text; The configuration loader now does sanity checks on most loaded values.
This commit is contained in:
@@ -761,6 +761,8 @@ void runpc();
|
||||
void saveconfig();
|
||||
void softresetx86();
|
||||
void speedchanged();
|
||||
void status_settextw(wchar_t *wstr);
|
||||
void status_settext(char *str);
|
||||
void trc_reset(uint8_t val);
|
||||
void update_status_bar_icon(int tag, int active);
|
||||
void update_status_bar_icon_state(int tag, int state);
|
||||
|
||||
Reference in New Issue
Block a user