207
edits
Neuromancer (talk | contribs) |
Neuromancer (talk | contribs) |
||
Line 127: | Line 127: | ||
===AtariST releases=== | ===AtariST releases=== | ||
For the AtariST | For getting the files for playing the AtariST releases, the files should be copied from the disk. One way to do it is to dump the disk and then [https://github.com/jsummers/deark use deark to extract them]. There are two known releases: the original one (retail) and the Kixx release (budget). For both of them, just extract "x.prg" file. | ||
Additionally, there is Virtual Worlds release, which features several other Freescape games, but the files are packed so they cannot be used directly in ScummVM. However, there is a way to unpack them using the [https://hatari.tuxfamily.org/ debugger from the hatari emulator]: | |||
1. Run "hatari -D disk.img" using the second disk, which contains Diller. As soon as it starts, it will bring the debugging console. | |||
2. In the debugging console, run "a $14d9a". Then run the "c" command exactly 27 times. | |||
3. Check the hatari window: the execution will continue and ask the user to select the game, press "1" to start Driller. | |||
4. The breakpoint will stop the execution. In the debugging console, execute the "savebin X.PRG $150e8 293062" command. | |||
You can now use "quit" command to exit hatari. | |||
If you executed the steps correctly, ScummVM should be able to run the game from the extracted binary. | |||
These instructions only applies to the international release, since the U.S release ("Space Station Oblivion") is not supported yet for AtariST. | |||
===Other releases and demos=== | ===Other releases and demos=== |
edits