From 315d9ab621afba28ae5b9755893dd370ad6bec9e Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sun, 19 May 2019 23:44:57 -0400 Subject: [PATCH] pt3: code didn't compile --- pt3_player/pt3_lib.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt3_player/pt3_lib.s b/pt3_player/pt3_lib.s index de398904..c8ebe879 100644 --- a/pt3_player/pt3_lib.s +++ b/pt3_player/pt3_lib.s @@ -342,7 +342,7 @@ load_sample: clc ; 2 asl ; A*2 ; 2 - adc #SAMPLE_LOC_L ; 2 + adc #PT3_SAMPLE_LOC_L ; 2 tay ; 2 ; Set the initial sample pointer