aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse
AgeCommit message (Expand)Author
2006-03-04Rearranged methods in the IMuse class declaration to denote those derived fro...Jamieson Christian
2006-03-03Partial fix for Bug 1088045. Additional configuration of Part parameters in r...Jamieson Christian
2006-03-03DOS versions of HE games sounds like Roland music tooTravis Howell
2006-03-03Added MT-32 device-specific reset on shutdown. Rearranged MT-32 initializatio...Jamieson Christian
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-26Removed deprecated IMUSE_DEBUG #define in favor of debugC calls using the run...Jamieson Christian
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn