Changeset 127 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm


Ignore:
Timestamp:
Mar 3, 2011, 6:43:50 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • More boot menu fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm

    r124 r127  
    2424ALIGN JUMP_ALIGN
    2525BootMenuEvent_Handler:
    26     cmp     bx, MENUEVENT.RefreshItemFromCX ; Above last supported item?
     26    cmp     bx, BYTE MENUEVENT.RefreshItemFromCX    ; Above last supported item?
    2727    ja      SHORT .EventNotHandled
    28     jmp     [bx+.rgfnEventSpecificHandlers]
     28    jmp     [cs:bx+.rgfnEventSpecificHandlers]
    2929.EventNotHandled:
    3030    clc
Note: See TracChangeset for help on using the changeset viewer.