Changeset 596 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm
- Timestamp:
- Jul 10, 2018, 1:20:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm
r593 r596 49 49 pop dx 50 50 cmp BYTE [si+FILE_DIALOG_IO.bUserCancellation], TRUE 51 je Drive_SetDefaultFromDL 51 jne SHORT .UserDidNotCancel 52 jmp Drive_SetDefaultFromDL 53 54 .UserDidNotCancel: 52 55 ret 53 56
Note:
See TracChangeset
for help on using the changeset viewer.