index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
midi
/
morphos.cpp
Age
Commit message (
Expand
)
Author
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-01-01
Updated copyright
Max Horn
2003-09-28
removed duplicate g_timer object (one was global, one was static to timer.cpp...
Max Horn
2003-09-26
Converted the MPU-401 timer to use the Timer class.
Jamieson Christian
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
Max Horn
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h
Max Horn
2003-08-23
use startup message, avoid possible race condition on exit
Ruediger Hanke
2003-08-05
Hotfixes ...
Ruediger Hanke
2003-07-22
Some MorphOS port fixes
Ruediger Hanke
2003-06-11
Fixed race condition in MPU401 shutdown
Jamieson Christian
2002-12-25
This could hardly work, how did this change? scratch head" morphos.cpp
Ruediger Hanke
2002-12-25
Fix midi driver thread for MorphOS
Ruediger Hanke
2002-12-25
Moved MorphOS midi driver to backends/midi
Ruediger Hanke