Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-02 | SCUMM: (iMUSE/Amiga) - improve sound driver destructor | athrxx | |
2019-12-18 | AUDIO: (FM-TOWNS/PC-98) - fix regression from 0e734722 | athrxx | |
My commit 0e734722 causes lockups in SCUMM (sometimes) and SCI (very often). I didn't like the way I had fixed this before, but in the end I now had to do it in a similar way. | |||
2019-08-07 | AUDIO: (FM-Towns/PC98) - cleanup mutex handling | athrxx | |
2019-07-17 | SCUMM: (iMUSE/Amiga) - Fix compiler warning (#1751) | jepael | |
2019-07-17 | SCUMM: (iMUSE/Amiga) - cleanup | athrxx | |
2019-07-14 | SCUMM: imuse driver directory cleanup | athrxx | |
- move mac, pc speaker and fm-towns ims sound drivers into separate directory (AdLib and MT32/GM drivers are still too entangled with common code to be moved so easily, especially MT32/GM. It would require lots of changes to the common code and possibly to all engines using the MidiDriver class. So I leave that for now.) | |||
2019-07-14 | SCUMM: add Amiga iMuse sound driver | athrxx | |
(applies to MI2 and INDY4) |