b5b7ea422eMake 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
c7c7377f7aRemove the unused function ClearDiagnosticStrBufs().
Kugel Fuhr
2025-05-20 13:50:33 +02:00
81e1312416Remove the unused function ClearDiagnosticStrBufs().
Kugel Fuhr
2025-05-20 13:50:33 +02:00
2dbc7d1696Merge 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
9cdba1b6d8Fix Atari buffer overrun on keyboard EOF
John Murkerson
2025-05-14 14:37:51 -04:00
13ddd6392czlib: Make crc32 8 bytes shorter and 3 cycles/byte faster
Piotr Fusik
2025-05-14 15:15:32 +02:00
cfbfaa559cAdd ZX02 and LZSA (1,2) decompressors
Colin Leroy-Mira
2025-05-13 21:26:47 +02:00
84094ae2b3Merge pull request #2648 from McZonk/GranularityTypo
Bob Andrews
2025-05-13 13:54:04 +02:00
8fbb4c39c4Fixed a typo in Granularity
Max
2025-05-13 09:14:03 +02:00
80cef73f8cMerge pull request #2644 from JimmyDansbo/cx16_videomodes
Bob Andrews
2025-05-08 19:09:38 +02:00
d4a37f7777Changed tabs to spaces
Jimmy Dansbo
2025-05-06 09:16:12 +02:00
c5a3dbdf38Add additional video modes that were added in ROM Pre Release 43
Jimmy Dansbo
2025-05-06 09:09:07 +02:00
1b85ab6985C style character translation in ca65
Gorilla Sapiens
2025-05-06 03:02:18 +00:00
75d43ef88eMerge pull request #2636 from GorillaSapiens/issue_2607
Bob Andrews
2025-05-06 01:47:23 +02:00
f48fb03540issue #2607, enable '\e' character escape for --standard cc65
Gorilla Sapiens
2025-05-02 07:02:07 +00:00
4fb87d27dcMerge pull request #2610 from GorillaSapiens/c_6.4.4.4_test1
Bob Andrews
2025-05-05 17:14:01 +02:00
0742b68ea1Merge pull request #2639 from GorillaSapiens/issue_2637
Bob Andrews
2025-05-05 17:01:22 +02:00
96e8e89776Merge pull request #2630 from McZonk/docfix-unnamedlabels
Bob Andrews
2025-04-19 15:51:18 +02:00
8cf802cee3Fix documentation about unnamed labels using an @.
Max
2025-04-15 16:57:13 +02:00
5cb1bc60fcAdd 'define=yes' for INIT segment to atari-asm.cfg and atari-asm-xex.cfg linker configs.
Christian Groessler
2025-04-09 22:51:11 +02:00
caa66aea95Add decompress_lz4 C implementation as comment
Colin Leroy-Mira
2025-04-07 21:01:05 +02:00
432f2841e5Merge pull request #2626 from kugelfuhr/kugelfuhr/fix-2611
Bob Andrews
2025-04-07 19:11:21 +02:00
f1ed5b7057Fixed a typo in g_typeadjust(). Will fix#2611.
Kugel Fuhr
2025-04-07 09:20:51 +02:00
2b30b90cfeMerge pull request #2625 from polluks/posix_memalign
Bob Andrews
2025-04-06 19:25:10 +02:00
834388a9e1Added doc and some refs #2613
Stefan A. Haubenthal
2025-04-06 18:49:11 +02:00
065b0d7f90Merge pull request #2621 from polluks/master
Bob Andrews
2025-03-25 16:01:44 +01:00
5ceb4f0d68Revert atr5200std.s
Stefan
2025-03-24 21:27:55 +01:00
774e275965Fixed many comments
Stefan A. Haubenthal
2025-03-24 20:52:55 +01:00
9f5a195dc2samples/geos/Makefile: use C1541 variable for c1541 program
Christian Groessler
2025-03-22 00:17:03 +01:00
1efe1227d6Added apple2enh to the targets supporting waitvsync().
Oliver Schmidt
2025-03-14 16:24:25 +01:00
fb63a839bfOptimize LZ4 decompressor
Colin Leroy-Mira
2025-03-12 20:10:55 +01:00
ee540678e6Improved consistency of notation for return value promotion.
Oliver Schmidt
2025-03-13 22:03:37 +01:00
3edb959298Finally made CONIO and STDIO fully interoperable in 80 column mode.
Oliver Schmidt
2025-03-13 21:31:01 +01:00
7c2671be2aDisable interrupts during aux memory access.
Oliver Schmidt
2025-03-12 21:33:13 +01:00
fd4c1e193dCompletely disable/enable 80 column firmware.
Oliver Schmidt
2025-03-12 14:19:20 +01:00
c8eb6e2dd5Apple II: Document BLTU alternative
Colin Leroy-Mira
2025-03-06 17:20:23 +01:00
020fe4028aFix RANGE ERROR STOPPED AT 8214
Colin Leroy-Mira
2025-03-05 18:26:13 +01:00
02470a2343atari5200: fix conio screen initialization
Christian Groessler
2025-03-04 23:39:38 +01:00
16224cdd36atari5200: fix _clrscr to use correct screen size
Christian Groessler
2025-03-04 23:07:13 +01:00
b0220e5456fix problem in _get_tv for GEOS CBM
Christian Groessler
2025-03-02 09:26:31 +01:00
e5cebeda76Merge pull request #2606 from groessler/something_to_pull
Christian Groessler
2025-02-25 21:55:48 +01:00
04ada63935Atari: let crt0.s always provide an (empty) INIT segment
Christian Groessler
2025-02-23 01:06:08 +01:00
0082473630Atari: fix fallout of change of INIT segment to 'bss' type
Christian Groessler
2025-02-23 00:35:23 +01:00
b75f872feeMerge pull request #2602 from polluks/master
Christian Groessler
2025-02-02 16:52:42 +01:00
46b2f95ac8comment
Stefan
2025-01-31 20:56:59 +01:00
fb12363a6aFixed cassette boot file header #2600
Stefan
2025-01-31 20:26:35 +01:00
d5cf8ef7eaMerge pull request #2587 from colinleroy/rewind-asm-and-fseek-paravirt
Bob Andrews
2025-01-27 17:18:12 +01:00
99b113de64Make memory between the end of the text screen and the start of the loaded program available to the linker.
Oliver Schmidt
2025-01-19 16:51:11 +01:00
734a76c158added missing directories to "install" target
mrdudz
2025-01-12 19:03:39 +01:00
67da1e7123add makefile for simulator samples
mrdudz
2025-01-12 18:57:31 +01:00
d8df73c36dImproved counter peripheral documentation, and moved its documentation to the end of the page just before the copyright notice.
sidney
2024-12-31 17:54:58 +01:00