Changeset 59495 in vbox for trunk/src/VBox/Devices/PC/BIOS/system.c
- Timestamp:
- Jan 27, 2016 3:53:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/system.c
r59354 r59495 1 1 /* 2 * Copyright (C) 2006-201 5Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 356 356 357 357 case 0x83: { 358 if( GET_AL() ) {358 if( GET_AL() == 0 ) { 359 359 // Set Interval requested. 360 360 if( ( read_byte( 0x40, 0xA0 ) & 1 ) == 0 ) {
Note:
See TracChangeset
for help on using the changeset viewer.