[go: up one dir, main page]

Menu

Tree [r9] / trunk /
 History

HTTPS access


File Date Author Commit
 CHANGELOG 2012-12-05 juanccyc [r8] Functional 64 column mode
 COPYING 2012-06-01 juanccyc [r2] First committed version
 README 2012-12-04 juanccyc [r7] Fix missing version.bin; use Toolshed for disk ...
 TODO 2012-06-02 juanccyc [r4] Documentation cleanup & reorganizing
 cachars.asm 2012-12-06 juanccyc [r9] Thin font for 64x24 mode; include pointer to fo...
 cachars.bas 2012-06-01 juanccyc [r2] First committed version
 font64.asm 2012-12-06 juanccyc [r9] Thin font for 64x24 mode; include pointer to fo...
 makefile 2012-12-06 juanccyc [r9] Thin font for 64x24 mode; include pointer to fo...
 menu.bas 2012-06-01 juanccyc [r2] First committed version
 version.asm 2012-12-05 juanccyc [r8] Functional 64 column mode
 winbuild.bat 2012-06-01 juanccyc [r3] Windows build command

Read Me

Prerequisites for building on Linux:

- LWTOOLS, a Motorola 6809 cross-assembler.

  http://lwtools.projects.l-w.ca

- Toolshed, a utilities suite for TRS-80 Color Computer cross-development.

  http://sourceforge.net/projects/toolshed


To build only the LOADM format binary, rum "make". (You don't need Toolshed
for that.) To additionally make a DECB disk image with loader and demo, run
"make all".

The last byte of the CACHARS.BIN file should never be located higher than
$7FFE. If you make changes and it turns out the resulting file overstepped
that bound (you can check reading the .lst file the build generates), adjust
the ORG directive accordingly.