From 7d7465a113852411e616f38ab876d9692aebf2fe Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 5 Nov 2020 17:14:25 -0500 Subject: [PATCH] bgmusic: try not to overwrite & vector --- bgmusic/zp.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bgmusic/zp.inc b/bgmusic/zp.inc index 0967f2e2..35e88733 100644 --- a/bgmusic/zp.inc +++ b/bgmusic/zp.inc @@ -1,14 +1,14 @@ ; these need to be in zero page ; can we find a location that works? -PATTERN_L = $06 +PATTERN_L = $06 ; used by sweet-16? PATTERN_H = $07 -ORNAMENT_L = $08 +ORNAMENT_L = $08 ; used by sweet-16? ORNAMENT_H = $09 -SAMPLE_L = $0A -SAMPLE_H = $0B -MB_ADDR_L = $0C -MB_ADDR_H = $0D +SAMPLE_L = $4A ; lomem integer basic? +SAMPLE_H = $4B +MB_ADDR_L = $4C ; himem integer basic? +MB_ADDR_H = $4D ;; Zero Page .if 0