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
HWSupport
Podule
Commits
3fb580b6
Commit
3fb580b6
authored
14 years ago
by
Steve Revill
Browse files
Options
Download
Email Patches
Plain Diff
Fixed old-style shift macro use to new "my" shift macro.
Version 1.62. Tagged as 'Podule-1_62'
parent
b359a10a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
s/Interface
s/Interface
+1
-1
No files found.
VersionASM
View file @
3fb580b6
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.6
1
"
Module_Version SETA 16
1
Module_MajorVersion SETS "1.6
2
"
Module_Version SETA 16
2
Module_MinorVersion SETS ""
Module_Date SETS "1
9 Jan
201
0
"
Module_ApplicationDate SETS "1
9-Jan
-1
0
"
Module_Date SETS "1
8 Mar
201
1
"
Module_ApplicationDate SETS "1
8-Mar
-1
1
"
Module_ComponentName SETS "Podule"
Module_ComponentPath SETS "castle/RiscOS/Sources/HWSupport/Podule"
Module_FullVersion SETS "1.6
1
"
Module_HelpVersion SETS "1.6
1
(1
9 Jan
201
0
)"
Module_FullVersion SETS "1.6
2
"
Module_HelpVersion SETS "1.6
2
(1
8 Mar
201
1
)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
3fb580b6
/* (1.6
1
)
/* (1.6
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.6
1
#define Module_MajorVersion_CMHG 1.6
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
9 Jan
201
0
#define Module_Date_CMHG 1
8 Mar
201
1
#define Module_MajorVersion "1.6
1
"
#define Module_Version 16
1
#define Module_MajorVersion "1.6
2
"
#define Module_Version 16
2
#define Module_MinorVersion ""
#define Module_Date "1
9 Jan
201
0
"
#define Module_Date "1
8 Mar
201
1
"
#define Module_ApplicationDate "1
9-Jan
-1
0
"
#define Module_ApplicationDate "1
8-Mar
-1
1
"
#define Module_ComponentName "Podule"
#define Module_ComponentPath "castle/RiscOS/Sources/HWSupport/Podule"
#define Module_FullVersion "1.6
1
"
#define Module_HelpVersion "1.6
1
(1
9 Jan
201
0
)"
#define Module_LibraryVersionInfo "1:6
1
"
#define Module_FullVersion "1.6
2
"
#define Module_HelpVersion "1.6
2
(1
8 Mar
201
1
)"
#define Module_LibraryVersionInfo "1:6
2
"
This diff is collapsed.
Click to expand it.
s/Interface
View file @
3fb580b6
...
...
@@ -1303,7 +1303,7 @@ MightBeEASI
LDRB
r0
,
[
r1
,
#
0
]
; Get the current speed value
MOV
r3
,
r0
,
ASR
r2
; Move bit to bottom
AND
r3
,
r3
,
#
1
; Mask off unwanted bits
ASL
r3
,
1
; Map 0,1 to 0,2
my
ASL
r3
,
1
; Map 0,1 to 0,2
ADD
r3
,
r3
,
#
1
; Map 0,2 to 1,3
STR
r3
,
[
sp
,
#
0
]
; Poke into exit frame
MOV
r3
,
#
1
...
...
This diff is collapsed.
Click to expand it.
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