Commit Graph

12070 Commits

Author SHA1 Message Date
Willis Blackburn
5f437e09a0 Move AssignIds to before we print the info line in order to ensure that we write the correct file count. 2026-02-12 17:54:58 -05:00
Bob Andrews
0fca83500b Merge pull request #2927 from kugelfuhr/kugelfuhr/fix-2926
Fix cc65 not detecting invalid integer and float literal suffixes
2026-02-11 19:54:44 +01:00
Bob Andrews
53dacfd18e Merge pull request #2919 from polluks/c16
Combine C16 and Plus/4 source
2026-02-11 19:47:04 +01:00
Bob Andrews
f166ca8ad9 Merge pull request #2918 from polluks/patch-15
Removed unused import
2026-02-07 16:35:51 +01:00
Bob Andrews
fbcae3e640 Merge pull request #2921 from willisblackburn/master
Add terminating NUL after __func__ string literal #2920
2026-02-07 16:34:01 +01:00
Kugel Fuhr
2f62b263f3 Added a test. 2026-02-06 16:36:44 +01:00
Kugel Fuhr
61799b07bf Fix unchecked integer or floating point suffixes. 2026-02-06 15:55:30 +01:00
Willis Blackburn
789416798f Add terminating NUL after __func__ string literal #2920 2026-01-24 12:32:31 -05:00
Stefan
0125d82902 Replace kbhit implementation with new include 2026-01-22 14:37:52 +01:00
Stefan
53b5f79051 Combine C16 and Plus/4 source 2026-01-22 13:49:56 +01:00
Stefan
2f6eb8ddd0 Removed unused import 2026-01-22 12:27:57 +01:00
Bob Andrews
034f73a9e1 Merge pull request #2862 from dansanderson/master
c65 target: conio accesses all color RAM in 80x25 text mode
2026-01-09 23:45:05 +01:00
Bob Andrews
1e1e8a686e Merge pull request #2911 from picocomputer/tz2
Time zone support for target RP6502
2026-01-04 18:18:54 +01:00
Christian Groessler
4680d68e52 Merge pull request #2913 from polluks/master
Fixed funny typo
2025-12-24 16:25:29 +01:00
Stefan
7ee374a432 Fixed funny typo 2025-12-15 00:28:21 +01:00
rumbledethumps
dde04808aa the bytes, they need saving 2025-12-07 11:42:02 -08:00
rumbledethumps
8ff7b0087c doh 2025-12-06 12:56:20 -08:00
rumbledethumps
48b936b767 nah it's 4 2025-12-06 12:13:36 -08:00
rumbledethumps
af19d96174 Merge branch 'cc65:master' into tz2 2025-12-06 11:42:09 -08:00
rumbledethumps
6ac362af87 indeed! 2025-12-06 11:41:52 -08:00
rumbledethumps
328f7e6a43 yes! 2025-12-06 11:38:27 -08:00
rumbledethumps
18f084eafb restore test 2025-12-05 16:30:14 -08:00
rumbledethumps
dbdca13444 optimize and restore null test 2025-12-05 15:38:46 -08:00
Bob Andrews
c720c3c485 Merge pull request #2910 from Fabrizio-Caruso/patch-1
Fix typo in Watara entry in README
2025-12-03 22:24:14 +01:00
Fabrizio Caruso
10297ba637 Fix typo in Watara entry in README 2025-12-03 21:54:32 +01:00
Bob Andrews
36f00f9886 Merge pull request #2907 from colinleroy/decomp-more-info
Mention where decompressors stats come from
2025-12-03 21:32:22 +01:00
rumbledethumps
71f2ffbffc remove time zone hack 2025-12-03 00:45:25 -08:00
rumbledethumps
dce4ed65d9 remove test for non-standard behavior 2025-12-02 22:08:53 -08:00
rumbledethumps
a6a91349bc make time zone work 2025-12-02 21:37:14 -08:00
Colin Leroy-Mira
e01a608863 Mention where decompressors stats come from 2025-12-01 13:30:26 +01:00
Dan Sanderson
5296d394e4 Use php/sei/plp to preserve original state of the interrupt flag 2025-11-28 11:09:21 -08:00
Dan Sanderson
c14f2b7252 cpeekcolor: don't stash and restore I flag or CRAM2K 2025-11-20 18:03:38 -08:00
Dan Sanderson
d2f91a8116 Assume conio owns Interrupt flag and CRAM2K, don't stash and restore 2025-11-20 17:49:40 -08:00
Dan Sanderson
6fb5934b87 Improve CRAM2K flip to preserve previous value 2025-11-18 20:22:47 -08:00
Bob Andrews
dbcfa91089 Merge pull request #2863 from kugelfuhr/kugelfuhr/fix-2859
Fix broken boolean not operator in ca65
2025-11-18 16:39:08 +01:00
Kugel Fuhr
1924e4cc63 Added a test for #2859. 2025-11-18 14:38:10 +01:00
Kugel Fuhr
c4cd575331 Fix parsing boolean not (.not/!). 2025-11-18 14:35:29 +01:00
Dan Sanderson
cfb55a89d4 Update coding style for asm 2025-11-18 00:47:49 -08:00
Dan Sanderson
18e9c6f6a0 c65 target: conio accesses all color RAM in 80x25 text mode 2025-11-18 00:36:10 -08:00
Bob Andrews
640206696f Merge pull request #2855 from picocomputer/master
Update RP6502 in README
2025-11-14 23:49:48 +01:00
Bob Andrews
3d7e3884e4 Merge pull request #2856 from kugelfuhr/kugelfuhr/fix-2854
Corrected a typo in the description of .set
2025-11-09 19:10:26 +01:00
Kugel Fuhr
aa73c03f6a Corrected a typo in the description of .set. Fixes #2854. 2025-11-09 17:25:57 +01:00
rumbledethumps
1d219395f2 Update RP6502 in README 2025-11-07 13:11:47 -08:00
Bob Andrews
f54780cfbc Merge pull request #2844 from picocomputer/master
Support for RP6502 Version 0.14
2025-11-03 13:39:25 +01:00
Bob Andrews
083f89a9ca Merge pull request #2847 from colinleroy/zx02-faster-decompressor
Add a 9% faster ZX02 decompressor
2025-11-03 13:34:29 +01:00
Colin Leroy-Mira
9390e5c2ce Apple2: factorize MLI pathname setting (up to -22 bytes) 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
850accee3a Apple2: -8 bytes on rename 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
280f296952 Apple2: mutualize mli filename push (-0 to -18 bytes) 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
3b8531a422 Apple2: -5 bytes on open() 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
707e317bb8 Apple2: spare 10 bytes on I/O 2025-11-02 21:24:59 +01:00