- Timestamp:
- Oct 3, 2012 2:02:11 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81115
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS-new/vgarom.asm
r43152 r43527 229 229 push cx 230 230 push dx 231 mov dx, VGAREG_ACTL_RESET 232 in al, dx 231 push ds 232 mov dx, BIOSMEM_SEG 233 mov ds, dx 234 mov dx, VGAREG_ACTL_RESET 235 in al, dx 236 cmp byte ptr ds:[BIOSMEM_CURRENT_MODE], 3 237 jbe set_border_done 233 238 mov dx, VGAREG_ACTL_ADDRESS 234 239 mov al, 00h … … 256 261 cmp cl, 4 257 262 jne set_intensity_loop 263 set_border_done: 258 264 mov al, 20h 259 265 out dx, al … … 262 268 in al, dx 263 269 endif ; VBOX 270 pop ds 264 271 pop dx 265 272 pop cx
Note:
See TracChangeset
for help on using the changeset viewer.