From 56c405de09ce267c4cfbc68a15c37b2ff51c635a Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:47:22 -0400 Subject: Replace hardware_constants.asm with hardware.inc (#511) --- audio/wave_samples.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/wave_samples.asm') diff --git a/audio/wave_samples.asm b/audio/wave_samples.asm index 941ced53..166f79e5 100644 --- a/audio/wave_samples.asm +++ b/audio/wave_samples.asm @@ -13,7 +13,7 @@ ; these are the definitions for the channel 3 instruments ; each instrument definition is made up of 32 points (nibbles) that form ; the graph of the wave -; the current instrument is copied to rWave_0--rWave_f +; the current instrument is copied to _AUD3WAVERAM .wave0 dn 0, 2, 4, 6, 8, 10, 12, 14, 15, 15, 15, 14, 14, 13, 13, 12, 12, 11, 10, 9, 8, 7, 6, 5, 4, 4, 3, 3, 2, 2, 1, 1 -- cgit v1.3.1-sl0p