Changeset 1530 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Mar 16, 2007 1:49:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r1434 r1530 4144 4144 * sense to reset the mouse and leave the mouse flags as is. */ 4145 4145 mouse_flags_2 = read_byte(ebda_seg, 0x0027); 4146 mouse_flags_2 = (mouse_flags_2 & 0x00) | regs.u.r8.bh; 4146 if (regs.u.r8.al == 5) 4147 mouse_flags_2 = (mouse_flags_2 & 0x00) | regs.u.r8.bh; 4147 4148 mouse_flags_1 = 0x00; 4148 4149 write_byte(ebda_seg, 0x0026, mouse_flags_1);
Note:
See TracChangeset
for help on using the changeset viewer.