openMSX
|
#include "RealTime.hh"
#include "BooleanSetting.hh"
#include "Event.hh"
#include "EventDelay.hh"
#include "EventDistributor.hh"
#include "GlobalSettings.hh"
#include "MSXMotherBoard.hh"
#include "Reactor.hh"
#include "ThrottleManager.hh"
#include "Timer.hh"
#include "narrow.hh"
#include "unreachable.hh"
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Variables | |
const double | openmsx::SYNC_INTERVAL = 0.08 |
const int64_t | openmsx::MAX_LAG = 200000 |
const uint64_t | openmsx::ALLOWED_LAG = 20000 |