-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.TXT
36 lines (19 loc) · 1.17 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
UNPAWS
------
TARGET
UnPAWS takes snapshot files (.SNA, .SP, .Z80) of Spectrum games written with PAWS or Quill system (version A or C), and produces text listings of the game database.
PLATFORM
The code has been compiled with Borland Pascal 7.0 (MS-DOS executable) and Delphi 5.5 (Win32 executable). It may probably be compiled easily using Freepascal currently.
Update: on April 2016 it has been compiled with free pascal (fpc 2.6.4) for Windows without any problem.
INPUT
The input must be any spectrum game made with PAWS, in any of this file formats:
- .SP (Pedro Gimeno's Spectrum Emulator)
- .SNA (JPP Emulator)
- .Z80 (Lunter's Z80 Emulator)
USE
Just type UNPAWS in the command line to know about the syntax.
DEVELOPERS
This program was developed first by Jose Luis Cebrian, and then ported to pascal and improved by Carlos Sánchez. Releases
starting from version 1.0 are maintained by Alexander Katz. The source code has been published in Github by Carlos Sánchez.
REPORTS
Any bug report or suggestion could be sent to Github's bug tracker.