Changeset 391 in xtideuniversalbios


Ignore:
Timestamp:
Apr 17, 2012, 2:38:57 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Menu dialogs now compile again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/MenuInit.asm

    r390 r391  
    4646
    4747    ; Display menu
    48     call    EnterMenuWithHandlerInBXandUserDataInDXAX
     48    call    MenuInit_EnterMenuWithHandlerInBXandUserDataInDXAX
    4949
    5050    ; Get menu selection and destroy menu variables from stack
     
    7171;--------------------------------------------------------------------
    7272ALIGN MENU_JUMP_ALIGN
    73 EnterMenuWithHandlerInBXandUserDataInDXAX:
     73MenuInit_EnterMenuWithHandlerInBXandUserDataInDXAX:
    7474    mov     [bp+MENU.fnEventHandler], bx
    7575    mov     [bp+MENU.dwUserData], ax
Note: See TracChangeset for help on using the changeset viewer.