This is the source code tree for the OSDCU on-board software (aka firmware)
suite.  The hierarchy of Makefiles compiles each program component into its own
standalone binary; then flash chip programmable images are made in the devpr
subdirectory - all that happens automatically when you run make in the top level
directory.  Running make inside each component subdirectory is also perfectly
legitimate, with no voodoo parameters necessary, as long as any dependencies in
other subdirs have already been compiled.  Running make release copies the stuff
built by the regular make process into the release subdir in a structure
suitable for cutting a binary release package.

Compilation requires a GNU cross-compiler toolchain (GCC + GNU Binutils) for the
m68k-elf embedded target; each compilable component's Makefile references
m68k-elf-gcc and other related tools.  The author uses binutils-2.11.2 and
gcc-2.95.3 (C only); you are welcome to try newer versions but you're on your
own if it doesn't work.
