Changeset 194 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.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/BootMenuEvent.asm
r190 r194 182 182 shl bl,1 ; drive letter high order bit to CF, Item/Information bit to SF 183 183 jc SHORT BootMenuPrint_HardDiskMenuitem 184 ; fall through to BootMenuEvent_FallThroughToFloppyMenuitem 184 185 185 186 ;;; … … 189 190 ALIGN JUMP_ALIGN 190 191 BootMenuEvent_FallThroughToFloppyMenuitem: 191 192 ; fall through to BootMenuPrint_FloppyMenuitem
Note:
See TracChangeset
for help on using the changeset viewer.