Changeset 194 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
- Timestamp:
- Nov 17, 2011, 11:07:58 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
r192 r194 32 32 jmp short BootMenuPrint_FormatCSSIfromParamsInSSBP 33 33 34 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 34 35 %if BootMenuPrint_FloppyMenuitem <> BootMenuEvent_FallThroughToFloppyMenuitem 35 36 %error "BootMenuPrint.asm must follow BootMenuEvent.asm, and BootMenuPrint_FloppyMenuitem must be the first routine in BootMenuPrint.asm" 36 37 %endif 37 38 %endif 38 39 39 40 ;-------------------------------------------------------------------- … … 174 175 db 2880 / FloppyTypes.rgbCapacityMultiplier ; type 6 175 176 177 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 176 178 %if g_szFddFiveQuarter <> g_szFddThreeHalf+g_szFddThreeFive_Displacement 177 179 %error "FddThreeFive_Displacement incorrect" 180 %endif 178 181 %endif 179 182 … … 225 228 cmp bl, FLOPPY_TYPE_525_HD 226 229 ja .ThreeHalf 230 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 227 231 %if g_szFddThreeFive_Displacement = 2 228 232 inc ax ; compressed string case … … 230 234 %else 231 235 add ax, g_szFddThreeFive_Displacement 236 %endif 232 237 %endif 233 238 .ThreeHalf:
Note:
See TracChangeset
for help on using the changeset viewer.