-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "use newer freezer that is small enough (this commit will be l…
- Loading branch information
Paul Gardner-Stephen
committed
May 2, 2024
1 parent
2e992e4
commit b455f4f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mega65-freezemenu
updated
22 files
+15 −0 | CHANGELOG.md | |
+28 −22 | Makefile | |
+88 −11 | README.md | |
+1 −5 | fdisk_fat32.c | |
+10 −0 | fdisk_fat32.h | |
+2 −0 | fdisk_hal.h | |
+1 −1 | fdisk_hal_mega65.c | |
+105 −73 | freeze_audiomix.c | |
+11 −7 | freeze_diskchooser.c | |
+89 −146 | freeze_megainfo.c | |
+233 −97 | freeze_romload.c | |
+31 −27 | freeze_sprited.c | |
+330 −181 | freezer.c | |
+8 −2 | freezer.h | |
+120 −50 | freezer_common.c | |
+14 −0 | freezer_common.h | |
+44 −26 | frozen_memory.c | |
+20 −3 | gitversion.sh | |
+18 −0 | helper.s | |
+2 −7 | makedisk.c | |
+6 −3 | romload.c | |
+27 −7 | tools/thumbnail-surround-formatter.c |