Changeset 50 in xtideuniversalbios for trunk/Assembly_Library/Src/LibraryTests.asm


Ignore:
Timestamp:
Oct 9, 2010, 5:47:26 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Removed Memory_ExchangeSSBPwithESDI since it obviously corrupted stack.
CGA detection is now only done once when initializing Display Context.
Moved File Library defines to File.inc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/LibraryTests.asm

    r48 r50  
    224224.AskFileFromUser:
    225225    mov     si, g_dialogInputOutput
    226     mov     WORD [si+DIALOG_INPUT.fszItems], g_szBuffer
     226    mov     WORD [si+FILE_DIALOG_IO.fszItemBuffer], g_szBuffer
    227227    mov     BYTE [si+FILE_DIALOG_IO.bDialogFlags], FLG_FILEDIALOG_DIRECTORY | FLG_FILEDIALOG_NEW | FLG_FILEDIALOG_DRIVES
    228228    mov     BYTE [si+FILE_DIALOG_IO.bFileAttributes], FLG_FILEATTR_DIRECTORY | FLG_FILEATTR_ARCHIVE
    229229    mov     WORD [si+FILE_DIALOG_IO.fpFileFilterString], .szAllFiles
    230230    mov     [si+FILE_DIALOG_IO.fpFileFilterString+2], cs
    231     mov     [si+STRING_DIALOG_IO.fpReturnBuffer+2], cs
    232231    CALL_MENU_LIBRARY GetFileNameWithIoInDSSI
    233232    cmp     BYTE [g_dialogInputOutput+FILE_DIALOG_IO.bUserCancellation], TRUE
Note: See TracChangeset for help on using the changeset viewer.