From: Alan Cox Date: Thu, 17 May 2018 12:38:46 +0000 (+0100) Subject: trs80: switch over to using the bank94 code X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c9386564a9475b0acf6314f0ebb9b5bbc23e9ae9;p=FUZIX.git trs80: switch over to using the bank94 code Keep the old bank.s around just in case we find something incompatible or problematic. --- diff --git a/Kernel/platform-trs80/Makefile b/Kernel/platform-trs80/Makefile index 13d88001..ad3beba3 100644 --- a/Kernel/platform-trs80/Makefile +++ b/Kernel/platform-trs80/Makefile @@ -3,7 +3,7 @@ CSRCS = devlpr.c devtty.c devfd.c devhd.c devgfx.c CSRCS += devices.c main.c DISCARD_CSRCS = discard.c devhd_discard.c -ASRCS = trs80.s trs80-bank.s crt0.s +ASRCS = trs80.s trs80-bank94.s crt0.s ASRCS += tricks.s commonmem.s floppy.s drivewire.s DSRCS = ../dev/devdw.c diff --git a/Kernel/platform-trs80/fuzix.lnk b/Kernel/platform-trs80/fuzix.lnk index 2c139279..ee07683b 100644 --- a/Kernel/platform-trs80/fuzix.lnk +++ b/Kernel/platform-trs80/fuzix.lnk @@ -6,7 +6,7 @@ platform-trs80/crt0.rel platform-trs80/commonmem.rel platform-trs80/trs80.rel -platform-trs80/trs80-bank.rel +platform-trs80/trs80-bank94.rel start.rel version.rel lowlevel-z80.rel