CALL JJVRAMPAGE
Contents |
Effect
Selects the 64kB part of the VRAM you want to use for loading and saving operations on MSX2 and higher machines with at least 128kB VRAM.
Syntax
CALL JJVRAMPAGE (<Offset>)
Parameter
<Offset> is a number to disable / enable an offset to be applied to the VRAM loading and saving operations.
- 0 = offset disabled - you will access the 0000H-FFFFH part of the VRAM
- 1 = offset enabled - you will access the 10000H-1FFFFH part of the VRAM as an + 10000H offset will be automatically added to the addresses you specify
Example
CALL JJVRAMPAGE (1)
Related to
CALL JJBLOAD, CALL JJBSAVE, CALL JJDLOAD, CALL JJDSAVE, CALL JJLOAD, CALL JJSAVE