From 2338d4243e7e0bb579dcde36b025e12586be3fe1 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 24 May 2018 22:08:04 +0100 Subject: [PATCH] trs80m1: use new format jv3 arguments --- Kernel/platform-trs80m1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1