Source
...
Target
Commits (1)
  • Robert Sprowson's avatar
    Adjust redundant voice entry · e9633d96
    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.18. Tagged as 'StringLib-1_18'
    e9633d96
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.17"
Module_Version SETA 117
Module_MajorVersion SETS "1.18"
Module_Version SETA 118
Module_MinorVersion SETS ""
Module_Date SETS "28 Jun 2014"
Module_ApplicationDate SETS "28-Jun-14"
Module_Date SETS "19 Apr 2015"
Module_ApplicationDate SETS "19-Apr-15"
Module_ComponentName SETS "StringLib"
Module_ComponentPath SETS "castle/RiscOS/Sources/HWSupport/Sound/Voices/StringLib"
Module_FullVersion SETS "1.17"
Module_HelpVersion SETS "1.17 (28 Jun 2014)"
Module_FullVersion SETS "1.18"
Module_HelpVersion SETS "1.18 (19 Apr 2015)"
END
/* (1.17)
/* (1.18)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.17
#define Module_MajorVersion_CMHG 1.18
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 28 Jun 2014
#define Module_Date_CMHG 19 Apr 2015
#define Module_MajorVersion "1.17"
#define Module_Version 117
#define Module_MajorVersion "1.18"
#define Module_Version 118
#define Module_MinorVersion ""
#define Module_Date "28 Jun 2014"
#define Module_Date "19 Apr 2015"
#define Module_ApplicationDate "28-Jun-14"
#define Module_ApplicationDate "19-Apr-15"
#define Module_ComponentName "StringLib"
#define Module_ComponentPath "castle/RiscOS/Sources/HWSupport/Sound/Voices/StringLib"
#define Module_FullVersion "1.17"
#define Module_HelpVersion "1.17 (28 Jun 2014)"
#define Module_LibraryVersionInfo "1:17"
#define Module_FullVersion "1.18"
#define Module_HelpVersion "1.18 (19 Apr 2015)"
#define Module_LibraryVersionInfo "1:18"
......@@ -399,10 +399,10 @@ Voice2Base
B GateOff2
B Instantiate
B Free
Pull "PC"
& Voice2TitleString - Voice2Base
& DSegSize
& 0 ; data segmentSSCB index at load time..
LDMFD R13!,{PC} ; dummy entry per PRM 4-13
DCD Voice2TitleString - Voice2Base
DCD DSegSize
DCD 0 ; data segmentSSCB index at load time..
;
Voice2TitleString = "StringLib-Pluck",0
ALIGN
......