Changeset 505 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Strings.asm


Ignore:
Timestamp:
Feb 25, 2013, 4:23:09 PM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Reverted the changes to MenuEvents.inc done in r492 since they broke the F1 key function in XTIDECFG.
  • Added a tail-call optimized variant of the CALL_DISPLAY_LIBRARY macro (JMP_DISPLAY_LIBRARY).
  • Put a block size limit in AH1Eh_ChangeXTCFmodeBasedOnControlRegisterInAL. I think it's needed but if not, it's easy to remove.
  • Other optimizations and fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Strings.asm

    r492 r505  
    8686g_szRomBootDash:        db  " -  "                  ; String fall through to g_szRomBoot
    8787%endif
    88 %ifdef MODULE_HOTKEYS OR MODULE_BOOT_MENU       
    89 g_szRomBoot:            db  "Rom%cBoot", NULL       ; "RomBoot" or "Rom Boot"
    90 %endif
    91        
     88%ifdef MODULE_HOTKEYS OR MODULE_BOOT_MENU
     89g_szRomBoot:            db  "Rom%cBoot",NULL        ; "RomBoot" or "Rom Boot"
     90%endif
     91
    9292
    9393%ifdef MODULE_BOOT_MENU
Note: See TracChangeset for help on using the changeset viewer.