Changeset 235 in xtideuniversalbios


Ignore:
Timestamp:
Feb 5, 2012, 7:57:36 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

More fun with comments, restoring a comment change that was lost in the mass checkin earlier and adding a little more information for another.

Location:
trunk/XTIDE_Universal_BIOS
Files:
2 edited

Legend:

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

    r233 r235  
    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)
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm

    r233 r235  
    6868
    6969    push    dx                              ; Push COM number character
     70                                            ; If the strnig is going to be "Auto", we will push a NULL (zero)
     71                                            ; here for the COM port number, which will be eaten by the
     72                                            ; print routine (DisplayPrint_CharacterFromAL), resulting in
     73                                            ; just "COM" being printed without a character after it.
    7074               
    7175    mov     cl, (g_szDetectCOMAuto-$$) & 0xff   ; Setup secondary print string for "Auto"
Note: See TracChangeset for help on using the changeset viewer.