Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
H
HWSupport
SD
SDCMOS
Commits
56a2247e
Commit
56a2247e
authored
Oct 16, 2012
by
Robert Sprowson
Browse files
Call the X version of the time setting SWI
Version 0.09. Tagged as 'SDCMOS-0_09'
parent
41706835
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
17 deletions
+18
-17
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
s/sdcmos
s/sdcmos
+2
-1
No files found.
VersionASM
View file @
56a2247e
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.0
8
"
Module_Version SETA
8
Module_MajorVersion SETS "0.0
9
"
Module_Version SETA
9
Module_MinorVersion SETS ""
Module_Date SETS "
05
Oct 2012"
Module_ApplicationDate SETS "
05
-Oct-12"
Module_Date SETS "
16
Oct 2012"
Module_ApplicationDate SETS "
16
-Oct-12"
Module_ComponentName SETS "SDCMOS"
Module_ComponentPath SETS "cddl/RiscOS/Sources/HWSupport/SD/SDCMOS"
Module_FullVersion SETS "0.0
8
"
Module_HelpVersion SETS "0.0
8
(
05
Oct 2012)"
Module_FullVersion SETS "0.0
9
"
Module_HelpVersion SETS "0.0
9
(
16
Oct 2012)"
END
VersionNum
View file @
56a2247e
/* (0.0
8
)
/* (0.0
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.0
8
#define Module_MajorVersion_CMHG 0.0
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
05
Oct 2012
#define Module_Date_CMHG
16
Oct 2012
#define Module_MajorVersion "0.0
8
"
#define Module_Version
8
#define Module_MajorVersion "0.0
9
"
#define Module_Version
9
#define Module_MinorVersion ""
#define Module_Date "
05
Oct 2012"
#define Module_Date "
16
Oct 2012"
#define Module_ApplicationDate "
05
-Oct-12"
#define Module_ApplicationDate "
16
-Oct-12"
#define Module_ComponentName "SDCMOS"
#define Module_ComponentPath "cddl/RiscOS/Sources/HWSupport/SD/SDCMOS"
#define Module_FullVersion "0.0
8
"
#define Module_HelpVersion "0.0
8
(
05
Oct 2012)"
#define Module_LibraryVersionInfo "0:
8
"
#define Module_FullVersion "0.0
9
"
#define Module_HelpVersion "0.0
9
(
16
Oct 2012)"
#define Module_LibraryVersionInfo "0:
9
"
s/sdcmos
View file @
56a2247e
...
...
@@ -283,7 +283,8 @@ TryInit ROUT
LDRB
r4
,
[
sp
,
#
4
]
ORRS
r3
,
r4
,
r3
MOVNE
r0
,
sp
SWINE
Territory_SetTime
SWINE
XTerritory_SetTime
CLRV
60
MRS
r3
,
CPSR
; preserve V set ness
MOV
r0
,
#
0
; close file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment