Ignore:
Timestamp:
Nov 30, 2010, 8:34:56 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Now compatible with timeout changes made to Assembly Library.
  • Removed some EEPROM types.
File:
1 edited

Legend:

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

    r59 r63  
    238238g_szMultichoiseEepromType:
    239239                        db  "2816 (2 kiB)",LF
    240                         db  "2832 (4 kiB)",LF
    241240                        db  "2864 (8 kiB)",LF
    242                         db  "28128 (16 kiB)",LF
    243241                        db  "28256 (32 kiB)",LF
    244242                        db  "28512 (64 kiB)",NULL
    245243g_szValueFlash2816:     db  "2816",NULL
    246 g_szValueFlash2832:     db  "2832",NULL
    247244g_szValueFlash2864:     db  "2864",NULL
    248 g_szValueFlash28128:    db  "28128",NULL
    249245g_szValueFlash28256:    db  "28256",NULL
    250246g_szValueFlash28512:    db  "28512",NULL
Note: See TracChangeset for help on using the changeset viewer.