201
edits
Neuromancer (talk | contribs) |
Neuromancer (talk | contribs) |
||
Line 5: | Line 5: | ||
publisher=[[Incentive Software]]| | publisher=[[Incentive Software]]| | ||
distributor=Incentive Software| | distributor=Incentive Software| | ||
platforms= | platforms=Commodore64, ZX Spectrum, <br>Amstrad CPC| | ||
resolution=320x200| | resolution=320x200| | ||
engine=[[Freescape]]| | engine=[[Freescape]]| | ||
Line 29: | Line 29: | ||
For instance, for the original Incentive release (1989), you can inspect their files using the <code>tzxls</code> command: | For instance, for the original Incentive release (1989), you can inspect their files using the <code>tzxls</code> command: | ||
<code> $ tzxls | <code> $ tzxls totaleclipse2.tzx | ||
... | ... | ||
Line 44: | Line 44: | ||
<code> | <code> | ||
tzxcat | tzxcat totaleclipse2.tzx -b 5 > totaleclipse2.zx.title | ||
tzxcat | tzxcat totaleclipse2.tzx -b 6 > totaleclipse2.zx.data | ||
tzxcat | tzxcat totaleclipse2.tzx -b 7 > totaleclipse2.zx.border | ||
</code> | </code> | ||
edits