Changeset 605 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs
- Timestamp:
- May 8, 2021, 6:55:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm
r568 r605 220 220 ; C. the serial server always returns floppy drives last 221 221 ; 222 adc byte[RAMVARS.xlateVars+XLATEVARS.bFlopCreateCnt], 0223 jnz .AllDone222 adc BYTE [RAMVARS.xlateVars+XLATEVARS.bFlopCreateCnt], 0 223 jnz SHORT .AllDone 224 224 %else ; ~MODULE_SERIAL_FLOPPY 225 225 ; … … 228 228 ; floppies are supported, so it is important to still fail here if a floppy is seen during the drive scan. 229 229 ; 230 jc .AllDone230 jc SHORT .AllDone 231 231 %endif ; MODULE_SERIAL_FLOPPY 232 232 %endif ; MODULE_SERIAL
Note:
See TracChangeset
for help on using the changeset viewer.