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
/
sound
/
mpu401.cpp
Age
Commit message (
Expand
)
Author
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-10-21
cleanup
Max Horn
2006-08-01
Some more whitespace changes.
Torbjörn Andersson
2006-08-01
Whitespace.
Torbjörn Andersson
2006-06-24
Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf...
Max Horn
2006-05-12
Whitespace changes. (Oh dear, now *I'm* forcing myself to large re-compiles.)
Torbjörn Andersson
2006-02-27
SysEx data now passed around with const pointers. Permits simplification of s...
Jamieson Christian
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-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
For consistency, specify directory when including files.
Torbjörn Andersson
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-10
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-11-04
Delegate channel functions to any MidiDriver. This is useful for the
Eugene Sandulenko
2004-08-22
cleanup of TimerProc mess
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-10-17
renamed some Timer methods
Max Horn
2003-10-10
cleanup
Max Horn
2003-10-04
use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...
Max Horn
2003-09-28
removed duplicate g_timer object (one was global, one was static to timer.cpp...
Max Horn
2003-09-27
Timer services are now available through g_timer, so
Jamieson Christian
2003-09-26
Converted the MPU-401 timer to use the Timer class.
Jamieson Christian
2003-09-25
Fix for Bug [810564] ALL: missing instruments with native MT-32
Jamieson Christian
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
Max Horn
2003-08-08
Added generic send() option to MidiChannel.
Jamieson Christian
2003-08-08
Send All Notes Off to every channel on close
Jamieson Christian
2003-06-21
make gcc happy
Jonathan Gray
2003-06-11
fixed cast warnings
Max Horn
2003-06-11
Fixed race condition in MPU401 shutdown
Jamieson Christian
2003-06-01
Some last SysEx cleanup.
Jamieson Christian
2003-05-29
added TODO: get rid of create_thread
Max Horn
2003-05-19
Fixed problem updating callback
Jamieson Christian
2003-05-17
Absorbed last tidbits of mididrv.cpp into other files
Jamieson Christian
2003-05-16
Added SysEx hooks
Jamieson Christian
2003-04-30
PalmOS changes
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2002-12-25
Fix midi driver thread for MorphOS
Ruediger Hanke
2002-12-18
Initial framework for SysEx output support.
Jamieson Christian
2002-12-08
started to split out the midi drivers
Max Horn