trs80: switch over to using the bank94 code
authorAlan Cox <alan@linux.intel.com>
Thu, 17 May 2018 12:38:46 +0000 (13:38 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 17 May 2018 12:38:46 +0000 (13:38 +0100)
Keep the old bank.s around just in case we find something incompatible or
problematic.

Kernel/platform-trs80/Makefile
Kernel/platform-trs80/fuzix.lnk

index 13d8800..ad3beba 100644 (file)
@@ -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
index 2c13927..ee07683 100644 (file)
@@ -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