Changeset 165 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Aug 20, 2011, 6:37:44 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Inc
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
r158 r165 45 45 ; Bit definitions for DPT.bFlagsHigh 46 46 FLGH_DPT_REVERSED_A0_AND_A3 EQU (1<<0) ; XTIDE mod, Address lines 0 and 3 reversed 47 FLGH_DPT_ SERIAL_DEVICE EQU (1<<1) ; Serial Port Device48 FLGH_DPT_ BLOCK_MODE_SUPPORTED EQU (1<<2) ; Use block transfer commands47 FLGH_DPT_BLOCK_MODE_SUPPORTED EQU (1<<1) ; Use block transfer commands (must be bit 1!) 48 FLGH_DPT_SERIAL_DEVICE EQU (1<<2) ; Serial Port Device 49 49 FLGH_DPT_INTERRUPT_IN_SERVICE EQU (1<<3) ; Set when waiting for IRQ 50 50 FLGH_DPT_RESET_nDRDY EQU (1<<4) ; Drive ready to accept commands
Note:
See TracChangeset
for help on using the changeset viewer.