aboutsummaryrefslogtreecommitdiff
path: root/scumm/midiparser_ro.cpp
AgeCommit message (Collapse)Author
2003-08-16More corrections to the VAR_MUSIC_TIMERJamieson Christian
computations, mostly to produce the exptected output with AD resources. svn-id: r9730
2003-08-16Corrected timing mechanism for RO music streams.Jamieson Christian
RO streams have built-in timer markers (the unknown 0xA0 mentioned in FR [742249]) that override automated methods of updating VAR_MUSIC_TIMER. Since these timer markers do not seem to be present in AD resources, the old mechanism is used if MD_ADLIB is the current MidiDriver. svn-id: r9720
2003-08-14Added music parser for special format ofJamieson Christian
old-style MT-32 'RO' resources. svn-id: r9683