Changeset 14707
- Timestamp:
- 11/27/08 15:27:57 (1 month ago)
- Files:
-
- trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r14702 r14707 75 75 * Define this to flip the 15usec refresh bit on every read. 76 76 * If not defined, it will be flipped correctly. */ 77 /* #define FAKE_REFRESH_CLOCK */ 77 #define FAKE_REFRESH_CLOCK 78 78 #ifdef DOXYGEN_RUNNING 79 79 # define FAKE_REFRESH_CLOCK … … 656 656 const int freq = 15085; 657 657 const int fRefresh = ((u64Now % freq ) > (freq / 2)) ? 1 : 0; 658 LogRel(("unow=%lld\n", u64Now));659 658 #endif 660 659 /* bit 2,3 NMI / parity status stuff. */

