coco2cart: COCO2 with cartridge
authorAlan Cox <alan@linux.intel.com>
Sat, 5 Nov 2016 12:23:40 +0000 (12:23 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 5 Nov 2016 12:23:40 +0000 (12:23 +0000)
commitabc63619a34a432b4f62a0daa5b812beb9dcd565
treedc0eab7844bff744b46512dd58792a44743dd792
parent6933e2fe544d9ce4447878321d3fcdf90e6039a8
coco2cart: COCO2 with cartridge

While fiddling with COCO2 might as well clone it and add the cartridge version
I made the notes for ages ago.

Untested and will need some work.
29 files changed:
Kernel/platform-coco2cart/Makefile [new file with mode: 0644]
Kernel/platform-coco2cart/README [new file with mode: 0644]
Kernel/platform-coco2cart/bootstrap.s [new file with mode: 0644]
Kernel/platform-coco2cart/carts.h [new file with mode: 0644]
Kernel/platform-coco2cart/coco2.s [new file with mode: 0644]
Kernel/platform-coco2cart/commonmem.s [new file with mode: 0644]
Kernel/platform-coco2cart/config.h [new file with mode: 0644]
Kernel/platform-coco2cart/crt0.s [new file with mode: 0644]
Kernel/platform-coco2cart/devfd.h [new file with mode: 0644]
Kernel/platform-coco2cart/device.h [new file with mode: 0644]
Kernel/platform-coco2cart/devices.c [new file with mode: 0644]
Kernel/platform-coco2cart/devlpr.c [new file with mode: 0644]
Kernel/platform-coco2cart/devlpr.h [new file with mode: 0644]
Kernel/platform-coco2cart/devtty.c [new file with mode: 0644]
Kernel/platform-coco2cart/devtty.h [new file with mode: 0644]
Kernel/platform-coco2cart/discard.c [new file with mode: 0644]
Kernel/platform-coco2cart/drivewire.s [new file with mode: 0644]
Kernel/platform-coco2cart/dwread.s [new file with mode: 0644]
Kernel/platform-coco2cart/dwwrite.s [new file with mode: 0644]
Kernel/platform-coco2cart/ide.s [new file with mode: 0644]
Kernel/platform-coco2cart/libc.c [new file with mode: 0644]
Kernel/platform-coco2cart/main.c [new file with mode: 0644]
Kernel/platform-coco2cart/mini_ide.c [new file with mode: 0644]
Kernel/platform-coco2cart/mini_ide.h [new file with mode: 0644]
Kernel/platform-coco2cart/mini_ide_discard.c [new file with mode: 0644]
Kernel/platform-coco2cart/target.mk [new file with mode: 0644]
Kernel/platform-coco2cart/tricks.s [new file with mode: 0644]
Kernel/platform-coco2cart/usermem.s [new file with mode: 0644]
Kernel/platform-coco2cart/video.s [new file with mode: 0644]