Ignore:
Timestamp:
Mar 1, 2012, 8:52:08 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator v2:

  • JR-IDE/ISA can now be selected.
  • Maximum LBA for EBIOS can now be specified.
  • Drive internal write cache can now be enabled or disabled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm

    r233 r286  
    233233    mov     bx, 10
    234234    CALL_DISPLAY_LIBRARY PrintWordFromAXwithBaseInBX
    235     jmp     SHORT FinishPrintingUnsignedOrHexValue
     235    jmp     SHORT MenuitemPrint_FinishPrintingUnsignedOrHexValue
    236236
    237237;--------------------------------------------------------------------
     
    258258    CALL_DISPLAY_LIBRARY PrintCharacterFromAL
    259259ALIGN JUMP_ALIGN
    260 FinishPrintingUnsignedOrHexValue:
     260MenuitemPrint_FinishPrintingUnsignedOrHexValue:
    261261    CALL_DISPLAY_LIBRARY GetCharacterPointerToBXAX
    262262    xchg    bx, ax
Note: See TracChangeset for help on using the changeset viewer.