aboutsummaryrefslogtreecommitdiff
path: root/jindroush/chkrom/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'jindroush/chkrom/readme.txt')
-rw-r--r--jindroush/chkrom/readme.txt56
1 files changed, 56 insertions, 0 deletions
diff --git a/jindroush/chkrom/readme.txt b/jindroush/chkrom/readme.txt
new file mode 100644
index 0000000..7f3c12b
--- /dev/null
+++ b/jindroush/chkrom/readme.txt
@@ -0,0 +1,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
+
+