Changeset 261 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h
- Timestamp:
- Feb 24, 2012, 3:04:04 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 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,
Note:
See TracChangeset
for help on using the changeset viewer.