aboutsummaryrefslogtreecommitdiff
path: root/jindroush/chkrom/readme.txt
blob: 7f3c12bf8f4d8858c55ef9e5a51960a330c7c13a (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
ChkRom v1.00 (c) 1998-1999 Jindrich Kubec <kubecj@asw.cz>
Latest version can be found at http://www.asw.cz/~kubecj

This program is provided 'as is', no warranty will be taken
for any damage caused by it or by any use of it.

The whole package is placed under the GNU Public License, for further
information on redistribution see the included file "GPL.TXT".


Description:
------------
Atari cartridge ROM 8/16 decompiler.



Usage:
------
ChkRom [options] sourcefile

sourcefile is Atari ROM image.


History:
--------
Date, Author, Version
4/5/1999, kubecj, 0.95
First version

10/10/1999, kubecj, 1.00
Changed switches processing.
First release.


To Do:
------
Maybe better disassembler.


Known Bugs:
-----------
None.


Compiling Tools:
----------------
For scripts: Perl.
URL: http://www.perl.com

For PC executables: DJGPP.
Sources were written/tested on GCC/Intel only. There should be only
slight problems to port it to different architectures/environments.
Makefile should need only slight changes.
URL: http://www.delorie.com