Changeset 74 for hacks/xtide/atalib.h


Ignore:
Timestamp:
Dec 21, 2015, 1:40:51 AM (10 years ago)
Author:
bird
Message:

xtide util hacking, included bios patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hacks/xtide/atalib.h

    r73 r74  
    2929
    3030/* The necessary I/O ports, indexed by "bus". */
    31 #define ATA_PORT_SHIFT      1 /* For XT-CF trick */
     31#define ATA_PORT_SHIFT      (g_cPortShift) /* For XT-CF trick */
    3232#define ATA_REG_DATA(a_uBasePort)           (a_uBasePort)
    3333#define ATA_REG_FEATURES(a_uBasePort)       ((a_uBasePort) + (1 << ATA_PORT_SHIFT))
Note: See TracChangeset for help on using the changeset viewer.