Commit 8325ab3d authored by Neil Turton's avatar Neil Turton
Browse files

Added a VDU variable, and 4 SWIs (3 from Ursula, 1 from Spinner)

parent cee53f6d
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment