From 9789273f81af96355e11a0e1499bb30434348d6a Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Thu, 24 Oct 2024 19:29:51 +0200 Subject: [PATCH] Clarify the meaning of PULSE_OFFSET Quite obvious, if you look at the code, that this is not a used value. Not sure why it exists like that, which doesn't match other reserved ranges. But eh, gotta live with it now. --- doc_classes/SiONDriver.xml | 2 +- src/sion_enums.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_classes/SiONDriver.xml b/doc_classes/SiONDriver.xml index 9ba1194..8995942 100644 --- a/doc_classes/SiONDriver.xml +++ b/doc_classes/SiONDriver.xml @@ -636,7 +636,7 @@ High frequency pseudo sync pulse generator. - Offset pulse generator. + Reserved value. VC6 saw pulse generator (32-sample saw). diff --git a/src/sion_enums.h b/src/sion_enums.h index a3289a2..6b7eb47 100644 --- a/src/sion_enums.h +++ b/src/sion_enums.h @@ -70,7 +70,7 @@ enum SiONPulseGeneratorType : int { PULSE_KNM_BUBBLE = 7, // Konami bubble system wave. PULSE_SYNC_LOW = 8, // pseudo sync (low frequency). PULSE_SYNC_HIGH = 9, // pseudo sync (high frequency). - PULSE_OFFSET = 10, // offset. + PULSE_OFFSET = 10, // reserved value, unused. PULSE_SAW_VC6 = 11, // VC6 saw (32-sample saw). // ( 12- 15) reserved.