Source
...
Target
Commits (1)
  • Robert Sprowson's avatar
    Adjust redundant voice entry · bd9d3964
    Robert Sprowson authored
    PRM 4-13 says it should be LDMFD, whereas the Pull macro will emit something different for 1 register. Lead by example and use an explicit LDMFD.
    Not tested - this entry point hasn't been used for years.
    
    Version 1.24. Tagged as 'WaveSynth-1_24'
    bd9d3964
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
GBLS Module_HelpVersion GBLS Module_HelpVersion
GBLS Module_ComponentName GBLS Module_ComponentName
GBLS Module_ComponentPath GBLS Module_ComponentPath
Module_MajorVersion SETS "1.23" Module_MajorVersion SETS "1.24"
Module_Version SETA 123 Module_Version SETA 124
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "29 Jun 2014" Module_Date SETS "19 Apr 2015"
Module_ApplicationDate SETS "29-Jun-14" Module_ApplicationDate SETS "19-Apr-15"
Module_ComponentName SETS "WaveSynth" Module_ComponentName SETS "WaveSynth"
Module_ComponentPath SETS "castle/RiscOS/Sources/HWSupport/Sound/Voices/WaveSynth" Module_ComponentPath SETS "castle/RiscOS/Sources/HWSupport/Sound/Voices/WaveSynth"
Module_FullVersion SETS "1.23" Module_FullVersion SETS "1.24"
Module_HelpVersion SETS "1.23 (29 Jun 2014)" Module_HelpVersion SETS "1.24 (19 Apr 2015)"
END END
/* (1.23) /* (1.24)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * Last processed by srccommit version: 1.1.
* *
*/ */
#define Module_MajorVersion_CMHG 1.23 #define Module_MajorVersion_CMHG 1.24
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 29 Jun 2014 #define Module_Date_CMHG 19 Apr 2015
#define Module_MajorVersion "1.23" #define Module_MajorVersion "1.24"
#define Module_Version 123 #define Module_Version 124
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "29 Jun 2014" #define Module_Date "19 Apr 2015"
#define Module_ApplicationDate "29-Jun-14" #define Module_ApplicationDate "19-Apr-15"
#define Module_ComponentName "WaveSynth" #define Module_ComponentName "WaveSynth"
#define Module_ComponentPath "castle/RiscOS/Sources/HWSupport/Sound/Voices/WaveSynth" #define Module_ComponentPath "castle/RiscOS/Sources/HWSupport/Sound/Voices/WaveSynth"
#define Module_FullVersion "1.23" #define Module_FullVersion "1.24"
#define Module_HelpVersion "1.23 (29 Jun 2014)" #define Module_HelpVersion "1.24 (19 Apr 2015)"
#define Module_LibraryVersionInfo "1:23" #define Module_LibraryVersionInfo "1:24"
...@@ -354,7 +354,7 @@ Voice1Base ...@@ -354,7 +354,7 @@ Voice1Base
B GateOffOne B GateOffOne
B Instantiate B Instantiate
B Free B Free
Pull "PC" ; dummy entry per PRM 4-13 LDMFD R13!,{PC} ; dummy entry per PRM 4-13
DCD Voice1TitleString - Voice1Base DCD Voice1TitleString - Voice1Base
DCD 0 ; wavetable size variable DCD 0 ; wavetable size variable
DCD 0 ; data segmentSSCB index at load time.. DCD 0 ; data segmentSSCB index at load time..
......