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/FlashMenu.asm

    r593 r602  
    221221
    222222    call    .PrepareBuffersForFlashing
    223     mov     cx, FLASHVARS_size + PROGRESS_DIALOG_IO_size
    224     call    Memory_ReserveCXbytesFromStackToDSSI
     223    mov     cl, FLASHVARS_size + PROGRESS_DIALOG_IO_size
     224    call    Memory_ReserveCLbytesFromStackToDSSI
    225225    call    .InitializeFlashvarsFromDSSI
    226226    mov     bx, si                          ; DS:BX now points to FLASHVARS
Note: See TracChangeset for help on using the changeset viewer.