From: Alan Cox Date: Thu, 24 May 2018 21:08:04 +0000 (+0100) Subject: trs80m1: use new format jv3 arguments X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2338d4243e7e0bb579dcde36b025e12586be3fe1;p=FUZIX.git trs80m1: use new format jv3 arguments --- diff --git a/Kernel/platform-trs80m1/Makefile b/Kernel/platform-trs80m1/Makefile index f24387e6..22d34a59 100644 --- a/Kernel/platform-trs80m1/Makefile +++ b/Kernel/platform-trs80m1/Makefile @@ -40,7 +40,7 @@ image: trs80load.bin # And then bank2 (32K) dd if=../bank2.bin of=boot.raw bs=256 count=128 seek=199 conv=notrunc # And turn it into a single sided 40 track fm image - ../tools/makejv3 sd40s boot.raw boot.jv3 + ../tools/makejv3 -t sd40s -d boot.raw boot.jv3 trs80load.bin: trs80load.s sdasz80 -o trs80load.s