aboutsummaryrefslogtreecommitdiff
path: root/dla.s
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-11-10 14:40:31 -0500
committerB. Watson <urchlay@slackware.uk>2022-11-10 14:40:31 -0500
commit6cdf85f4e44625d7452d0aeccbf01ef3191a7133 (patch)
treec11d21ea5bbde7cc489ba77fcf027d9e23dd1419 /dla.s
parentf42e18edc63c0a6fe60b89fc05374c0c59294fce (diff)
downloaddla-asm-6cdf85f4e44625d7452d0aeccbf01ef3191a7133.tar.gz
VERSION now set in Makefile.
Diffstat (limited to 'dla.s')
-rw-r--r--dla.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/dla.s b/dla.s
index 63f6795..3d540b3 100644
--- a/dla.s
+++ b/dla.s
@@ -7,6 +7,7 @@
; speed boost for 2 reasons: less DMA from the ANTIC chip, and we get
; to use 1 byte for the X coordinate.
+ .include "dlaver.inc"
.include "atari.inc"
.include "xex.inc"
.include "nextpage.inc"
@@ -622,7 +623,7 @@ close1:
; banner and saveprompt must start with a clear-screen code.
banner:
.byte $7d, "Diffusion Limited Aggregate",$9b
- .byte "Urchlay's ASM version 0.1.99",$9b,$9b
+ .byte "Urchlay's ASM version ",VERSION,$9b,$9b
.byte "Particle count range: 1 to 65535",$9b
.byte "How many particles [",$0