Ignore:
Timestamp:
May 9, 2019, 8:11:46 PM (5 years ago)
Author:
krille_n_
Message:

Changes:

  • SerDrive: Fixed a bug that prevented use of 3.5" 720 KB floppy disk images.
  • Also added support for Microsoft DMF (Distribution Media Format) floppy disk images.
  • XTIDECFG / Library: Minor size optimizations. Added a new macro (SKIP1B) as part of that.
  • BIOS: A small size optimization (2 bytes) to MODULE_8BIT_IDE_ADVANCED that is enabled only when USE_NEC_V is defined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm

    r596 r602  
    249249LoadBiosFromFile:
    250250    call    Buffers_SaveChangesIfFileLoaded
    251     mov     cx, FILE_DIALOG_IO_size
    252     call    Memory_ReserveCXbytesFromStackToDSSI
     251    mov     cl, FILE_DIALOG_IO_size
     252    call    Memory_ReserveCLbytesFromStackToDSSI
    253253    call    Dialogs_DisplayFileDialogWithDialogIoInDSSI
    254254    cmp     BYTE [si+FILE_DIALOG_IO.bUserCancellation], TRUE
Note: See TracChangeset for help on using the changeset viewer.