summaryrefslogtreecommitdiff
path: root/mk2ddtz.sub
diff options
context:
space:
mode:
Diffstat (limited to 'mk2ddtz.sub')
-rw-r--r--mk2ddtz.sub22
1 files changed, 12 insertions, 10 deletions
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