Commit History

Author SHA1 Message Date
  Wouter Vermaelen 2abab30ccb scheduler cleanup, added a few missing removeSyncPoint() calls (mostly harmless) 19 years ago
  Wouter Vermaelen 1eb7a7029a made WD2793 more robust 19 years ago
  Wouter Vermaelen a91b7c61c2 Changed include guards from __FOO_HH__ to FOO_HH 19 years ago
  Wouter Vermaelen b0de9a1889 removed Scheduler::setCurrentTime() 19 years ago
  Wouter Vermaelen c2e9dc16b9 large cleanup, see ChangeLog for details 19 years ago
  Maarten ter Huurne 8e33aee4d3 Avoid returning ASAP from getNext. 19 years ago
  Maarten ter Huurne c55f94ccdf Replaced setAsyncPoint by calls to setSyncPoint with time ASAP. Also delayed resolution of ASAP. 20 years ago
  Wouter Vermaelen 4e33a035a8 cleanups 20 years ago
  Wouter Vermaelen 19bf18d974 reversed the calling-sequence between MSXCPU and Scheduler 20 years ago
  Wouter Vermaelen db0e89d76d experimental: use coroutine for cpu emulation 20 years ago
  Maarten ter Huurne a66cad2e81 Introduced display which manages multiple layers. 20 years ago
  Wouter Vermaelen e7cf1c7466 removed exception specifications 20 years ago
  Wouter Vermaelen 428e8b2a4a fix(?) scheduler assertion 20 years ago
  Wouter Vermaelen 73b7ac66d9 simplified scheduler code a bit 20 years ago
  Wouter Vermaelen fc87fd3365 delay input events 20 years ago
  Wouter Vermaelen df34f99ccc Fixed debugger assertion 20 years ago
  Wouter Vermaelen 07894a6e34 cleanups / doygen fixes 20 years ago
  Wouter Vermaelen c3cff70a94 TCL speed improvements 20 years ago
  Wouter Vermaelen ed99d566ac Refactored EventDistributor to be SDL independent (WIP) 20 years ago
  Maarten ter Huurne 0aed79af6f Added Scheduler::setAsyncPoint, which works like setSyncPoint, but is safe to call from other threads. 20 years ago
  Wouter Vermaelen 019b0c0d92 fix reset 20 years ago
  Maarten ter Huurne 97b26dcdaf Separated Settings.hh into one file per class. 20 years ago
  Wouter Vermaelen d42ab5034b Implemented cpu debugger 20 years ago
  Wouter Vermaelen 120c428824 fix more assert on quit/pause problems 20 years ago
  Wouter Vermaelen 817332798c fixed assert on pause 20 years ago
  Wouter Vermaelen 6d46792675 major singleton cleanup 20 years ago
  Maarten ter Huurne 9735d85d6b Modified Scheduler to only schedule ASAP sync points during pause. Also made ASAP resolve to CPU's current time instead of target time. 20 years ago
  Wouter Vermaelen 6406904254 split Settings.hh / MSXMotherBoard is no longer a singleton 20 years ago
  Wouter Vermaelen c82bb2cef1 Removed circular dependency between RealTime and Scheduler 20 years ago
  Wouter Vermaelen 43b213be35 Reversed dependency between Mixer and Scheduler 20 years ago