Changeset 232 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc


Ignore:
Timestamp:
Feb 4, 2012, 12:42:17 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Minor improvements to AH=24h (Set Block Mode).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc

    r227 r232  
    2828    .dpt                        resb    DPT_size
    2929
    30     ; Block size is specified in sectors (1, 2, 4, 8, 16, 32 or 64).
    31     ; 128 is not allowed to prevent offset overflow during data transfer.
     30    ; Block size is specified in sectors (1, 2, 4, 8, 16, 32, 64 or 128)
    3231    .wSetAndMaxBlock:
    3332    .bSetBlock                  resb    1   ; Current block size (at least 1)
Note: See TracChangeset for help on using the changeset viewer.