-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Olimex Joystick * Fix extra warnings * z80 load and save * First running version * Sound support * Store sound and display state state * Maintain program specific data * Update Readme * Add version to load * Build checks * Build improvements * version error * Save complete sound state * Select resolution * Tidy F8 exit * Unnecessary cast * uf2 and excludes * DEscribe snapshot file format * Snall Readme changes * Clarify the effect of F1 * Reduce cursor speed in menu * Clean directory * Missing uf2 * Update build and info * add comma --------- Co-authored-by: ikjordan <[email protected]>
- Loading branch information
Showing
50 changed files
with
1,066 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule PicoDVI
updated
3 files
+1 −1 | software/libdvi/audio_ring.c | |
+1 −1 | software/libdvi/dvi.c | |
+2 −2 | software/libdvi/tmds_encode.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule inih
updated
28 files
+0 −34 | .github/workflows/cifuzz.yml | |
+12 −1 | .github/workflows/tests.yml | |
+1 −1 | cpp/INIReader.h | |
+10 −0 | examples/meson.build | |
+0 −31 | fuzzing/OSS-FUZZ.MD | |
+0 −30 | fuzzing/inihfuzz.c | |
+0 −4 | fuzzing/oss-fuzz.sh | |
+22 −16 | ini.c | |
+13 −4 | meson.build | |
+3 −0 | tests/baseline_allow_no_value.txt | |
+3 −0 | tests/baseline_call_handler_on_new_section.txt | |
+3 −0 | tests/baseline_disallow_inline_comments.txt | |
+3 −0 | tests/baseline_handler_lineno.txt | |
+3 −0 | tests/baseline_heap.txt | |
+2 −0 | tests/baseline_heap_max_line.txt | |
+3 −0 | tests/baseline_heap_realloc.txt | |
+2 −0 | tests/baseline_heap_realloc_max_line.txt | |
+3 −0 | tests/baseline_multi.txt | |
+2 −0 | tests/baseline_multi_max_line.txt | |
+3 −0 | tests/baseline_single.txt | |
+3 −0 | tests/baseline_stop_on_first_error.txt | |
+3 −0 | tests/long_section.ini | |
+25 −0 | tests/meson.build | |
+6 −0 | tests/runtest.sh | |
+3 −2 | tests/unittest.c | |
+17 −15 | tests/unittest.sh | |
+1 −1 | tests/unittest_alloc.c | |
+1 −1 | tests/unittest_string.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.