Code: Select all
// The text character display width of the current CPM BIOS. Either 40 or 80
// Cloud CPM BIOS will always have 80 columns, but on a 40 column system only 40 columns are displayed
// So this is the number of characters that are displayed.
__at (0xff2e) volatile uint8_t _CPM_COLUMN_WIDTH;