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


Ignore:
Timestamp:
Oct 23, 2011, 8:19:04 PM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:
  • Removed an %ifdef in RomVars.inc that prevented XTIDECFG from building.
  • Size optimizations in MenuLoop.asm.
File:
1 edited

Legend:

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

    r176 r178  
    6969DEVICE_16BIT_ATA                        EQU (3<<1)
    7070DEVICE_32BIT_ATA                        EQU (4<<1)
    71 %ifdef MODULE_SERIAL
    7271DEVICE_SERIAL_PORT                      EQU (5<<1)
    73 %endif
    7472
    7573; Master/Slave drive specific parameters
Note: See TracChangeset for help on using the changeset viewer.