Changeset 244 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc


Ignore:
Timestamp:
Feb 10, 2012, 5:18:49 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Removed tiny optimization for DEVICE_SERIAL being the last device type - not worth the fragility and couldn't be checked by the assembler.

File:
1 edited

Legend:

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

    r243 r244  
    9191DEVICE_16BIT_ATA                        EQU (3<<1)
    9292DEVICE_32BIT_ATA                        EQU (4<<1)
    93 DEVICE_SERIAL_PORT                      EQU (5<<1)      ; must be last entry, or remove optimization in DetectPrint
     93DEVICE_SERIAL_PORT                      EQU (5<<1)
    9494DEVICE_JRIDE_ISA                        EQU (6<<1)
    9595
Note: See TracChangeset for help on using the changeset viewer.