[go: up one dir, main page]

Menu

Tree [r24] / trunk /
 History

HTTPS access


File Date Author Commit
 51cols.bas 2012-12-23 juanccyc [r15] Dragon compatibility by Steve Evans
 64cols.bas 2012-12-23 juanccyc [r15] Dragon compatibility by Steve Evans
 CHANGELOG 2014-02-12 juanccyc [r24] Font tweaks
 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-12-26 juanccyc [r19] Reminder to make things easier for Dragon users
 cachars.asm 2014-02-06 juanccyc [r23] Polish symbols, save some cycles
 cachars.bas 2012-12-10 juanccyc [r12] RENUM fix, better example programs, cleanup
 font51.asm 2014-01-30 juanccyc [r22] Minor polishes
 font51w.asm 2013-11-03 juanccyc [r21] Version 1.4.1 (minor fixes, see CHANGELOG)
 font64.asm 2014-02-12 juanccyc [r24] Font tweaks
 font64w.asm 2013-11-03 juanccyc [r21] Version 1.4.1 (minor fixes, see CHANGELOG)
 makefile 2014-02-06 juanccyc [r23] Polish symbols, save some cycles
 menu.bas 2014-01-30 juanccyc [r22] Minor polishes
 version.asm 2014-01-30 juanccyc [r22] Minor polishes
 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.