Next: Exit (0xaa), Previous: Registers available (0x83), Up: Commands [Contents][Index]
Gets the current screen in a requested bit format.
Command body:
Must be included, but ignored for all but the C128. If true, (0x01) the screen returned will be from the VIC-II. If false (0x00), it will be from the VDC.
0x00: Indexed, 8 bit
0x01: RGB, 24 bit
0x02: BGR, 24 bit
0x03: RGBA, 32 bit
0x04: BGRA, 32 bit
Response type:
0x84: MON_RESPONSE_DISPLAY_GET
Response body:
The length-at-the-beginning format of this object is similar to other response types, except for being four bytes. Also the display buffer length is contained inside another object instead of before the buffer.
The largest width the screen gets.
The largest height the screen gets.
X offset to the inner part of the screen.
Y offset to the inner part of the screen.
Next: Exit (0xaa), Previous: Registers available (0x83), Up: Commands [Contents][Index]