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
Sources
Kernel
Commits
717c86f3
Commit
717c86f3
authored
25 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Flash upgrade works this time.
Version 4.75. Tagged as 'Kernel-4_75'
parent
b006da95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+5
-5
s/FlashROM
s/FlashROM
+1
-1
No files found.
VersionASM
View file @
717c86f3
...
...
@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.7
4
"
Module_Version SETA 47
4
Module_MajorVersion SETS "4.7
5
"
Module_Version SETA 47
5
Module_MinorVersion SETS ""
Module_Date SETS "14 Apr 1999"
Module_FullVersion SETS "4.7
4
"
Module_FullVersion SETS "4.7
5
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
717c86f3
/* (4.7
4
)
/* (4.7
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.7
4
#define Module_MajorVersion_CMHG 4.7
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Apr 1999
#define Module_MajorVersion "4.7
4
"
#define Module_Version 47
4
#define Module_MajorVersion "4.7
5
"
#define Module_Version 47
5
#define Module_MinorVersion ""
#define Module_Date "14 Apr 1999"
#define Module_FullVersion "4.7
4
"
#define Module_FullVersion "4.7
5
"
This diff is collapsed.
Click to expand it.
s/FlashROM
View file @
717c86f3
...
...
@@ -474,7 +474,7 @@ FR_ParallelRead ROUT
MOV
R1
,#
&21
; Input, IRQ off, BUSY high, nACK low
STRB
R1
,[
R9
,#
8
]
;Make sure nACK bit (nSTROBE) has returned high
02
LDRB
R
0
,[
R9
,#
4
]
02
LDRB
R
1
,[
R9
,#
4
]
TST
R1
,#
&40
BEQ
%BT02
;Finish nAck pulse by clearing nSTROBE bit (puts nACK high). Keep BUSY high
...
...
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