From: Alan Cox Date: Sat, 29 Sep 2018 15:22:09 +0000 (+0100) Subject: amstradnc: update to match core changes X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=baead645fe785ab60a59c9cfe9aa282f6ebfed3c;p=FUZIX.git amstradnc: update to match core changes --- diff --git a/Kernel/platform-amstradnc/README.md b/Kernel/platform-amstradnc/README.md index 6d25d1d5..17313ebd 100644 --- a/Kernel/platform-amstradnc/README.md +++ b/Kernel/platform-amstradnc/README.md @@ -132,4 +132,11 @@ The NC200 differs from the NC100 in various ways we care about - pick codes for the arrow keys - NMI/resume - this platform would really benefit from vfork - +- floppy control/formatting +- serial format bits +- rts/cts +- dynamic buffer cache +- suspend/resume +- clean up and debug nc100 startup a bit +- full rtc support +- bigger font on nc200 diff --git a/Kernel/platform-amstradnc/nc100/Makefile b/Kernel/platform-amstradnc/nc100/Makefile index 67dc37e8..5f8fceb7 100644 --- a/Kernel/platform-amstradnc/nc100/Makefile +++ b/Kernel/platform-amstradnc/nc100/Makefile @@ -9,8 +9,6 @@ COBJS = $(CSRCS:.c=.rel) AOBJS = $(ASRCS:.s=.rel) OBJS = $(COBJS) $(AOBJS) -JUNK = $(CSRCS:.c=.lst) $(CSRCS:.c=.asm) $(CSRCS:.c=.sym) $(ASRCS:.s=.lst) $(ASRCS:.s=.sym) $(CSRCS:.c=.rst) $(ASRCS:.s=.rst) - all: $(OBJS) $(COBJS): %.rel: %.c @@ -20,7 +18,7 @@ $(AOBJS): %.rel: %.s $(CROSS_AS) $(ASOPTS) $< clean: - rm -f $(OBJS) $(JUNK) core *~ + rm -f $(OBJS) *.lst *.asm *.sym *.rst *.lk core *~ bootblock.img: ../bootblock.s sdasz80 -fflopzws bootblock.rel ../bootblock.s diff --git a/Kernel/platform-amstradnc/nc200/Makefile b/Kernel/platform-amstradnc/nc200/Makefile index a0725725..2d6b79e1 100644 --- a/Kernel/platform-amstradnc/nc200/Makefile +++ b/Kernel/platform-amstradnc/nc200/Makefile @@ -19,15 +19,6 @@ COBJS = $(CSRCS:.c=.rel) AOBJS = $(ASRCS:.s=.rel) OBJS = $(COBJS) $(AOBJS) -JUNK = \ - $(CSRCS:.c=.lst) \ - $(CSRCS:.c=.asm) \ - $(CSRCS:.c=.sym) \ - $(ASRCS:.s=.lst) \ - $(ASRCS:.s=.sym) \ - $(CSRCS:.c=.rst) \ - $(ASRCS:.s=.rst) - all: $(OBJS) $(COBJS): %.rel: %.c @@ -37,7 +28,7 @@ $(AOBJS): %.rel: %.s $(CROSS_AS) $(ASOPTS) -o $@ $< clean: - rm -f $(OBJS) $(JUNK) core *~ + rm -f $(OBJS) *.lst *.asm *.sym *.rst *.lk core *~ rm -f floppyskeleton.img autoprg.bin bootfloppy.img bootblock.img: ../bootblock.s