aboutsummaryrefslogtreecommitdiff
path: root/jindroush/chkrom/readme.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-05-16 01:43:09 -0400
committerB. Watson <urchlay@slackware.uk>2024-05-16 01:43:09 -0400
commita4cc3ad3504d634e379369862c9f9fd8eed379f3 (patch)
tree7b6f55c352a4ca62dddaa1b4a6854799111d2d2f /jindroush/chkrom/readme.txt
parentb33c25d1363110e6e4a714530f460b0ff951f56b (diff)
downloadbw-atari8-tools-a4cc3ad3504d634e379369862c9f9fd8eed379f3.tar.gz
Add Jindrich Kubec's tools.
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
+
+