Changeset 235 in xtideuniversalbios
- Timestamp:
- Feb 5, 2012, 7:57:36 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- trunk/XTIDE_Universal_BIOS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
r233 r235 28 28 .dpt resb DPT_size 29 29 30 ; Block size is specified in sectors (1, 2, 4, 8, 16, 32 or 64). 31 ; 128 is not allowed to prevent offset overflow during data transfer. 30 ; Block size is specified in sectors (1, 2, 4, 8, 16, 32, 64 or 128) 32 31 .wSetAndMaxBlock: 33 32 .bSetBlock resb 1 ; Current block size (at least 1) -
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r233 r235 68 68 69 69 push dx ; Push COM number character 70 ; If the strnig is going to be "Auto", we will push a NULL (zero) 71 ; here for the COM port number, which will be eaten by the 72 ; print routine (DisplayPrint_CharacterFromAL), resulting in 73 ; just "COM" being printed without a character after it. 70 74 71 75 mov cl, (g_szDetectCOMAuto-$$) & 0xff ; Setup secondary print string for "Auto"
Note:
See TracChangeset
for help on using the changeset viewer.