Changeset 618 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src
- Timestamp:
- Aug 31, 2021, 2:17:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/IdeAutodetect.asm
r614 r618 144 144 jne SHORT .IdeDeviceFound 145 145 mov al, DEVICE_8BIT_XTCF_PIO8 146 jmp SHORT .IdeDeviceFound146 ret ; With CF cleared 147 147 .ContinueDetection: 148 148 shr bx, 1 … … 331 331 dw 320h 332 332 dw 340h 333 dw 360h 333 dw 360h ; Acculogic sIDE-1/16 (same controller type as XT-IDE rev 1) 334 334 dw 380h 335 335 dw 3A0h
Note:
See TracChangeset
for help on using the changeset viewer.