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
1175f767
Commit
1175f767
authored
24 years ago
by
Mike Stephens
Browse files
Options
Download
Email Patches
Plain Diff
second attempt at handling lack of h/w scroll
Version 5.35, 4.79.2.10. Tagged as 'Kernel-5_35-4_79_2_10'
parent
98c5dd51
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
11 deletions
+12
-11
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+4
-4
s/vdu/vdudriver
s/vdu/vdudriver
+5
-3
s/vdu/vdugrafl
s/vdu/vdugrafl
+0
-1
No files found.
VersionASM
View file @
1175f767
...
...
@@ -11,10 +11,10 @@
GBLS Module_HelpVersion
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.
9
"
Module_MinorVersion SETS "4.79.2.
10
"
Module_Date SETS "16 Oct 2000"
Module_ApplicationDate2 SETS "16-Oct-00"
Module_ApplicationDate4 SETS "16-Oct-2000"
Module_FullVersion SETS "5.35 (4.79.2.
9
)"
Module_HelpVersion SETS "5.35 (16 Oct 2000) 4.79.2.
9
"
Module_FullVersion SETS "5.35 (4.79.2.
10
)"
Module_HelpVersion SETS "5.35 (16 Oct 2000) 4.79.2.
10
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
1175f767
...
...
@@ -4,16 +4,16 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.
9
#define Module_MinorVersion_CMHG 4.79.2.
10
#define Module_Date_CMHG 16 Oct 2000
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.
9
"
#define Module_MinorVersion "4.79.2.
10
"
#define Module_Date "16 Oct 2000"
#define Module_ApplicationDate2 "16-Oct-00"
#define Module_ApplicationDate4 "16-Oct-2000"
#define Module_FullVersion "5.35 (4.79.2.
9
)"
#define Module_HelpVersion "5.35 (16 Oct 2000) (4.79.2.
9
)"
#define Module_FullVersion "5.35 (4.79.2.
10
)"
#define Module_HelpVersion "5.35 (16 Oct 2000) (4.79.2.
10
)"
This diff is collapsed.
Click to expand it.
s/vdu/vdudriver
View file @
1175f767
...
...
@@ -827,10 +827,7 @@ TV_Mode_string
ADD
R3
,
R3
,
R1
STR
R3
,
[
WsPtr
,
#
PointerXEigFactor
]
LDR
R3
,
[
WsPtr
,
#
HWVideoFeatures
]
TST
R3
,
#
1
; bit 0 set if h/w scroll supported
LDR
R3
,
[
R13
,
#
wkModeFlags
]
ORREQ
R3
,
R3
,
#
Flag_HardScrollDisabled
STR
R3
,
[
WsPtr
,
#
ModeFlags
]
; finished doing other variables
...
...
@@ -1105,6 +1102,11 @@ PushModeInfoCommonNoService
ORR
r14
,
r14
,
#
Flag_InterlacedMode
STR
r14
,
[
r9
,
#
wkModeFlags
]
58
LDR
r14
,
[
WsPtr
,
#
HWVideoFeatures
]
TST
r14
,
#
1
; bit 0 is h/w scroll support
LDREQ
r14
,
[
r9
,
#
wkModeFlags
]
ORREQ
r14
,
r14
,
#
Flag_HardScrollDisabled
STREQ
r14
,
[
r9
,
#
wkModeFlags
]
; hopefully, R7 is still set from up there to be NZ if no VIDC stuff necessary
...
...
This diff is collapsed.
Click to expand it.
s/vdu/vdugrafl
View file @
1175f767
...
...
@@ -198,7 +198,6 @@ SwitchOutputToMask ROUT
LDR
R6
,
[
WsPtr
,
#
ModeFlags
]
TEQ
R2
,
#
0
ORRNE
R6
,
R6
,
#
Flag_HardScrollDisabled
; if sprite then disable hard
BICEQ
R6
,
R6
,
#
Flag_HardScrollDisabled
; scroll, else enable it
STR
R6
,
[
WsPtr
,
#
ModeFlags
]
;if switching to a sprite, check for full palette 8bpp, and set modeflags and
...
...
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