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
55f86962
Commit
55f86962
authored
Feb 23, 2020
by
Jeffrey Lee
Committed by
ROOL
Feb 26, 2020
Browse files
Fix stack imbalance when PCI floppy init fails
Version 3.55. Tagged as 'ADFS-3_55'
parent
e527e619
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
24 deletions
+19
-24
VersionASM
VersionASM
+6
-9
VersionNum
VersionNum
+10
-12
s/Adfs19
s/Adfs19
+3
-3
No files found.
VersionASM
View file @
55f86962
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.1.
;
GBLS Module_MajorVersion
GBLA Module_Version
...
...
@@ -10,14 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "3.54"
Module_Version SETA 354
Module_MajorVersion SETS "3.55"
Module_Version SETA 355
Module_MinorVersion SETS ""
Module_Date SETS "
18 Nov
20
17
"
Module_ApplicationDate SETS "
18-Nov-17
"
Module_Date SETS "
26 Feb
20
20
"
Module_ApplicationDate SETS "
26-Feb-20
"
Module_ComponentName SETS "ADFS"
Module_ComponentPath SETS "castle/RiscOS/Sources/FileSys/ADFS/ADFS"
Module_FullVersion SETS "3.54"
Module_HelpVersion SETS "3.54 (18 Nov 2017)"
Module_FullVersion SETS "3.55"
Module_HelpVersion SETS "3.55 (26 Feb 2020)"
END
VersionNum
View file @
55f86962
/* (3.5
4
)
/* (3.5
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 3.5
4
#define Module_MajorVersion_CMHG 3.5
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
18 Nov
20
17
#define Module_Date_CMHG
26 Feb
20
20
#define Module_MajorVersion "3.5
4
"
#define Module_Version 35
4
#define Module_MajorVersion "3.5
5
"
#define Module_Version 35
5
#define Module_MinorVersion ""
#define Module_Date "
18 Nov
20
17
"
#define Module_Date "
26 Feb
20
20
"
#define Module_ApplicationDate "
18-Nov-17
"
#define Module_ApplicationDate "
26-Feb-20
"
#define Module_ComponentName "ADFS"
#define Module_ComponentPath "castle/RiscOS/Sources/FileSys/ADFS/ADFS"
#define Module_FullVersion "3.5
4
"
#define Module_HelpVersion "3.5
4
(
18 Nov
20
17
)"
#define Module_LibraryVersionInfo "3:5
4
"
#define Module_FullVersion "3.5
5
"
#define Module_HelpVersion "3.5
5
(
26 Feb
20
20
)"
#define Module_LibraryVersionInfo "3:5
5
"
s/Adfs19
View file @
55f86962
...
...
@@ -165,12 +165,12 @@ FlpInit ROUT
MOV
R1
,
#
&3F0
MOV
R2
,
#
8
SWI
XPCI_LogicalAddress
MOVVC
R0
,
R4
STRVC
R4
,
FlpBase
Pull
"R4"
MOVVS
R0
,
#
MachHasNoFDC
STRVS
R0
,
MachineID
BVS
%BT02
MOV
R0
,
R4
STR
R4
,
FlpBase
Pull
"R4"
MOV
LR
,
#-
1
STR
LR
,
FlpDMAHandle
BL
Configure37C665
...
...
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