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
Ben Avison
Kernel
Commits
8325ab3d
Commit
8325ab3d
authored
26 years ago
by
Neil Turton
Browse files
Options
Download
Email Patches
Plain Diff
Added a VDU variable, and 4 SWIs (3 from Ursula, 1 from Spinner)
parent
cee53f6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
hdr/VduExt
hdr/VduExt
+2
-0
s/Kernel
s/Kernel
+4
-0
s/SWINaming
s/SWINaming
+4
-0
No files found.
hdr/VduExt
View file @
8325ab3d
...
...
@@ -26,6 +26,7 @@ OldOpt SETA {OPT}
; 27-Oct-89 TMD Added VIDCClockSpeed
; 05-Aug-91 DDV Added Flag_FullPalette
; 15-Jul-93 TMD Added NumModeVars
; 21-Jul-98 NDT Added PixelRate
; Sets up external symbols of the form VduExt_<var name>
; for use with SWI OS_ReadVDUVariables
...
...
@@ -103,6 +104,7 @@ NumModeVars * NotRVVTBarWobblyBitscounter
NotRVVTBarWobblyBits
TCharSpaceY
NotRVVTBarWobblyBits
GcolOraEorAddr
NotRVVTBarWobblyBits
VIDCClockSpeed
NotRVVTBarWobblyBits
PixelRate
NotRVVTBarWobblyBits
WindowWidth
,
&100
NotRVVTBarWobblyBits
WindowHeight
...
...
This diff is collapsed.
Click to expand it.
s/Kernel
View file @
8325ab3d
...
...
@@ -648,6 +648,10 @@ JTABLE & SWIWriteC ; this entry never gets used (see ^)
&
NoSuchSWI
&
NoSuchSWI
]
&
NoSuchSWI
; SpecialControl
&
NoSuchSWI
; EnterUSR32SWI
&
NoSuchSWI
; EnterUSR26SWI
&
NoSuchSWI
; VIDCDividerSWI
MaxSwi
*
(
.
-
JTABLE
)/
4
...
...
This diff is collapsed.
Click to expand it.
s/SWINaming
View file @
8325ab3d
...
...
@@ -194,6 +194,10 @@ System_Swi_Names
AddSwiNameToDecodeTab
CallASWI
AddSwiNameToDecodeTab
AMBControl
AddSwiNameToDecodeTab
CallASWIR12
AddSwiNameToDecodeTab
SpecialControl
AddSwiNameToDecodeTab
EnterUSR32
AddSwiNameToDecodeTab
EnterUSR26
AddSwiNameToDecodeTab
VIDCDivider
=
0
[
SwisInSystemTable
+
1
<>
MaxSwi
...
...
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