Changed version number to 1.01;
IMG floppy image handler now fills the remaining bytes with 0xF6 if it has read less bytes than expected - fixes handling of truncated IMG's with a valid BPB; HDI files are now written with the correct header; FDC DUMP REGISTERS command is now implemented correctly, fixes FDC error on AMI 486 clone and AMI WinBIOS 486; Commented out the Acer 386SX and the Phoenix 386 clone; WinPCap code is now delayed loading (thanks to Rai-chan), the emulator should now be able to run without WinPCap installed if not using PCap; The IBM PS/2 Model 30 NVR file is now saved in the same directly as the other NVR files; Applied all the latest mainline PCem Voodoo commits.
This commit is contained in:
@@ -309,7 +309,7 @@ BOOL CALLBACK hdconf_common_dlgproc(HWND hdlg, UINT message, WPARAM wParam, LPAR
|
||||
fwrite(&zero, 1, 4, f); /* 00000000: Zero/unknown */
|
||||
fwrite(&zero, 1, 4, f); /* 00000004: Zero/unknown */
|
||||
fwrite(&base, 1, 4, f); /* 00000008: Offset at which data starts */
|
||||
fwrite(&full_size_bytes, 1, 8, f); /* 0000000C: Full size of the data (32-bit) */
|
||||
fwrite(&full_size_bytes, 1, 4, f); /* 0000000C: Full size of the data (32-bit) */
|
||||
fwrite(§or_size, 1, 4, f); /* 00000010: Sector size in bytes */
|
||||
fwrite(&hd_new_spt, 1, 4, f); /* 00000014: Sectors per cylinder */
|
||||
fwrite(&hd_new_hpc, 1, 4, f); /* 00000018: Heads per cylinder */
|
||||
|
||||
Reference in New Issue
Block a user