scummvm/engines/kyra
Florian Kagerer bf5ae45490 KYRA/PC98: workaround for missing delay opcodes
The sequence data for the forest sequence in the Kyra PC-98 intro has no delay opcodes making it play way too fast on modern systems. This workaround adds the same delay opcodes to the sequence data that the other Kyra versions have.

svn-id: r53761
2010-10-24 13:00:47 +00:00
..
animator_hof.cpp Fix use of undefined behavior. (Thanks to syke for reporting) 2010-01-29 22:43:23 +00:00
animator_lok.cpp Some more enforcement of our formatting conventions in KYRA too. 2010-05-17 23:29:44 +00:00
animator_lok.h
animator_mr.cpp Fix use of undefined behavior. (Thanks to syke for reporting) 2010-01-29 22:43:23 +00:00
animator_tim.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
animator_v2.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
debugger.cpp KYRA: Cleanup. 2010-08-24 13:41:24 +00:00
debugger.h
detection_tables.h LOL: Add md5 for another English floppy version 2010-09-06 16:50:20 +00:00
detection.cpp KYRA: Add support for playing KYRA3 from CD. 2010-08-24 13:11:12 +00:00
gui_hof.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
gui_hof.h
gui_lok.cpp KYRA: Add a datatype for the item ids and convert Kyra1 to use it. 2010-10-22 02:09:16 +00:00
gui_lok.h
gui_lol.cpp In the help of making the new C++ standard a better one, we will now no longer rely on using parent class names in friend classes of a subclass. 2010-07-16 23:30:29 +00:00
gui_lol.h LOL: save/load menu speed up 2010-01-24 15:40:36 +00:00
gui_mr.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
gui_mr.h
gui_v2.cpp In the help of making the new C++ standard a better one, we will now no longer rely on using parent class names in friend classes of a subclass. 2010-07-16 23:30:29 +00:00
gui_v2.h
gui.cpp KYRA: Cleanup. 2010-08-24 13:41:24 +00:00
gui.h Some more enforcement of our formatting conventions in KYRA too. 2010-05-17 23:29:44 +00:00
item.h KYRA: Add a datatype for the item ids and convert Kyra1 to use it. 2010-10-22 02:09:16 +00:00
items_hof.cpp KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
items_lok.cpp KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
items_lol.cpp LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
items_mr.cpp KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
items_v2.cpp KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
kyra_hof.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
kyra_hof.h KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
kyra_lok.cpp KYRA: Cleanup. 2010-10-22 02:11:00 +00:00
kyra_lok.h KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
kyra_mr.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
kyra_mr.h KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
kyra_v1.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
kyra_v1.h KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
kyra_v2.cpp KYRA: Add support for subtitle options changes via GMM. 2010-08-05 14:41:00 +00:00
kyra_v2.h KYRA: More cleanup. 2010-10-22 02:11:50 +00:00
lol.cpp LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
lol.h LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
module.mk KYRA: Move LoL specific static data to its own file. 2010-07-22 22:00:46 +00:00
resource_intern.cpp JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
resource_intern.h KYRA: Cleanup. 2010-08-24 15:48:43 +00:00
resource.cpp KYRA: Cleanup. 2010-08-24 15:48:43 +00:00
resource.h KYRA: Cleanup. 2010-08-24 15:48:43 +00:00
saveload_hof.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
saveload_lok.cpp KYRA: Add a datatype for the item ids and convert Kyra1 to use it. 2010-10-22 02:09:16 +00:00
saveload_lol.cpp LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
saveload_mr.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
saveload.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
scene_hof.cpp KYRA: A little refactoring (name change). 2010-10-22 02:08:26 +00:00
scene_lok.cpp KYRA: Add a datatype for the item ids and convert Kyra1 to use it. 2010-10-22 02:09:16 +00:00
scene_lol.cpp ALL: Fix indention (whitespaces -> tabs) 2010-10-23 15:46:50 +00:00
scene_mr.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
scene_v1.cpp
scene_v2.cpp
screen_hof.cpp
screen_hof.h LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
screen_lok.cpp
screen_lok.h LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
screen_lol.cpp JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
screen_lol.h LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
screen_mr.cpp
screen_mr.h LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
screen_v2.cpp KYRA: fix regression in Screen_v2::generateOverlay() 2010-10-09 14:55:33 +00:00
screen_v2.h LOL: Minor adjustment to latest generateOverlay changes. 2010-08-03 16:43:57 +00:00
screen.cpp SCUMM/FM-TOWNS JAPANESE: implement flipped text 2010-10-19 16:58:27 +00:00
screen.h LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
script_hof.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
script_lok.cpp KYRA: Add a datatype for the item ids and convert Kyra1 to use it. 2010-10-22 02:09:16 +00:00
script_lol.cpp LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
script_mr.cpp KYRA: Adapt Kyra2+3 to use the newly added item type too. 2010-10-22 02:10:22 +00:00
script_tim.cpp KYRA: Fix valid warnings of bug #3087837 "KYRA: Code analysis warnings". 2010-10-15 14:14:10 +00:00
script_tim.h Some more enforcement of our formatting conventions in KYRA too. 2010-05-17 23:29:44 +00:00
script_v1.cpp
script_v2.cpp KYRA: A little refactoring (name change). 2010-10-22 02:08:26 +00:00
script.cpp Some more enforcement of our formatting conventions in KYRA too. 2010-05-17 23:29:44 +00:00
script.h Some more enforcement of our formatting conventions in KYRA too. 2010-05-17 23:29:44 +00:00
seqplayer.cpp Some more enforcement of our formatting conventions in KYRA too. 2010-05-17 23:29:44 +00:00
seqplayer.h Some more enforcement of our formatting conventions in KYRA too. 2010-05-17 23:29:44 +00:00
sequences_hof.cpp ALL: Fix indention (whitespaces -> tabs) 2010-10-23 15:46:50 +00:00
sequences_lok.cpp KYRA: Cleanup. 2010-07-22 21:46:39 +00:00
sequences_lol.cpp KYRA: Fix valid warnings of bug #3087837 "KYRA: Code analysis warnings". 2010-10-15 14:14:10 +00:00
sequences_mr.cpp
sequences_v2.cpp
sound_adlib.cpp KYRA: Cleanup. 2010-08-24 13:41:24 +00:00
sound_adlib.h Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company. 2010-01-12 21:07:56 +00:00
sound_amiga.cpp Some more enforcement of our formatting conventions in KYRA too. 2010-05-17 23:29:44 +00:00
sound_digital.cpp KYRA3: Add some sound debug output. 2010-09-13 12:19:19 +00:00
sound_intern.h KYRA/TOWNS: implement music/sfx volume control via GUI/GMM 2010-08-03 14:58:01 +00:00
sound_lok.cpp KYRA/TOWNS: replace some music stops with fadeouts (based on original code) 2010-08-03 18:19:25 +00:00
sound_lol.cpp LOL: fixed possible crash in environmental sfx code 2010-08-03 16:54:39 +00:00
sound_midi.cpp KYRA: Send GM reset on startup. 2010-09-15 22:00:43 +00:00
sound_pcspk.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
sound_towns.cpp KYRA2/LOL PC-98: fix sfx rate 2010-09-21 16:05:33 +00:00
sound.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
sound.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
sprites_lol.cpp LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
sprites.cpp JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
sprites.h COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
staticres_lol.cpp LOL: added english floppy version 2010-08-07 14:38:07 +00:00
staticres.cpp KYRA/PC98: workaround for missing delay opcodes 2010-10-24 13:00:47 +00:00
text_hof.cpp JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
text_hof.h
text_lok.cpp KYRA: Add support for subtitle options changes via GMM. 2010-08-05 14:41:00 +00:00
text_lol.cpp LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
text_lol.h LOL: - fix invalid mem access 2010-10-23 16:01:40 +00:00
text_mr.cpp KYRA: Add support for subtitle options changes via GMM. 2010-08-05 14:41:00 +00:00
text_mr.h
text.cpp
text.h
timer_hof.cpp KYRA: Add support for subtitle options changes via GMM. 2010-08-05 14:41:00 +00:00
timer_lok.cpp KYRA: Add support for subtitle options changes via GMM. 2010-08-05 14:41:00 +00:00
timer_lol.cpp
timer_mr.cpp
timer.cpp
timer.h
util.cpp
util.h
vqa.cpp KYRA: Implement support for selecting the VQA quality via "video_quality". 2010-07-23 00:39:23 +00:00
vqa.h KYRA: Implement support for selecting the VQA quality via "video_quality". 2010-07-23 00:39:23 +00:00
wsamovie.cpp
wsamovie.h