The IRG project description
The attached
write-up
describes how to use the software provided in this
release (version 0.1) of the IRG (Infrared Gateway) for the Atari
8-bit computers. There is also a short
article
describing how to build the IRG for the Atari computers.
To begin, you may wish to look at the
installation instructions.
Most of this was originally submitted to the
Atari Classics magazine as an article, but has not been published.
The following files are available for download:
-
README,
README.HARDWARE --
these instructions in ASCII text format
-
hardware.ps,
pulses.ps --
PostScript pictures to go with the instructions.
(GIF versions are inlined in this online version, get them here:
hardware.gif,
pulses.gif.)
-
irgscan.bas --
LISTed Atari BASIC program (ASCII, not binary).
-
irgscan.m65 --
6502 assembler program source for the code that is used in
irgscan.bas
-
irg.h,
irg.m65,
irg.obj --
IRG driver software for CC65 (C header file, 6502 assembler source
code, and uuencoded CC65-compatible binary object code).
-
irgdemo.c,
irgdemo.com --
an exmaple using CC65 of using the IRG driver (C source code,
uuencode Atari binary executable file).
-
irgdemo.rc --
an example init file read by irgdemo.com.