plato: Add the plato term hacks
authorAlan Cox <alan@linux.intel.com>
Fri, 7 Sep 2018 18:34:04 +0000 (19:34 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 7 Sep 2018 18:34:04 +0000 (19:34 +0100)
commitf8122448c7627a442e9c5b2c8dbfb7b68fd88d95
tree9c4c600f5fe7940cd4b190b2d2f1bd9876935cf1
parent8cabe15cb0034638de20237d6555b1558a1a9669
plato: Add the plato term hacks

It's currently set up for a giant ascii vt100 console and directly codes
the irata.online address.

Very much a beginning
28 files changed:
Applications/plato/Makefile.z80 [new file with mode: 0644]
Applications/plato/NOTES [new file with mode: 0644]
Applications/plato/fuzix/font.c [new file with mode: 0644]
Applications/plato/fuzix/io.c [new file with mode: 0644]
Applications/plato/fuzix/keyboard.c [new file with mode: 0644]
Applications/plato/fuzix/scale.c [new file with mode: 0644]
Applications/plato/fuzix/screen.c [new file with mode: 0644]
Applications/plato/fuzix/splash.c [new file with mode: 0644]
Applications/plato/fuzix/terminal_char_load.c [new file with mode: 0644]
Applications/plato/fuzix/touch.c [new file with mode: 0644]
Applications/plato/io.h [new file with mode: 0644]
Applications/plato/io_base.c [new file with mode: 0644]
Applications/plato/keyboard.h [new file with mode: 0644]
Applications/plato/keyboard_base.c [new file with mode: 0644]
Applications/plato/plato.c [new file with mode: 0644]
Applications/plato/plato_key.h [new file with mode: 0644]
Applications/plato/protocol.c [new file with mode: 0644]
Applications/plato/protocol.h [new file with mode: 0644]
Applications/plato/screen.h [new file with mode: 0644]
Applications/plato/screen_base.c [new file with mode: 0644]
Applications/plato/terminal.c [new file with mode: 0644]
Applications/plato/terminal.h [new file with mode: 0644]
Applications/plato/tools/Makefile [new file with mode: 0644]
Applications/plato/tools/mk_ascii_key_h.c [new file with mode: 0644]
Applications/plato/tools/mk_font.c [new file with mode: 0644]
Applications/plato/tools/mk_scale.c [new file with mode: 0644]
Applications/plato/touch.h [new file with mode: 0644]
Applications/plato/touch_base.c [new file with mode: 0644]