Skip to content

Commit 0b97d45

Browse files
committed
Stella and Prosystem now functional
1 parent e52147a commit 0b97d45

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

Firmware/Bins/partitions.bin

0 Bytes
Binary file not shown.

Firmware/Bins/prosystem-go.bin

-9.75 KB
Binary file not shown.

Firmware/Bins/retro-esp32.bin

0 Bytes
Binary file not shown.

Firmware/Bins/stella-go.bin

26.8 KB
Binary file not shown.

Launchers/retro-esp32/main/main.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@
4242
"sms", // 3
4343
"gg", // 3
4444
"col", // 3
45-
"spectrum", // 4
45+
"spectrum", // 3
4646
"a26", // 5
4747
"a78", // 6
4848
"c64", // 7
4949
"nec" // 8
5050
};
5151

52-
int PROGRAMS[COUNT] = {1, 2, 2, 3, 3, 3, 4, 5, 6, 7, 8};
52+
int PROGRAMS[COUNT] = {1, 2, 2, 3, 3, 3, 3, 4, 5, 6, 7, 8};
53+
int LIMIT = 6;
5354
//}#pragma endregion Emulator and Directories
5455

5556
//{#pragma region Buffer

0 commit comments

Comments
 (0)