Skip to content

Commit 6104e57

Browse files
authored
Fix to starting config from 40/80 column mode on CoCo3 (#158)
1 parent 03486fa commit 6104e57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/coco/cfgload/cfgload.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ void draw_logo()
301301
// Then load config.bin
302302
int main(void)
303303
{
304+
// Reset text mode to default
305+
width(32);
306+
304307
// Setup graphics mode and clear screen
305308
pmode(4, SCREEN_BUFFER);
306309
pcls(0xff);

0 commit comments

Comments
 (0)