Changeset 92 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootMenu.inc


Ignore:
Timestamp:
Jan 27, 2011, 5:44:27 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Removed ROM Boot from boot menu and created a hotkey for it.
File:
1 edited

Legend:

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

    r88 r92  
    1010BOOT_MENU_WIDTH                 EQU 40  ; Menu width in characters
    1111BOOT_MENU_HEIGHT_WITHOUT_ITEMS  EQU (BOOT_MENU_TITLE_LINES + BOOT_MENU_INFO_LINES + 4)
     12MENU_SCREEN_BOTTOM_LINES        EQU 1
    1213
    13 ; Function IDs
    14 ID_BOOTFUNC_ROMBOOT             EQU 0   ; ROM boot
     14; Hotkeys
     15ROM_BOOT_HOTKEY_SCANCODE        EQU 42h ; F8
    1516
    1617
Note: See TracChangeset for help on using the changeset viewer.