Changeset 248 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Feb 13, 2012, 1:22:18 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DriveXlate.asm
r181 r248 85 85 ALIGN JUMP_ALIGN 86 86 DriveXlate_Reset: 87 mov WORD [RAMVARS.xlateVars ], 8000h ; .bFDSwap and .bHDSwap87 mov WORD [RAMVARS.xlateVars+XLATEVARS.wFDandHDswap], 8000h 88 88 ret 89 89
Note:
See TracChangeset
for help on using the changeset viewer.