Skip to content

title: "hidebordery" description: TRSE built-in method (from IDE help)


hidebordery

Systems: C64, MEGA65, PLUS4, C128
Parameters: b


HideBorderY( [byte] );

  • [byte] - 0 = 25 rows, 1 = 24 rows

Description

Sets screen rows to 25 (0) or 24 (1).

Example

HideBorderY(0); // 25 rows HideBorderY(1); // 24 rows