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.h
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-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-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-10
system.h was being included in tons of places, without any good reason; reduc...
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-12-21
include stdafx.h
Max Horn
2003-10-05
Preliminary preparation for new YM2612 FM emulator.
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-08-08
Added generic send() option to MidiChannel.
Jamieson Christian
2003-07-05
updated code to use type MutexRef; added class StackLock (from sdl backend, n...
Max Horn
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-23
Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...
Jamieson Christian
2003-05-16
Added SysEx hooks
Jamieson Christian
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2002-12-18
Miscellaneous cleanup.
Jamieson Christian
2002-12-18
Initial iMuse SysEx implementation.
Jamieson Christian
2002-12-18
Initial framework for SysEx output support.
Jamieson Christian
2002-12-08
started to split out the midi drivers
Max Horn