201
edits
Neuromancer (talk | contribs) |
Neuromancer (talk | contribs) |
||
Line 53: | Line 53: | ||
===Commodore 64 releases=== | ===Commodore 64 releases=== | ||
All the Commodore 64 releases should have their PRG extracted. | All the Commodore 64 releases should have their PRG extracted using [https://vice-emu.sourceforge.io/vice_14.html c1541 (Vice)]. First check the corresponding file to extract: | ||
Once the data is saved, rename the file as "driller.64.extracted" (or "spacestationoblivion.64.extracted" depending on the origin of the release) | <code>c1541 -attach driller.d64 -list</code> | ||
Then, extract the file: | |||
<code>c1541 -attach driller.d64 -read driller</code> | |||
Some releases are packed. Use [https://csdb.dk/release/?id=173885 unp64] to unpack the prg as much as necessary (this step will not be necessary in future versions). | |||
Once the data is saved and unpacked, rename the file as "driller.64.extracted" (or "spacestationoblivion.64.extracted" depending on the origin of the release) | |||
and ScummVM should detect it as the game to play it. | and ScummVM should detect it as the game to play it. | ||
edits