commit 314327b

0uppy  ·  2026-07-21 15:51:56 +0000 UTC
parent d4934df
cotton v0.2 - changed the resolution of at which windows spawn in and also lowered the ram down to 64kb since 1mb was a bit overkill
1 files changed,  +3, -3
+3, -3
 1@@ -3,9 +3,9 @@
 2 
 3 #include <stdint.h>
 4 
 5-#define MEMORY_SIZE  (1024 * 1024)
 6-#define VIDEO_WIDTH  200
 7-#define VIDEO_HEIGHT 125
 8+#define MEMORY_SIZE  (64 * 1024)
 9+#define VIDEO_WIDTH  250
10+#define VIDEO_HEIGHT 200
11 
12 typedef struct
13 {