Ignore:
Timestamp:
Apr 20, 2012, 4:38:26 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator:

  • Updated device types.
  • ROMVARS.wFlags is checked to detect what Boot Settings should be set visible.
File:
1 edited

Legend:

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

    r399 r403  
    188188
    189189g_rgwChoiceToValueLookupForDevice:
    190     dw  DEVICE_XTIDE_REV1
    191     dw  DEVICE_XTIDE_REV2
    192     dw  DEVICE_FAST_XTIDE
     190    dw  DEVICE_8BIT_JRIDE_ISA
     191    dw  DEVICE_8BIT_FAST_XTIDE
     192    dw  DEVICE_8BIT_XTIDE_REV2
     193    dw  DEVICE_8BIT_XTIDE_REV1
    193194    dw  DEVICE_16BIT_ATA
    194195    dw  DEVICE_32BIT_ATA
    195196    dw  DEVICE_SERIAL_PORT
    196     dw  DEVICE_JRIDE_ISA
    197197g_rgszValueToStringLookupForDevice:
     198    dw  g_szValueCfgDeviceJrIdeIsa
     199    dw  g_szValueCfgDeviceFast
     200    dw  g_szValueCfgDeviceRev2
    198201    dw  g_szValueCfgDeviceRev1
    199     dw  g_szValueCfgDeviceRev2
    200     dw  g_szValueCfgDeviceFast
    201202    dw  g_szValueCfgDevice16b
    202203    dw  g_szValueCfgDevice32b
    203204    dw  g_szValueCfgDeviceSerial
    204     dw  g_szValueCfgDeviceJrIdeIsa
     205
    205206
    206207g_rgbChoiceToValueLookupForCOM:
Note: See TracChangeset for help on using the changeset viewer.