platform-appleiie: Initial sketches on how a IIe port might look
authorAlan Cox <alan@linux.intel.com>
Mon, 22 Jan 2018 00:10:29 +0000 (00:10 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 22 Jan 2018 00:10:29 +0000 (00:10 +0000)
commitf4faa1cb17ec57df0ce4d8bfa3da78aebb3a13a9
treecc102470c22c3d5a84555c26f6dff0f2b7e524e4
parentefcfe7b596dc6c82a1d2f16c15967200f36a3980
platform-appleiie: Initial sketches on how a IIe port might look
18 files changed:
Kernel/platform-appleiie/Makefile [new file with mode: 0644]
Kernel/platform-appleiie/README [new file with mode: 0644]
Kernel/platform-appleiie/appleii.s [new file with mode: 0644]
Kernel/platform-appleiie/commonmem.s [new file with mode: 0644]
Kernel/platform-appleiie/config.h [new file with mode: 0644]
Kernel/platform-appleiie/crt0.s [new file with mode: 0644]
Kernel/platform-appleiie/devhd.c [new file with mode: 0644]
Kernel/platform-appleiie/devhd.h [new file with mode: 0644]
Kernel/platform-appleiie/device.h [new file with mode: 0644]
Kernel/platform-appleiie/devices.c [new file with mode: 0644]
Kernel/platform-appleiie/devtty.c [new file with mode: 0644]
Kernel/platform-appleiie/devtty.h [new file with mode: 0644]
Kernel/platform-appleiie/kernel.def [new file with mode: 0644]
Kernel/platform-appleiie/ld65.cfg [new file with mode: 0644]
Kernel/platform-appleiie/main.c [new file with mode: 0644]
Kernel/platform-appleiie/target.mk [new file with mode: 0644]
Kernel/platform-appleiie/tricks.s [new file with mode: 0644]
Kernel/platform-appleiie/zeropage.inc [new file with mode: 0644]