Changeset 165 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc


Ignore:
Timestamp:
Aug 20, 2011, 6:37:44 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hopefully this commit is successful. Sorry for the mess.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc

    r158 r165  
    4545; Bit definitions for DPT.bFlagsHigh
    4646FLGH_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 Device
    48 FLGH_DPT_BLOCK_MODE_SUPPORTED   EQU (1<<2)  ; Use block transfer commands
     47FLGH_DPT_BLOCK_MODE_SUPPORTED   EQU (1<<1)  ; Use block transfer commands (must be bit 1!)
     48FLGH_DPT_SERIAL_DEVICE          EQU (1<<2)  ; Serial Port Device
    4949FLGH_DPT_INTERRUPT_IN_SERVICE   EQU (1<<3)  ; Set when waiting for IRQ
    5050FLGH_DPT_RESET_nDRDY            EQU (1<<4)  ; Drive ready to accept commands
Note: See TracChangeset for help on using the changeset viewer.