Changeset 8218 in vbox for trunk/src/VBox/Devices/PC/BIOS/logo.c
- Timestamp:
- Apr 21, 2008 11:47:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/logo.c
r7908 r8218 364 364 if (!f12_pressed) 365 365 { 366 scode = wait(logo_time / WAIT_MS, 0);366 scode = wait(logo_time / WAIT_MS, 1); 367 367 if (scode == F12_SCAN_CODE) 368 368 f12_pressed = 1;
Note:
See TracChangeset
for help on using the changeset viewer.