Refactor the Amstrad NC directory so that the NC100 build stuff is in its own
authorDavid Given <dg@cowlark.com>
Sat, 21 Apr 2018 11:02:38 +0000 (13:02 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 21 Apr 2018 11:02:38 +0000 (13:02 +0200)
commit3f8911ba023181c3158395daa2b16c51de42c010
tree82f534576a32c79699a59477155ffa497d179a85
parentc43b238eb81a4339505aebb27fc499fb892f6734
Refactor the Amstrad NC directory so that the NC100 build stuff is in its own
subdirectory --- this is to allow a hypothetical NC200 port to have different
build scripts but share as much code as possible.

This changes the platform name from nc100 to amstradnc/nc100.
28 files changed:
Kernel/platform-amstradnc/README [moved from Kernel/platform-nc100/README with 79% similarity]
Kernel/platform-amstradnc/README.NC200 [moved from Kernel/platform-nc100/README.NC200 with 100% similarity]
Kernel/platform-amstradnc/bootblock.s [moved from Kernel/platform-nc100/bootblock.s with 100% similarity]
Kernel/platform-amstradnc/commonmem.s [moved from Kernel/platform-nc100/commonmem.s with 100% similarity]
Kernel/platform-amstradnc/crt0.s [moved from Kernel/platform-nc100/crt0.s with 100% similarity]
Kernel/platform-amstradnc/devaudio.c [moved from Kernel/platform-nc100/devaudio.c with 100% similarity]
Kernel/platform-amstradnc/devgfx.c [moved from Kernel/platform-nc100/devgfx.c with 100% similarity]
Kernel/platform-amstradnc/devgfx.h [moved from Kernel/platform-nc100/devgfx.h with 100% similarity]
Kernel/platform-amstradnc/device.h [moved from Kernel/platform-nc100/device.h with 100% similarity]
Kernel/platform-amstradnc/devices.c [moved from Kernel/platform-nc100/devices.c with 100% similarity]
Kernel/platform-amstradnc/devlpr.c [moved from Kernel/platform-nc100/devlpr.c with 100% similarity]
Kernel/platform-amstradnc/devlpr.h [moved from Kernel/platform-nc100/devlpr.h with 100% similarity]
Kernel/platform-amstradnc/devrd.c [moved from Kernel/platform-nc100/devrd.c with 100% similarity]
Kernel/platform-amstradnc/devrd.h [moved from Kernel/platform-nc100/devrd.h with 100% similarity]
Kernel/platform-amstradnc/devtty.c [moved from Kernel/platform-nc100/devtty.c with 100% similarity]
Kernel/platform-amstradnc/devtty.h [moved from Kernel/platform-nc100/devtty.h with 100% similarity]
Kernel/platform-amstradnc/main.c [moved from Kernel/platform-nc100/main.c with 100% similarity]
Kernel/platform-amstradnc/nc100.def [moved from Kernel/platform-nc100/nc100.def with 100% similarity]
Kernel/platform-amstradnc/nc100.s [moved from Kernel/platform-nc100/nc100.s with 99% similarity]
Kernel/platform-amstradnc/nc100/Makefile [new file with mode: 0644]
Kernel/platform-amstradnc/nc100/config.h [moved from Kernel/platform-nc100/config.h with 100% similarity]
Kernel/platform-amstradnc/nc100/fuzix.lnk [moved from Kernel/platform-nc100/fuzix.lnk with 54% similarity]
Kernel/platform-amstradnc/nc100/kernel.def [moved from Kernel/platform-nc100/kernel.def with 100% similarity]
Kernel/platform-amstradnc/nc100/nc100emu.s [moved from Kernel/platform-nc100/nc100emu.s with 96% similarity]
Kernel/platform-amstradnc/nc100/rules.mk [new file with mode: 0644]
Kernel/platform-amstradnc/nc100/target.mk [moved from Kernel/platform-nc100/target.mk with 100% similarity]
Kernel/platform-amstradnc/tricks.s [moved from Kernel/platform-nc100/tricks.s with 98% similarity]
Kernel/platform-nc100/Makefile [deleted file]