Changeset 203 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialDPT.asm
- Timestamp:
- Nov 23, 2011, 8:42:19 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialDPT.asm
r181 r203 17 17 SerialDPT_Finalize: 18 18 or byte [di+DPT.bFlagsHigh], FLGH_DPT_SERIAL_DEVICE 19 mov al, byte [es:si+SerialCommand_IdentifyDevice_PackedPortAndBaud]19 mov al, [RAMVARS.xlateVars+XLATEVARS.bLastSerial] 20 20 mov byte [di+DPT.bSerialPortAndBaud], al 21 21 ret
Note:
See TracChangeset
for help on using the changeset viewer.