Entry | |
---|---|
R0 | 112 (&70) |
R1 | Bank number |
Exit | |
---|---|
R0 | Preserved |
R1 | Previous bank number |
R2 | Corrupted |
The purpose of this call is to select the bank of screen memory which is to be used by the VDU drivers.
If R1 equals 0, then the default bank for the current mode (1 or 2) will be used. Any other value means to set the screenbank which starts at Screenstart+(R1*ModeSize)
. The maximum bank number is TotalScreensize/ModeSize
. The default bank is for a non-shadow mode 1, for a shadow mode 2.