Changeset 602 in xtideuniversalbios for trunk/Assembly_Library/Src/Keyboard/Keyboard.asm


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/Assembly_Library/Src/Keyboard/Keyboard.asm

    r592 r602  
    4444    push    cx
    4545
    46     mov     cx, BUFFER_SIZE_FOR_WORD_INPUT
    47     call    Memory_ReserveCXbytesFromStackToDSSI
     46    mov     cl, BUFFER_SIZE_FOR_WORD_INPUT
     47    call    Memory_ReserveCLbytesFromStackToDSSI
    4848
    4949    call    Char_GetFilterFunctionToDXforNumericBaseInBX
Note: See TracChangeset for help on using the changeset viewer.