Changeset 473 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
- Timestamp:
- Oct 10, 2012, 6:22:23 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r422 r473 37 37 .dwPostStack resb 4 ; POST stack pointer when entering INT 19h 38 38 39 %ifdef MODULE_8BIT_IDE 40 .wNextXTCFportToScan resb 2 ; Needed for XT-CF port autodetection 41 %endif 42 39 43 .clearToZeroFromThisPoint: 40 44 %ifdef MODULE_HOTKEYS 41 45 .hotkeyVars resb HOTKEYVARS_size 42 46 %endif 43 47 44 48 .rgDrvDetectInfo: ; Array containing DRVDETECTINFO structs 45 49 endstruc
Note:
See TracChangeset
for help on using the changeset viewer.