Ignore:
Timestamp:
Mar 13, 2012, 7:17:46 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Removed %ifdef that was preventing the configuration from building in Math.asm, added copyright and license information to configurator (boots to information).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm

    r206 r336  
    1010    at  MENUPAGE.fnEnter,           dw  MainMenu_EnterMenuOrModifyItemVisibility
    1111    at  MENUPAGE.fnBack,            dw  ExitToDosFromBackButton
    12     at  MENUPAGE.wMenuitems,        dw  6
     12    at  MENUPAGE.wMenuitems,        dw  8
     13iend
     14
     15g_MenuitemMainMenuLicense:     
     16istruc MENUITEM
     17    at  MENUITEM.fnActivate,        dw  Menuitem_DisplayHelpMessageFromDSSI
     18    at  MENUITEM.szName,            dw  g_szItemMainLicense
     19    at  MENUITEM.szQuickInfo,       dw  g_szNfoMainLicense
     20    at  MENUITEM.szHelp,            dw  g_szHelpMainLicense
     21    at  MENUITEM.bFlags,            db  FLG_MENUITEM_VISIBLE       
     22    at  MENUITEM.bType,             db  TYPE_MENUITEM_ACTION
     23iend
     24       
     25g_MenuitemMainMenuLoadBiosFromFile:
     26istruc MENUITEM
     27    at  MENUITEM.fnActivate,        dw  LoadBiosFromFile
     28    at  MENUITEM.szName,            dw  g_szItemMainLoadFile
     29    at  MENUITEM.szQuickInfo,       dw  g_szNfoMainLoadFile
     30    at  MENUITEM.szHelp,            dw  g_szNfoMainLoadFile
     31    at  MENUITEM.bFlags,            db  FLG_MENUITEM_VISIBLE
     32    at  MENUITEM.bType,             db  TYPE_MENUITEM_ACTION
     33iend
     34
     35g_MenuitemMainMenuLoadXtideUniversalBiosFromRom:
     36istruc MENUITEM
     37    at  MENUITEM.fnActivate,        dw  LoadXtideUniversalBiosFromRom
     38    at  MENUITEM.szName,            dw  g_szItemMainLoadROM
     39    at  MENUITEM.szQuickInfo,       dw  g_szNfoMainLoadROM
     40    at  MENUITEM.szHelp,            dw  g_szNfoMainLoadROM
     41    at  MENUITEM.bFlags,            db  NULL
     42    at  MENUITEM.bType,             db  TYPE_MENUITEM_ACTION
     43iend
     44
     45g_MenuitemMainMenuLoadOldSettingsFromEeprom:
     46istruc MENUITEM
     47    at  MENUITEM.fnActivate,        dw  LoadOldSettingsFromEeprom
     48    at  MENUITEM.szName,            dw  g_szItemMainLoadStngs
     49    at  MENUITEM.szQuickInfo,       dw  g_szNfoMainLoadStngs
     50    at  MENUITEM.szHelp,            dw  g_szNfoMainLoadStngs
     51    at  MENUITEM.bFlags,            db  NULL
     52    at  MENUITEM.bType,             db  TYPE_MENUITEM_ACTION
     53iend
     54
     55g_MenuitemMainMenuConfigureXtideUniversalBios:
     56istruc MENUITEM
     57    at  MENUITEM.fnActivate,        dw  ConfigurationMenu_EnterMenuOrModifyItemVisibility
     58    at  MENUITEM.szName,            dw  g_szItemMainConfigure
     59    at  MENUITEM.szQuickInfo,       dw  g_szNfoMainConfigure
     60    at  MENUITEM.szHelp,            dw  g_szNfoMainConfigure
     61    at  MENUITEM.bFlags,            db  NULL
     62    at  MENUITEM.bType,             db  TYPE_MENUITEM_PAGENEXT
     63iend
     64
     65g_MenuitemMainMenuFlashEeprom:
     66istruc MENUITEM
     67    at  MENUITEM.fnActivate,        dw  FlashMenu_EnterMenuOrModifyItemVisibility
     68    at  MENUITEM.szName,            dw  g_szItemMainFlash
     69    at  MENUITEM.szQuickInfo,       dw  g_szNfoMainFlash
     70    at  MENUITEM.szHelp,            dw  g_szNfoMainFlash
     71    at  MENUITEM.bFlags,            db  NULL
     72    at  MENUITEM.bType,             db  TYPE_MENUITEM_PAGENEXT
    1373iend
    1474
     
    2383iend
    2484
    25 g_MenuitemMainMenuLoadBiosFromFile:
    26 istruc MENUITEM
    27     at  MENUITEM.fnActivate,        dw  LoadBiosFromFile
    28     at  MENUITEM.szName,            dw  g_szItemMainLoadFile
    29     at  MENUITEM.szQuickInfo,       dw  g_szNfoMainLoadFile
    30     at  MENUITEM.szHelp,            dw  g_szNfoMainLoadFile
    31     at  MENUITEM.bFlags,            db  FLG_MENUITEM_VISIBLE
    32     at  MENUITEM.bType,             db  TYPE_MENUITEM_ACTION
    33 iend
    34 
    35 g_MenuitemMainMenuLoadXtideUniversalBiosFromRom:
    36 istruc MENUITEM
    37     at  MENUITEM.fnActivate,        dw  LoadXtideUniversalBiosFromRom
    38     at  MENUITEM.szName,            dw  g_szItemMainLoadROM
    39     at  MENUITEM.szQuickInfo,       dw  g_szNfoMainLoadROM
    40     at  MENUITEM.szHelp,            dw  g_szNfoMainLoadROM
    41     at  MENUITEM.bFlags,            db  NULL
    42     at  MENUITEM.bType,             db  TYPE_MENUITEM_ACTION
    43 iend
    44 
    45 g_MenuitemMainMenuLoadOldSettingsFromEeprom:
    46 istruc MENUITEM
    47     at  MENUITEM.fnActivate,        dw  LoadOldSettingsFromEeprom
    48     at  MENUITEM.szName,            dw  g_szItemMainLoadStngs
    49     at  MENUITEM.szQuickInfo,       dw  g_szNfoMainLoadStngs
    50     at  MENUITEM.szHelp,            dw  g_szNfoMainLoadStngs
    51     at  MENUITEM.bFlags,            db  NULL
    52     at  MENUITEM.bType,             db  TYPE_MENUITEM_ACTION
    53 iend
    54 
    55 g_MenuitemMainMenuConfigureXtideUniversalBios:
    56 istruc MENUITEM
    57     at  MENUITEM.fnActivate,        dw  ConfigurationMenu_EnterMenuOrModifyItemVisibility
    58     at  MENUITEM.szName,            dw  g_szItemMainConfigure
    59     at  MENUITEM.szQuickInfo,       dw  g_szNfoMainConfigure
    60     at  MENUITEM.szHelp,            dw  g_szNfoMainConfigure
    61     at  MENUITEM.bFlags,            db  NULL
    62     at  MENUITEM.bType,             db  TYPE_MENUITEM_PAGENEXT
    63 iend
    64 
    65 g_MenuitemMainMenuFlashEeprom:
    66 istruc MENUITEM
    67     at  MENUITEM.fnActivate,        dw  FlashMenu_EnterMenuOrModifyItemVisibility
    68     at  MENUITEM.szName,            dw  g_szItemMainFlash
    69     at  MENUITEM.szQuickInfo,       dw  g_szNfoMainFlash
    70     at  MENUITEM.szHelp,            dw  g_szNfoMainFlash
    71     at  MENUITEM.bFlags,            db  NULL
    72     at  MENUITEM.bType,             db  TYPE_MENUITEM_PAGENEXT
    73 iend
     85g_MenuitemMainMenuHomePage:     
     86istruc MENUITEM
     87    at  MENUITEM.fnActivate,        dw  Menuitem_DisplayHelpMessageFromDSSI
     88    at  MENUITEM.szName,            dw  g_szItemMainHomePage
     89    at  MENUITEM.szQuickInfo,       dw  g_szNfoMainHomePage
     90    at  MENUITEM.szHelp,            dw  g_szNfoMainHomePage
     91    at  MENUITEM.bFlags,            db  FLG_MENUITEM_VISIBLE       
     92    at  MENUITEM.bType,             db  TYPE_MENUITEM_ACTION
     93iend                       
    7494
    7595
     
    217237    mov     dx, g_szDlgMainLoadStngs
    218238    jmp     Dialogs_DisplayNotificationFromCSDX
     239
     240
     241   
Note: See TracChangeset for help on using the changeset viewer.