vt: minor fixes and a temporary hack
authorAlan Cox <alan@etchedpixels.co.uk>
Thu, 27 Nov 2014 01:01:50 +0000 (01:01 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Thu, 27 Nov 2014 01:01:50 +0000 (01:01 +0000)
commiteccc5b978a7905d0cf6f06dea542a454a8f71dc7
treea1062748664ccf7d394bd8e066f9bfa8522ee530
parent06ebf0d44cd25f689cbe73ebf1b97e3c7625632e
vt: minor fixes and a temporary hack

We have overlapped input/output so should use memmove - just we don't yet
have a memmove in all our support code - botch it for now

Add support to start on a different line (eg below boot rom info)

Allow a mapping function for simple mode (eg for Petscii and for 6809
boxes with the 6847)
Kernel/include/vt.h
Kernel/vt.c