Changeset 47006 in vbox
- Timestamp:
- Jul 5, 2013 12:45:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/orgs.asm
r46947 r47006 1721 1721 mov ds, ax 1722 1722 1723 ;; time to turn off floppy driv motor(s)?1724 mov al, ds:[440h] ;; @todo Shouldn't this be decreased if > 0? How would we ever get to zero otherwise?1723 ;; time to turn off floppy drive motor(s)? 1724 mov al, ds:[440h] 1725 1725 or al, al 1726 1726 jz int08_floppy_off 1727 dec al 1728 mov ds:[440h], al 1729 jnz int08_floppy_off 1727 1730 ;; turn motor(s) off 1728 1731 push dx
Note:
See TracChangeset
for help on using the changeset viewer.