OSBYTE &71

From BeebWiki
Revision as of 22:30, 3 April 2015 by Jgharston (talk | contribs) (Added Integra-B info.)
Jump to: navigation, search

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)