Changeset 63617 in vbox
- Timestamp:
- Aug 23, 2016 8:21:05 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vberom.asm
r60441 r63617 606 606 mov bl, ah 607 607 or bl, bl 608 pop ax 608 609 jnz no_4bpp_1 609 610 if VBOX_BIOS_CPU gt 8086 … … 617 618 no_4bpp_1: 618 619 xor dx, dx 619 pop ax620 620 div bx 621 621 set_logical_scan_line_pixels:
Note:
See TracChangeset
for help on using the changeset viewer.