Changeset 505 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
- Timestamp:
- Feb 25, 2013, 4:23:09 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
r493 r505 50 50 %ifdef MODULE_HOTKEYS 51 51 call HotkeyBar_ScanHotkeysFromKeyBufferAndStoreToBootvars ; Done here while CX is still protected 52 %endif 52 %endif 53 53 54 54 pop cx … … 73 73 %ifdef MODULE_HOTKEYS 74 74 cmp al, COM_DETECT_HOTKEY_SCANCODE ; Set by last call to HotkeyBar_UpdateDuringDriveDetection above 75 j z.DriveDetectLoop76 %endif 75 je .DriveDetectLoop 76 %endif 77 77 78 78 mov al,[cs:ROMVARS.wFlags] ; Configurator set to always scan? … … 201 201 %ifdef MODULE_HOTKEYS 202 202 call HotkeyBar_UpdateDuringDriveDetection 203 %endif 204 203 %endif 204 205 205 %ifdef MODULE_8BIT_IDE_ADVANCED 206 206 pop dx … … 248 248 ; Nothing 249 249 ; Returns: 250 ; CF: Set (from BootMenuPrint_NullTerminatedStringFromCSSIandSetCF)250 ; CF: Set (from DetectPrint_NullTerminatedStringFromCSSIandSetCF) 251 251 ; Corrupts registers: 252 252 ; AX, SI
Note:
See TracChangeset
for help on using the changeset viewer.