Difference between revisions of "OSBYTE &71"

From BeebWiki
Jump to: navigation, search
m (1 revision)
m (Added Integra-B info.)
Line 2: Line 2:
 
OSBYTE &71 (113) - Select Main/Shadow for Display hardware
 
OSBYTE &71 (113) - Select Main/Shadow for Display hardware
  
        X=0 Use whatever the default for the current mode is
+
    On entry:
 +
    X=0 Use whatever the default for the current mode is
 
         X=1 Use main memory
 
         X=1 Use main memory
 
         X=2 Use shadow memory
 
         X=2 Use shadow memory
     (Risc OS 1.00)
+
     RISC OS:
 
     The value of X can be greater than 2 as well, and instructs the video
 
     The value of X can be greater than 2 as well, and instructs the video
 
     hardware to use the bank at screenbase+(X*modesize)
 
     hardware to use the bank at screenbase+(X*modesize)
Line 14: Line 15:
  
 
==See Also==
 
==See Also==
* [[OSBYTE &6C]] - Select Master shadow memory
+
* [[OSBYTE &49]] - Check for Integra-B shadow memory
 +
* [[OSBYTE &6C]] - Select Master/Integra-B shadow memory
 
* [[OSBYTE &6F]] - Select BBC B shadow memory
 
* [[OSBYTE &6F]] - Select BBC B shadow memory
 
* [[OSBYTE &70]] - Select memory for Master VDU access
 
* [[OSBYTE &70]] - Select memory for Master VDU access
Line 24: Line 26:
 
* http://mdfs.net/Docs/Comp/BBC/Osbyte00
 
* http://mdfs.net/Docs/Comp/BBC/Osbyte00
  
[[User:WikiSysop|WikiSysop]] ([[User talk:WikiSysop|talk]]) 13:33, 8 March 2015 (UTC)
+
[[User:Jgharston|Jgharston]] ([[User talk:Jgharston|talk]]) 20:30, 3 April 2015 (UTC)

Revision as of 21:30, 3 April 2015

OSBYTE &71 (113) - Select Main/Shadow for Display hardware

   On entry:
   X=0 Use whatever the default for the current mode is
       X=1 Use main memory
       X=2 Use shadow memory
   RISC OS:
   The value of X can be greater than 2 as well, and instructs the video
   hardware to use the bank at screenbase+(X*modesize)

This call specifies which bank of memory the Master video display hardware access. Using this and OSBYTE &70 a program can use the VDU to write to one bank of memory while the other is being displayed.

See Also

Jgharston (talk) 20:30, 3 April 2015 (UTC)