msx1: Add the initial bits
authorAlan Cox <alan@etchedpixels.co.uk>
Thu, 6 Nov 2014 22:22:54 +0000 (22:22 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Thu, 6 Nov 2014 22:22:54 +0000 (22:22 +0000)
commit301787976790ca48abcee195b1eaacc918c25d74
tree323b26879dbc205b9eac60c7f6b70625e7a7a5ab
parent7588fbc05dc52e6f68b5598438e6564d20dd4d3b
msx1: Add the initial bits

This is basically in parallel with MSX2 but with the various memory manager
bits stripped out (new one needed) and 40 char vdp code
19 files changed:
Kernel/platform-msx1/Makefile [new file with mode: 0644]
Kernel/platform-msx1/bootrom.s [new file with mode: 0644]
Kernel/platform-msx1/commonmem.s [new file with mode: 0644]
Kernel/platform-msx1/config.h [new file with mode: 0644]
Kernel/platform-msx1/crt0.s [new file with mode: 0644]
Kernel/platform-msx1/devfd.c [new file with mode: 0644]
Kernel/platform-msx1/devfd.h [new file with mode: 0644]
Kernel/platform-msx1/devhd.c [new file with mode: 0644]
Kernel/platform-msx1/devhd.h [new file with mode: 0644]
Kernel/platform-msx1/devices.c [new file with mode: 0644]
Kernel/platform-msx1/devlpr.c [new file with mode: 0644]
Kernel/platform-msx1/devlpr.h [new file with mode: 0644]
Kernel/platform-msx1/devtty.c [new file with mode: 0644]
Kernel/platform-msx1/devtty.h [new file with mode: 0644]
Kernel/platform-msx1/main.c [new file with mode: 0644]
Kernel/platform-msx1/msx1.s [new file with mode: 0644]
Kernel/platform-msx1/tricks.s [new file with mode: 0644]
Kernel/platform-msx1/uzi.lnk [new file with mode: 0644]
Kernel/platform-msx1/vdp.s [new file with mode: 0644]