Changeset 623 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/AdvancedAta
- Timestamp:
- Jun 15, 2022, 2:48:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/AdvancedAta/AdvAtaInit.asm
r622 r623 188 188 ; as I/O delay. 189 189 ; 190 ; AdvAtaInit_In WithDelay190 ; AdvAtaInit_InputWithDelay 191 191 ; Parameters: 192 192 ; DX: Port to read from … … 195 195 ; Corrupts registers: 196 196 ; Nothing 197 ;-------------------------------------------------------------------- 197 ;-------------------------------------------------------------------- 198 198 AdvAtaInit_InputWithDelay: 199 199 in al, dx
Note:
See TracChangeset
for help on using the changeset viewer.