Changeset 261 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src
- Timestamp:
- Feb 24, 2012, 3:04:04 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH8h_HParams.asm
r258 r261 116 116 %ifdef MODULE_SERIAL_FLOPPY 117 117 mov bl,[di+DPT.bFlagsHigh] 118 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS ; not sure why this is needed for preprocessor-only 118 119 eSHR_IM bl,FLGH_DPT_SERIAL_FLOPPY_TYPE_FIELD_POSITION 120 %endif 119 121 %endif 120 122 ret … … 124 126 ; Floppy Disk Parameter Table. There is no way to specify more than one of these 125 127 ; for any given system, so no way to make this drive or media specific. 126 ; So we return fixed values out of the ROM for callers might be expecting this information.128 ; So we return fixed values out of the ROM for callers who might be expecting this information. 127 129 ; 128 130 ; On AT systems, we return the information for a 1.44 MB disk, -
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
r258 r261 100 100 ret 101 101 102 %if FLG_ROMVARS_SERIAL_SCANDETECT != 8 103 %error "DetectDrives is currently coded to assume that FLG_ROMVARS_SERIAL_SCANDETECT is the same bit as the ALT key code in the BDA. Changes in the code will be needed if these values are no longer the same." 102 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 103 %if FLG_ROMVARS_SERIAL_SCANDETECT != 8 104 %error "DetectDrives is currently coded to assume that FLG_ROMVARS_SERIAL_SCANDETECT is the same bit as the ALT key code in the BDA. Changes in the code will be needed if these values are no longer the same." 105 %endif 104 106 %endif 105 107
Note:
See TracChangeset
for help on using the changeset viewer.