Changeset 596 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm
- Timestamp:
- Jul 10, 2018, 1:20:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm
r592 r596 40 40 jc SHORT .DisplayErrorMessage 41 41 42 mov a x, FLG_CFGVARS_FILELOADED43 call Buffers_NewBiosWithSizeInDXCXandSourceInA XhasBeenLoadedForConfiguration42 mov al, FLG_CFGVARS_FILELOADED 43 call Buffers_NewBiosWithSizeInDXCXandSourceInALhasBeenLoadedForConfiguration 44 44 call FileIO_CloseUsingHandleFromBX 45 45 call DisplayFileLoadedSuccessfully
Note:
See TracChangeset
for help on using the changeset viewer.