From 6cdf85f4e44625d7452d0aeccbf01ef3191a7133 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 10 Nov 2022 14:40:31 -0500 Subject: VERSION now set in Makefile. --- dla.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dla.s') 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 -- cgit v1.2.3