aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/morphos.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-08-23use startup message, avoid possible race condition on exitRuediger Hanke
svn-id: r9833
2003-08-05Hotfixes ...Ruediger Hanke
svn-id: r9514
2003-07-22Some MorphOS port fixesRuediger Hanke
svn-id: r9136
2003-06-11Fixed race condition in MPU401 shutdownJamieson Christian
svn-id: r8432
2002-12-25This could hardly work, how did this change? scratch head" morphos.cppRuediger Hanke
svn-id: r6151
2002-12-25Fix midi driver thread for MorphOSRuediger Hanke
svn-id: r6123
2002-12-25Moved MorphOS midi driver to backends/midiRuediger Hanke
svn-id: r6120