Changeset 491 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrint.asm
- Timestamp:
- Dec 15, 2012, 2:46:29 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrint.asm
r489 r491 76 76 ;-------------------------------------------------------------------- 77 77 BootMenuPrint_TitleStrings: 78 xor di,di ; Null character will be eaten 78 xor di,di ; Null character will be eaten 79 79 mov si, g_szBootMenuTitle 80 80 jmp DetectPrint_RomFoundAtSegment.BootMenuEntry 81 81 82 82 83 83 ;-------------------------------------------------------------------- 84 84 ; BootMenuPrint_RefreshInformation … … 203 203 jz SHORT BootMenuPrint_RefreshInformation.FormatRelay 204 204 205 %include "BootMenuPrintCfg.asm" ; inline of code to fill out remainder of information string205 %include "BootMenuPrintCfg.asm" ; Inline of code to fill out remainder of information string 206 206 jmp DetectPrint_FormatCSSIfromParamsInSSBP 207 207 208 208 209 209 FloppyTypes: 210 .rgbCapacityMultiplier equ 20; Multiplier to reduce word sized values to byte size210 .rgbCapacityMultiplier equ 120 ; Multiplier to reduce word sized values to byte size 211 211 .rgbCapacity: 212 212 db 360 / FloppyTypes.rgbCapacityMultiplier ; type 1
Note:
See TracChangeset
for help on using the changeset viewer.