Fix run on linux

This commit is contained in:
2026-08-31 04:43:52 +02:00
parent f5672ee9c3
commit d37d434228
13 changed files with 151 additions and 98 deletions
+1 -3
View File
@@ -3,9 +3,7 @@
#include "stdint.h"
#define RAM_SIZE (55 * 1024) // 55KiB
//#define RAM_SIZE (64 * 1024) // Full range, DEBUG mode
#define RAM_SIZE (64 * 1024) // 55KiB
#define RAM_BASE (0x00) // 0
int createRAM(uint8_t **ram);