Ignore:
Timestamp:
Nov 21, 2011, 11:01:08 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Adding proper serial port support to the Configurator, which required some minor changes elsewhere. Also added an option, off by default, to automatically scan for serial drives at the end of normal drive detection (no ALT key required, although that is still available if the option is off).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc

    r108 r199  
    5050    .wMaxValue:
    5151    .wValueBitmask          resb    2   ; Bitmask for item value flag
     52    .fnValueReader          resb    2   ; Called just after ROMVARS is read, providing a hook for further action
     53    .fnValueWriter          resb    2   ; Called just before ROMVARS is written, providing a hook for further action
    5254endstruc
    5355
Note: See TracChangeset for help on using the changeset viewer.