d1def100dd
use sort -c
mrdudz
2025-06-09 22:28:19 +02:00
aaa1058d32
use explicit markers (comments) for the bsearch table checking, simplifies the scripts and makes them more robust too :)
mrdudz
2025-06-09 21:48:20 +02:00
9afe980124
Add dash for naming consistency
Konstantin
2025-06-09 21:17:47 +03:00
1e80269c6b
Add comment about why AppleSingle header is needed
Konstantin
2025-06-09 21:14:01 +03:00
58ff844d04
add to GHA
mrdudz
2025-06-09 18:42:52 +02:00
d368f3d0ea
simple script(s) to check if bsearch tables are sorted correctly
mrdudz
2025-06-09 18:26:41 +02:00
869ba5c493
Merge pull request #2683 from mrdudz/fixsorted
Bob Andrews
2025-06-09 18:23:05 +02:00
ba80de5efc
fix bsearch tables that must be sorted, add comment to all tables that must be sorted
mrdudz
2025-06-09 17:58:58 +02:00
fb421d7a81
Remove dangling spaces
Konstantin
2025-06-08 23:44:51 +03:00
4d5a290135
add docs and readme.md
Konstantin
2025-06-08 23:30:34 +03:00
41a82f7165
fix codestyle
Konstantin
2025-06-08 23:20:21 +03:00
34daf33d93
Remove dangling spaces
Konstantin
2025-06-07 14:10:50 +03:00
cbf1b1d5a7
Updated translation table
Konstantin
2025-06-07 14:00:10 +03:00
1a109c0b34
Fix codestyle
Konstantin
2025-06-07 12:36:49 +03:00
c3b87779b7
Update Makefile - link all Plus4 samples with plus4-hires.cfg - using the LDFLAGS mechanism for this does not work
Bob Andrews
2025-06-05 02:23:29 +02:00
79ecb2071c
Update Makefile - use ld65, not cl65, for linking
Bob Andrews
2025-06-05 02:09:11 +02:00
5ff18c1ebc
Updates
Konstantin
2025-06-04 23:11:13 +03:00
de524a6561
Initial Agat support
Konstantin
2025-06-04 22:51:17 +03:00
a0772cfa10
one more comment
Gorilla Sapiens
2025-06-04 06:43:29 +00:00
b6f42f9ab2
changed "spc" to "c_sp"
Gorilla Sapiens
2025-06-04 06:37:59 +00:00
dd2f19260c
added information to Makefile output
Gorilla Sapiens
2025-06-04 03:03:18 +00:00
3d118dc6e5
rename "sp" to "spc", avoid conflict with 4510 opcodes
Gorilla Sapiens
2025-06-04 02:06:40 +00:00
58171691d0
Merge pull request #2673 from GorillaSapiens/issue_2666
Bob Andrews
2025-06-03 23:53:48 +02:00
b5b7ea422e
Make sure, the command line setting for the "Unreachable code" warning is checked in all cases before outputting such a warning. Fixes#2655.
Kugel Fuhr
2025-05-21 11:04:21 +02:00
c7c7377f7a
Remove the unused function ClearDiagnosticStrBufs().
Kugel Fuhr
2025-05-20 13:50:33 +02:00
81e1312416
Remove the unused function ClearDiagnosticStrBufs().
Kugel Fuhr
2025-05-20 13:50:33 +02:00
2dbc7d1696
Merge pull request #2653 from frotzer/fixeof
Christian Groessler
2025-05-20 07:41:00 +02:00
500887ec23Fix#2599. The compiler handled all functions returning an int but without a "return" statement by silently adding "return 0" instead of emitting a warning. This is the desired behavior for the "main" function in C99 and above, but the compiler applied it to all functions.
Kugel Fuhr
2025-05-17 17:18:05 +02:00
9cdba1b6d8
Fix Atari buffer overrun on keyboard EOF
John Murkerson
2025-05-14 14:37:51 -04:00
13ddd6392c
zlib: Make crc32 8 bytes shorter and 3 cycles/byte faster
Piotr Fusik
2025-05-14 15:15:32 +02:00
cfbfaa559c
Add ZX02 and LZSA (1,2) decompressors
Colin Leroy-Mira
2025-05-13 21:26:47 +02:00
84094ae2b3
Merge pull request #2648 from McZonk/GranularityTypo
Bob Andrews
2025-05-13 13:54:04 +02:00
8fbb4c39c4
Fixed a typo in Granularity
Max
2025-05-13 09:14:03 +02:00
80cef73f8c
Merge pull request #2644 from JimmyDansbo/cx16_videomodes
Bob Andrews
2025-05-08 19:09:38 +02:00
d4a37f7777
Changed tabs to spaces
Jimmy Dansbo
2025-05-06 09:16:12 +02:00
c5a3dbdf38
Add additional video modes that were added in ROM Pre Release 43
Jimmy Dansbo
2025-05-06 09:09:07 +02:00
1b85ab6985
C style character translation in ca65
Gorilla Sapiens
2025-05-06 03:02:18 +00:00
75d43ef88e
Merge pull request #2636 from GorillaSapiens/issue_2607
Bob Andrews
2025-05-06 01:47:23 +02:00
f48fb03540
issue #2607, enable '\e' character escape for --standard cc65
Gorilla Sapiens
2025-05-02 07:02:07 +00:00
4fb87d27dc
Merge pull request #2610 from GorillaSapiens/c_6.4.4.4_test1
Bob Andrews
2025-05-05 17:14:01 +02:00
0742b68ea1
Merge pull request #2639 from GorillaSapiens/issue_2637
Bob Andrews
2025-05-05 17:01:22 +02:00