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
F
FileSys
ADFS
ADFS
Commits
737fe070
Commit
737fe070
authored
May 01, 1997
by
Kevin Bracey
Browse files
Version RO_3_71 taken
parent
a1bb8089
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
4 deletions
+19
-4
Version
Version
+2
-2
s/ADFS
s/ADFS
+4
-2
s/ADFS_SA
s/ADFS_SA
+5
-0
s/Adfs14
s/Adfs14
+8
-0
No files found.
Version
View file @
737fe070
; Version number file > version
GBLS version
version SETS "3.2
7
" ; RiscOS 3.10 versions are >= 2.67
version SETS "3.2
9
" ; RiscOS 3.10 versions are >= 2.67
; RiscOS Black versions are >= 2.92
GBLS date
date SETS "1
6 Apr
199
6
"
date SETS "1
0 Feb
199
7
"
GBLA max_fix
max_fix SETA 12
...
...
s/ADFS
View file @
737fe070
...
...
@@ -15,7 +15,9 @@
; ADFS
GBLL
StrongARM
GBLL
ARM810support
StrongARM
SETL
{TRUE}
ARM810support
SETL
{FALSE}
GET
Ver.<Machine>
GET
s.Fixes
...
...
s/ADFS_SA
View file @
737fe070
...
...
@@ -66,8 +66,13 @@ ADFSsync ROUT
MCR
ARM_config_cp
,
0
,
R0
,
ARM8A_cache_reg
,
C5
,
0
;flush IC
MOV
r0
,
r0
MOV
r0
,
r0
[
ARM810support
02
SUB
pc
,
pc
,#
4
;flushes branch predict if ARM810 (harmless otherwise)
|
MOV
r0
,
r0
02
]
MOVS
pc
,
lr
]
;StrongARM
...
...
s/Adfs14
View file @
737fe070
...
...
@@ -497,8 +497,16 @@ WinIDEDoBackground ROUT
LDR
LR
,
WinIDEDiscSize2
ORR
R4
,
R4
,
LR
,
LSL
#(
32
-
9
)
SUB
R4
,
R4
,
R2
; R4 = sectors to end
; SBP 13 Dec 1996 Fix for ADFSBuffers<>0 on >2G discs
[
{FALSE}
CMPS
R4
,#
&800000
; is this >=4Gbytes...
MVNHS
R4
,#
0
; yes, so R4=4G-1
|
CMPS
R4
,#
&400000
; is this >=2Gbytes...
MVNHS
R4
,#
&80000000
; yes, so R4=2G-1
]
MOVLO
R4
,
R4
,
LSL
#
9
; no, so R4 = bytes to end
[
Debug21a
...
...
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