Changeset 192 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Nov 16, 2011, 11:35:45 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r189 r192 22 22 ePUSH_T ax, ROMVARS.szTitle ; Bios title string 23 23 push cs ; BIOS segment 24 25 DetectPrint_BootMenuPrint_FormatCSSIfromParamsInSSBP_Relay: 24 26 jmp BootMenuPrint_FormatCSSIfromParamsInSSBP 25 27 … … 42 44 push ax ; Push "Master" or "Slave" 43 45 push di ; Push port number 44 jmp BootMenuPrint_FormatCSSIfromParamsInSSBP46 jmp DetectPrint_BootMenuPrint_FormatCSSIfromParamsInSSBP_Relay 45 47 46 48
Note:
See TracChangeset
for help on using the changeset viewer.