plato: more fixes and split the 'tgi' code into it's own file.
authorAlan Cox <alan@linux.intel.com>
Fri, 7 Sep 2018 23:43:53 +0000 (00:43 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 7 Sep 2018 23:43:53 +0000 (00:43 +0100)
commitb28946431766602e42cce84bb8fcf5b0dbbc6553
tree87a3d50610d76e6c0254adab43ce495b9365f90b
parent84a2b0595af1e16ba7a5bd29986b1063295ce149
plato: more fixes and split the 'tgi' code into it's own file.

In theory it's just a case of writing a tgi lib (probably best in asm) for
the various formats we need to deal with.
Applications/plato/Makefile.6502
Applications/plato/Makefile.68000
Applications/plato/Makefile.6809
Applications/plato/Makefile.z80
Applications/plato/plato.c
Applications/plato/screen_base.c
Applications/plato/tgi.h [new file with mode: 0644]
Applications/plato/tgi_ascii.c [new file with mode: 0644]