From a37e3edc68c6e17a448a83928757cdcd7f1b0960 Mon Sep 17 00:00:00 2001 From: dgrfactory Date: Mon, 16 Sep 2024 09:04:35 +0900 Subject: [PATCH] refs ignore SNESAPU.DLL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * DSP_ALIGN のコメント修正 --- snesapu.dll/SNESAPU.inc | 3 ++- snesapu.dll/thirdparty/SNESAPU.inc | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/snesapu.dll/SNESAPU.inc b/snesapu.dll/SNESAPU.inc index dea5726..fa6a16e 100644 --- a/snesapu.dll/SNESAPU.inc +++ b/snesapu.dll/SNESAPU.inc @@ -29,6 +29,7 @@ ;Align Adjustment ---------------------- ; Note: Please refer to the map file output during build and adjust the numbers, ; so that the lower 8-bits of the start address of '_mix' are '00'. -; If it is not, the output audio will be noisy because occurred memory-leak. +; If it is not, the output audio will be noisy because occurred memory-leak and +; buffer-overflow. ; The value specified here is 0, 64, 128, or 192. DSP_ALIGN EQU 0 ;DSP Object Locate Alignment diff --git a/snesapu.dll/thirdparty/SNESAPU.inc b/snesapu.dll/thirdparty/SNESAPU.inc index f986dfd..7fedf5e 100644 --- a/snesapu.dll/thirdparty/SNESAPU.inc +++ b/snesapu.dll/thirdparty/SNESAPU.inc @@ -28,4 +28,9 @@ ;Equates ;Align Adjustment ---------------------- -DSP_ALIGN EQU 64 ;DSP Object Locate Alignment +; Note: Please refer to the map file output during build and adjust the numbers, +; so that the lower 8-bits of the start address of '_mix' are '00'. +; If it is not, the output audio will be noisy because occurred memory-leak and +; buffer-overflow. +; The value specified here is 0, 64, 128, or 192. +DSP_ALIGN EQU 0 ;DSP Object Locate Alignment