Fixed colors in dos-like port.

This commit is contained in:
Scott Duensing 2024-02-05 21:14:08 -06:00
parent 25f8ccc72d
commit c03bb427bc

View file

@ -41,7 +41,7 @@
static char *_storyFile = NULL;
static uint8_t *_RAM = NULL;
static uint8_t _attr = 7;
static uint8_t _attr = (1 << 4) + 7;
void portAttributeSet(byte attribute) {