1,554
edits
m (→Tools: Write a portable GUI for the tools: fixinglinks) |
(Add support for TFMX -- Added SoundFX info) |
||
Line 136: | Line 136: | ||
* TFMX a (non MOD) format used by Monkey Island 1, there's some [http://freshmeat.net/projects/tfmx-play/ player] for it already, which is written in rather poor C, also it misses marco implementation. [http://www.wotsit.org/download.asp?f=tfmx This] documentation may be useful, it isn't complete though. If you don't have Monkey Island 1 Amiga version you can use the [http://quick.mixnmojo.com/demos/mi1amigademo.zip demo]. | * TFMX a (non MOD) format used by Monkey Island 1, there's some [http://freshmeat.net/projects/tfmx-play/ player] for it already, which is written in rather poor C, also it misses marco implementation. [http://www.wotsit.org/download.asp?f=tfmx This] documentation may be useful, it isn't complete though. If you don't have Monkey Island 1 Amiga version you can use the [http://quick.mixnmojo.com/demos/mi1amigademo.zip demo]. | ||
* MaxTrax support for Kyrandia 1 Amiga version, the Amiga version isn't supported yet, but [[User:LordHoto|LordHoto]] will be working on it when his copy arrives. m68k ASM implementation by Joe Pearce can be found [http://amiga.emucamp.com/wt/files/sources/SRC_MaxTrax.lzx here]. It would require reimplementing it in proper C++, naturally a must for this task is m68k ASM knowledge. | * MaxTrax support for Kyrandia 1 Amiga version, the Amiga version isn't supported yet, but [[User:LordHoto|LordHoto]] will be working on it when his copy arrives. m68k ASM implementation by Joe Pearce can be found [http://amiga.emucamp.com/wt/files/sources/SRC_MaxTrax.lzx here]. It would require reimplementing it in proper C++, naturally a must for this task is m68k ASM knowledge. | ||
* SoundFX is used by cinE engine. The player is already implemented, but it cannot load music presented in Amiga format with | |||
combined track info and instrument info. It loads them separately as they are presented in DOS version. | |||
== Rewrite FMOPL emulator == | == Rewrite FMOPL emulator == |