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