Changeset 238 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc


Ignore:
Timestamp:
Feb 5, 2012, 12:59:20 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Makefile now builds small (8k) and large versions.
  • Completely untested support for JR-IDE/ISA.
Location:
trunk/XTIDE_Universal_BIOS/Inc
Files:
2 edited

Legend:

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

    r237 r238  
    1414
    1515    ; IDE Drive related
    16     ; .twLbaSectors is used for LBA addressing only.
    17     ; .wPchsCylinders and .bPchsSectors are used for CHS addressing only.
     16    ; .bLbaHeads and .twLbaSectors are used for LBA addressing only.
    1817    .bLbaHeads:                 resb    1   ; Number of LBA assisted heads (1...255)
    1918    .twLbaSectors               resb    2   ; 48-bit sector count for LBA addressing
     19
     20    ; .wPchsCylinders and .bPchsSectors are used for CHS addressing only.
    2021    .wPchsCylinders             resb    2   ; Number of P-CHS Cylinders (1...16383)
    2122    .wPchsHeadsAndSectors:
  • trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc

    r233 r238  
    9090DEVICE_32BIT_ATA                        EQU (4<<1)
    9191DEVICE_SERIAL_PORT                      EQU (5<<1)      ; must be last entry, or remove optimization in DetectPrint
     92DEVICE_JRIDE_ISA                        EQU (6<<1)
    9293
    9394
Note: See TracChangeset for help on using the changeset viewer.