・The size of the console (text screen 4) is changed according to the width and height.
・Other text screen settings remain the same.
・Graphic page sprite settings are changed according to the width and height.
Specify the display width and height in pixels
Width: 128 to 1280
Height: 128 to 720
・A number that can be divided by 4 can be specified for both width and height.
Pixels can be subdivided to express rotation and enlargement more smoothly.
・It can be specified 1 or more, the product of width multiplied by sample magnification should be up to 1280, and the product of height multiplied by sample magnification should be up to 720.
・1, if not specified.
Specify the drawing method when the BASIC display is finally combined with the indicating display
0 | Bilinear |
1 | Smart Nearest Neighbor |
2 | Nearest Neighbor |
・0 is smooth pixel corner, but the whole image is blurred.
・2 is a clear display as a whole, but the pixel corners are jagged.
・1 is between 0 and 2.
・0, if not specified.
Display aspect ratio: 0.1 to 10
・Square at 1, vertical when smaller than 1, horizontal when larger than 1.
・If not specified, width / height is set.
The width and height of the display (in pixels)