Commit Graph

  • 844596fd03 Merge branch 'master' into issue_2608 Gorilla Sapiens 2025-06-12 05:59:27 +00:00
  • c3defc1b1c Update tgidemo.c - i really like BLACK but that was a bit much :) Bob Andrews 2025-06-12 01:00:17 +02:00
  • 2f16defd6f Update tgidemo.c - apple2 fix Bob Andrews 2025-06-12 00:45:17 +02:00
  • 1c71d4c609 Update tgidemo.c Bob Andrews 2025-06-12 00:35:29 +02:00
  • cd769b3a9f Update cbm264.h - TGI_COLOR defines should be indices into the default palette Bob Andrews 2025-06-12 00:32:09 +02:00
  • 3b79c92f39 Update pragma.c just retrigger the checks Bob Andrews 2025-06-11 21:06:58 +02:00
  • ccdc5b9fea massaged repro case from #2608 into a test mrdudz 2025-06-11 20:50:04 +02:00
  • 51da666210 fixes #2608 Gorilla Sapiens 2025-06-11 02:21:39 +00:00
  • 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
  • 717e32ba6a add "sorted" target mrdudz 2025-06-09 18:45:52 +02: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
  • 9318c781ae fixes #2666, double charmap of char literals Gorilla Sapiens 2025-06-03 20:54:55 +00:00
  • a1fe6b8465 kill spaces Bob Andrews 2025-06-01 23:22:44 +02:00
  • d7c84d1434 kill spaces Bob Andrews 2025-06-01 23:20:51 +02:00
  • 81ca41b736 kill dangling spaces Bob Andrews 2025-06-01 23:19:51 +02:00
  • aa4a791cc3 Merge branch 'master' into feature/plus4-tgi-driver Bob Andrews 2025-06-01 23:12:27 +02:00
  • 0122307399 Apple2: Dynamic IIe check on a2_lo_tgi Colin Leroy-Mira 2025-05-28 08:40:51 +02:00
  • a9ab23ad51 Make waitvsync available on apple2 Colin Leroy-Mira 2025-05-27 16:22:37 +02:00
  • d3ef3e1b62 Apple2: Don't depend on apple2enh definition for characters Colin Leroy-Mira 2025-05-25 16:22:24 +02:00
  • 4971fe312a Merge pull request #2660 from GorillaSapiens/issue_2446 Bob Andrews 2025-05-31 19:02:06 +02:00
  • df99b9a107 fix codestyle Bob Andrews 2025-05-31 19:00:11 +02:00
  • c75c305c59 Apple2: Fix inconsistency (use bit like everywhere else) Colin Leroy-Mira 2025-05-31 13:22:01 +02:00
  • d03529067a Apple2: don't define _allow_lowercase and uppercasemask on APPLE2ENH Colin Leroy-Mira 2025-05-31 13:27:52 +02:00
  • 89daccaa43 Apple2: automatically enable lowercase starting from //e Colin Leroy-Mira 2025-05-21 20:47:21 +02:00
  • f8c51ffd3d Spare a few bytes Colin Leroy-Mira 2025-05-26 18:03:12 +02:00
  • 779c393e65 fixes *.s -> *.o -> exe path Gorilla Sapiens 2025-05-29 15:05:03 +00:00
  • 842ec4b481 tmpfiles for the *.grc -> *.s -> *.o -> exe path Gorilla Sapiens 2025-05-29 14:26:25 +00:00
  • e444f4c40e Apple2: Safely check for 80-columns card Colin Leroy-Mira 2025-05-27 22:42:07 +02:00
  • 816666615b Apple2: Make 80-columns support dynamic on apple2 target Colin Leroy-Mira 2025-05-27 16:31:23 +02:00
  • 9ae0eaafcc fixed inaccurate comment Gorilla Sapiens 2025-05-27 14:13:52 +00:00
  • a1139aa6b8 removed dangling space Gorilla Sapiens 2025-05-27 06:31:54 +00:00
  • ca8b072608 fixed another pedantic github build problem Gorilla Sapiens 2025-05-27 06:30:12 +00:00
  • 9a2f754e8d fixes problems found by github autobuild Gorilla Sapiens 2025-05-27 06:18:24 +00:00
  • 11d3338282 bugfixes Gorilla Sapiens 2025-05-27 06:00:24 +00:00
  • e451134e23 fixes issue #2446 Gorilla Sapiens 2025-05-27 05:03:17 +00:00
  • cd92e4f0af Apple2: Set mousecard IRQ rate when possible Colin Leroy-Mira 2025-05-11 11:49:53 +02:00
  • 407a31eeaa Merge branch 'cc65:master' into master rumbledethumps 2025-05-24 21:39:17 -07:00
  • b6d261ba2b change to ria_tzset rumbledethumps 2025-05-24 21:27:05 -07:00
  • 3b089b715a Merge pull request #2485 from SvenMichaelKlose/add_plus4_getin_wrapper Bob Andrews 2025-05-25 03:58:00 +02:00
  • 0d9ae7cb70 Update kgetin.s Bob Andrews 2025-05-25 03:44:36 +02:00
  • cb0c9bf526 Merge pull request #1810 from mrdudz/coniopeek Bob Andrews 2025-05-25 03:26:30 +02:00
  • bd63c6aa4b move char block printing into function mrdudz 2025-05-25 03:23:54 +02:00
  • c996157f0e update conio test to reflect the state of cpeek implementation(s) mrdudz 2025-05-25 02:53:34 +02:00
  • e9a15af29b cleanup/fix pce cpeekc/cpeekcolor/cpeekrevers/cpeeks, replaces #532 mrdudz 2025-05-25 02:52:03 +02:00
  • 5c72deb0b9 prepare osic1p cpeekc/cpeekcolor/cpeekrevers, replaces #532 mrdudz 2025-05-25 01:38:32 +02:00
  • 8d42c4a8c5 fix cpeekc/cpeekcolor/cpeekrevers/cpeeks for atmos, replaces what is in #532 mrdudz 2025-05-24 20:03:44 +02:00
  • 228316ff58 NES complete now (tested and conio test updated), replaces what is in #532 mrdudz 2025-05-24 19:19:49 +02:00
  • 6628c4ff43 fix cpeekc/cpeekcolor/cpeekrevers for atari 800 mrdudz 2025-05-24 18:34:44 +02:00
  • 0d5e365ee3 Merge branch 'master' into coniopeek mrdudz 2025-05-24 17:52:58 +02:00
  • 7621fb91f0 Merge pull request #2642 from GorillaSapiens/ca65_charset_translations Bob Andrews 2025-05-24 17:23:19 +02:00
  • 8f4451a468 Merge pull request #2658 from kugelfuhr/kugelfuhr/fix-2655 Bob Andrews 2025-05-24 17:17:36 +02:00
  • 40d6b45d30 Merge pull request #2652 from pfusik/opt-crc32 Bob Andrews 2025-05-24 17:13:56 +02:00
  • 2edb5b96c5 Merge pull request #2654 from kugelfuhr/kugelfuhr/fix-2599 Bob Andrews 2025-05-24 16:59:00 +02:00
  • e211849633 Merge pull request #2657 from kugelfuhr/kugelfuhr/cleanup Bob Andrews 2025-05-24 16:56:56 +02:00
  • 333ac4b383 Merge pull request #2651 from colinleroy/add-decompressors Bob Andrews 2025-05-24 16:54:05 +02:00
  • 795cc55e45 tzset() rumbledethumps 2025-05-23 19:26:27 -07:00
  • 096095840f fix RIA.errno macro conflict rumbledethumps 2025-05-23 19:25:46 -07:00
  • 5854818754 Merge branch 'cc65:master' into master rumbledethumps 2025-05-23 18:53:28 -07:00
  • 7be7ce4e9b Remove tabs. Kugel Fuhr 2025-05-21 11:21:40 +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
  • 500887ec23 Fix #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
  • f13f2cb619 fixes issue #2637 Gorilla Sapiens 2025-05-03 02:36:44 +00:00
  • b1713e4c96 Merge pull request #2627 from colinleroy/add-lz4-C-ref Bob Andrews 2025-05-02 20:23:09 +02:00