Changeset 621 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Serial
- Timestamp:
- Nov 21, 2021, 2:15:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialCommand.asm
r601 r621 154 154 155 155 push si 156 call FindDPT_ToDSDIforSerialDevice 156 call FindDPT_ToDSDIforSerialDevice ; Preserves AX 157 157 pop si 158 158 %ifdef MODULE_SERIAL_FLOPPY … … 162 162 ; So, if there was a previously found floppy disk, DI will point to that DPT and we use that value for the slave. 163 163 ; 164 cmp BYTE [RAMVARS.xlateVars+XLATEVARS.bFlopCntAndFirst], 0164 cmp [RAMVARS.xlateVars+XLATEVARS.bFlopCntAndFirst], al ; Zero? 165 165 je SHORT .notfounddpt 166 166 .founddpt:
Note:
See TracChangeset
for help on using the changeset viewer.