aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/ypa1.cpp
AgeCommit message (Collapse)Author
2003-09-28removed duplicate g_timer object (one was global, one was static to ↵Max Horn
timer.cpp); set g_system earlier (might prevent a few race conditions) svn-id: r10471
2003-09-26Converted the MPU-401 timer to use the Timer class.Jamieson Christian
Since this was the only place where we were using create_thread, that method should be removable now. I also removed the midi_driver_thread overrides for the MorphOS and YPA1 (Palm) backends. These need to be tested by their respective porters. svn-id: r10414
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10151
2003-07-07New thread emuChris Apers
svn-id: r8837
2003-06-12Added MPU401 crash fixJamieson Christian
svn-id: r8450
2003-05-29Fix a sound problem on exitChris Apers
svn-id: r8097
2003-05-28BracesChris Apers
svn-id: r8051
2003-04-30palmos midi driverMax Horn
svn-id: r7221