aboutsummaryrefslogtreecommitdiff
path: root/dla.s
diff options
context:
space:
mode:
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