msx2: Add an initial wild guess at what MSX2 will need
authorAlan Cox <alan@etchedpixels.co.uk>
Mon, 3 Nov 2014 21:45:13 +0000 (21:45 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Mon, 3 Nov 2014 21:45:13 +0000 (21:45 +0000)
commit2746304e79bee01aaf6e88af543fb70acf990b90
tree831b8a551642fa187a2eb49eb3976fabc4c502da
parent9185971d8062b7aff5aa57a7c961b04b8a3b2a70
msx2: Add an initial wild guess at what MSX2 will need

Hopefully that'll be a basis for someone who knows something about MSX2
to fill in the blanks. In particular my VDP code is a wild untested guess
21 files changed:
Kernel/Makefile
Kernel/platform-msx2/Makefile [new file with mode: 0644]
Kernel/platform-msx2/README [new file with mode: 0644]
Kernel/platform-msx2/commonmem.s [new file with mode: 0644]
Kernel/platform-msx2/config.h [new file with mode: 0644]
Kernel/platform-msx2/crt0.s [new file with mode: 0644]
Kernel/platform-msx2/devfd.c [new file with mode: 0644]
Kernel/platform-msx2/devfd.h [new file with mode: 0644]
Kernel/platform-msx2/devhd.c [new file with mode: 0644]
Kernel/platform-msx2/devhd.h [new file with mode: 0644]
Kernel/platform-msx2/devices.c [new file with mode: 0644]
Kernel/platform-msx2/devlpr.c [new file with mode: 0644]
Kernel/platform-msx2/devlpr.h [new file with mode: 0644]
Kernel/platform-msx2/devtty.c [new file with mode: 0644]
Kernel/platform-msx2/devtty.h [new file with mode: 0644]
Kernel/platform-msx2/kernel.def [new file with mode: 0644]
Kernel/platform-msx2/main.c [new file with mode: 0644]
Kernel/platform-msx2/msx2.s [new file with mode: 0644]
Kernel/platform-msx2/tricks.s [new file with mode: 0644]
Kernel/platform-msx2/uzi.lnk [new file with mode: 0644]
Kernel/platform-msx2/vdp.s [new file with mode: 0644]