From 288de889d6e4d565f670deccd8777f13d69220b5 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 4 Aug 2016 21:11:44 +0200 Subject: [PATCH] Rename ddtz to ddt180 --- Makefile | 4 ++-- ddtz.z80 => ddt180.z80 | 2 +- mk2ddtz.sub | 22 ++++++++++++---------- mk3ddtz.sub | 21 +++++++++++---------- 4 files changed, 26 insertions(+), 23 deletions(-) rename ddtz.z80 => ddt180.z80 (95%) diff --git a/Makefile b/Makefile index 0b58086..43e9909 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Build ddtz.com from ddtz.z80 +# Build ddt180.com from ddt180.z80 -PROG := ddtz +PROG := ddt180 SRC := $(PROG).z80 diff --git a/ddtz.z80 b/ddt180.z80 similarity index 95% rename from ddtz.z80 rename to ddt180.z80 index 9babde2..56204fb 100644 --- a/ddtz.z80 +++ b/ddt180.z80 @@ -1932,7 +1932,7 @@ expr_p2: defw expr_buf ;0b1a 1c 0b . . expr_buf: - db 'DDT/Z',TAB + db 'DDT/180',TAB db '[8101] 001',CR,LF,'$' ds EXPR_BUF_SIZE - ($ - expr_buf) diff --git a/mk2ddtz.sub b/mk2ddtz.sub index 21978a2..fd624b0 100644 --- a/mk2ddtz.sub +++ b/mk2ddtz.sub @@ -1,24 +1,26 @@ a:xsub -; Build ddtz +; +; Build ddt180 ; ; Assemble with Microsoft M80: -m80 =ddtz.z80/z +m80 =ddt180.z80/z ; If you prefer SLR, use the following line instead: -;z80asm ddtz/M +;z80asm ddt180/M ; -; Generate PRL file: -link ddtz[op] +; Generate PRL file using Digital Research Link-80: +link ddt180[op] ; ; Convert to COM file: -ddtz ddtz.prl -F ddtznew.com +;ddt180 ddt180.prl +ddtz ddt180.prl +F ddt180n.com W 200 H G 0 ; -; If you don't have ddtz (yet), do it with ddt. +; If you don't have ddt180 or ddtz (yet), do it with ddt. ; Adjust the end address, if file length changes: ; -;ddt ddtz.prl +;ddt ddt180.prl ;M200,28FF,100 ;G0 -;save 40 ddtznew.com +;save 40 ddt180n.com diff --git a/mk3ddtz.sub b/mk3ddtz.sub index 9251ae4..9ab2a9b 100644 --- a/mk3ddtz.sub +++ b/mk3ddtz.sub @@ -1,22 +1,23 @@ -; Build ddtz +; Build ddt180 on CP/M 3 ; ; Assemble with Microsoft M80: -m80 =ddtz.z80/z +m80 =ddt180.z80/z ; If you prefer SLR, use the following line instead: -;z80asm ddtz/M +;z80asm ddt180/M ; -; Generate PRL file: -link ddtz[op] +; Generate PRL file using Digital Research Link-80: +link ddt180[op] ; ; Convert to COM file: -ddtz ddtz.prl -