Skip to content

Commit faebcc2

Browse files
authored
CoCo: Push splash screen buffer to 0x6600 to clear screen corruption issue (#160)
1 parent 6104e57 commit faebcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coco/cfgload/cfgload.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <cmoc.h>
22
#include <coco.h>
33

4-
#define SCREEN_BUFFER (byte*) 0x6000
4+
#define SCREEN_BUFFER (byte*) 0x6600
55

66
#define LOGO_FULL_SIZE 6144
77
#define LOGO_BOTTOM_TRIMMED_BYTES 320

0 commit comments

Comments
 (0)