aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_v2cms.h
AgeCommit message (Collapse)Author
2011-08-10SCUMM: Change CMS sfx methods to use its own register set.Johannes Schickel
This is now like in the original and helps comparing register writes against DOSBox's behavior.
2011-08-10SCUMM: Do not pack structs in CMS code.Johannes Schickel
2011-08-07SCUMM: Further clean up of the CMS code.Johannes Schickel
2011-08-07SCUMM: Mark some overwritten methods as virtual.Johannes Schickel
2011-08-07SCUMM: Cleanup CMS code a bit.Johannes Schickel
2011-08-06SCUMM: Remove unneeded members in CMS class.Johannes Schickel
2011-08-06SCUMM: Slight cleanup in CMS code.Johannes Schickel
2011-08-05SCUMM: Fix up CMS player implementation.Johannes Schickel
It's much better now and hopefully quite close to the original when it comes to the music part. The intro music of Loom and Monkey Island 1 EGA sounds fine to me now at least.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-25SCUMM: Move shared code of Player_V2 & Player_V2CMS to new common base classMax Horn
svn-id: r53830
2010-10-25SCUMM: Move class Player_V2CMS to its own header fileMax Horn
svn-id: r53829