diff options
author | Torbjörn Andersson | 2005-01-10 11:17:50 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-01-10 11:17:50 +0000 |
commit | 8619868aed2709f48480b011ae70299de742389f (patch) | |
tree | 225bdbbcb7820866d4c6efbe09a60db4700ca78a | |
parent | 9f3593df80ced689034354b5686eaa06afa40a1a (diff) | |
download | scummvm-rg350-8619868aed2709f48480b011ae70299de742389f.tar.gz scummvm-rg350-8619868aed2709f48480b011ae70299de742389f.tar.bz2 scummvm-rg350-8619868aed2709f48480b011ae70299de742389f.zip |
Added note about the SAGA XMIDI tempo bug.
svn-id: r16517
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -333,6 +333,10 @@ SAGA * Structure INTERFACE_DESC should be put into GAME_DISPLAYINFO, as there are expected big differences between IHNM and ITE. * Optimize screen output. Now we blit whole screen for each frame. + * When using the original XMIDI music resources, some songs play at the wrong + speed. The worst example I've heard of this is the "Elk Fanfare" during the + intro. My guess is that it's one of those meta events we're not handling + that's supposed to set the tempo. - plans - * Implement unimplemented/proofread unchecked opcodes |