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
Parallel
Commits
44a3f7f8
Commit
44a3f7f8
authored
9 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Remove workaround for DeviceFS bug
Fixed properly in DeviceFS-0_72. Version 0.79. Tagged as 'Parallel-0_79'
parent
8432cb0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
22 deletions
+19
-22
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
s/Common
s/Common
+3
-6
No files found.
VersionASM
View file @
44a3f7f8
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.7
8
"
Module_Version SETA 7
8
Module_MajorVersion SETS "0.7
9
"
Module_Version SETA 7
9
Module_MinorVersion SETS ""
Module_Date SETS "
21 Dec
201
2
"
Module_ApplicationDate SETS "
21-Dec
-1
2
"
Module_Date SETS "
06 Jun
201
5
"
Module_ApplicationDate SETS "
06-Jun
-1
5
"
Module_ComponentName SETS "Parallel"
Module_ComponentPath SETS "castle/RiscOS/Sources/HWSupport/Parallel"
Module_FullVersion SETS "0.7
8
"
Module_HelpVersion SETS "0.7
8
(
21 Dec
201
2
)"
Module_FullVersion SETS "0.7
9
"
Module_HelpVersion SETS "0.7
9
(
06 Jun
201
5
)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
44a3f7f8
/* (0.7
8
)
/* (0.7
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.7
8
#define Module_MajorVersion_CMHG 0.7
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
21 Dec
201
2
#define Module_Date_CMHG
06 Jun
201
5
#define Module_MajorVersion "0.7
8
"
#define Module_Version 7
8
#define Module_MajorVersion "0.7
9
"
#define Module_Version 7
9
#define Module_MinorVersion ""
#define Module_Date "
21 Dec
201
2
"
#define Module_Date "
06 Jun
201
5
"
#define Module_ApplicationDate "
21-Dec
-1
2
"
#define Module_ApplicationDate "
06-Jun
-1
5
"
#define Module_ComponentName "Parallel"
#define Module_ComponentPath "castle/RiscOS/Sources/HWSupport/Parallel"
#define Module_FullVersion "0.7
8
"
#define Module_HelpVersion "0.7
8
(
21 Dec
201
2
)"
#define Module_LibraryVersionInfo "0:7
8
"
#define Module_FullVersion "0.7
9
"
#define Module_HelpVersion "0.7
9
(
06 Jun
201
5
)"
#define Module_LibraryVersionInfo "0:7
9
"
This diff is collapsed.
Click to expand it.
s/Common
View file @
44a3f7f8
...
...
@@ -155,7 +155,7 @@ common_createTX
Debug
open
,
"common_createTX"
CMP
r5
,
#-
1
MOVEQ
r5
,
#
3
; set the buffer handle
MOVEQ
r5
,
#
Buff_Print
; set the buffer handle
MOV
pc
,
lr
...
...
@@ -181,13 +181,10 @@ common_createRX EntryS "r0-r2"
Debug
open
,
"common_createRX"
MOV
r0
,
#
3
; change flags for parallel buffer (DeviceFS won't do this)
ORR
r1
,
r3
,
#
BufferFlags_SendThresholdUpCalls
MOV
r2
,
#
0
SWI
XBuffer_ModifyFlags
ORR
r3
,
r3
,
#
BufferFlags_SendThresholdUpCalls
; change flags for parallel buffer
CMP
r5
,
#-
1
MOVEQ
r5
,
#
3
; use parallel buffer
MOVEQ
r5
,
#
Buff_Print
; use parallel buffer
MOV
r6
,
#
Parallel_Threshold
EXITS
...
...
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