Showing changes from revision #1 to #2:
Added | Removed | Changed
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
. The maximum bank number is Screenstart+(R1*Modesize) Screenstart+(R1*ModeSize)TotalScreensize/ModeSize
. The default bank is for a non-shadow mode 1, for a shadow mode 2.