Ignore:
Timestamp:
Jan 28, 2012, 3:08:47 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Moved .bSerialPortAndBaud out of the main DPT into a an attached struc DPT_SERIAL, used by the serial port code only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialDPT.asm

    r203 r226  
    1818        or      byte [di+DPT.bFlagsHigh], FLGH_DPT_SERIAL_DEVICE
    1919        mov     al, [RAMVARS.xlateVars+XLATEVARS.bLastSerial]
    20         mov     byte [di+DPT.bSerialPortAndBaud], al
     20        mov     byte [di+DPT_SERIAL.bSerialPortAndBaud], al
    2121        ret
    2222
Note: See TracChangeset for help on using the changeset viewer.