trs80m1: sort out all the multi-console fun
authorAlan Cox <alan@linux.intel.com>
Mon, 2 Jul 2018 21:19:07 +0000 (22:19 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 2 Jul 2018 21:19:07 +0000 (22:19 +0100)
commit42240d3c8206ea344b51ec65f9b76c9904cd00d4
tree7ebae1e5f406df96c9c73ee63d8c0f24805c0746
parentdeb1ca54ef3e3ecc0b137a7038ac8446ea68522e
trs80m1: sort out all the multi-console fun

Shift left arrow and shift right arrow switch consoles (2 for now but we could
easily do 4 as the exchange buffers are banked)
Kernel/platform-trs80m1/Makefile
Kernel/platform-trs80m1/config.h
Kernel/platform-trs80m1/crt0.s
Kernel/platform-trs80m1/devtty.c
Kernel/platform-trs80m1/devtty.h
Kernel/platform-trs80m1/fuzix.lnk
Kernel/platform-trs80m1/trs80-bank.s
Kernel/platform-trs80m1/vtsupport.s [new file with mode: 0644]
Kernel/platform-trs80m1/vtswap.s [deleted file]