1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00
Commit Graph

10391 Commits

Author SHA1 Message Date
compyx 68ce335f59 Replace shell code with GNU Make conditionals and functions
Use `ifeq` to provide two rules for the `avail` target: one that reports
an error if any of the symlink targets are missing and one that installs
the symlinks for the targets if they're all present.
2023-02-19 19:17:45 +01:00
compyx 5c12659cf4 make avail: check for presence of binaries before creating symbolic
links

To avoid creating broken symlinks, first check if the binaries exists in
bin/ and exit when they don't, with a message to first run `make`.
2023-02-19 14:01:14 +01:00
Bob Andrews c097401f8b Merge pull request #1991 from spiro-trikaliotis/fix-msys2-test
Remove .exe from file output
2023-02-17 18:29:39 +01:00
Spiro Trikaliotis 727b3288d6 Remove .exe from file output
Whenever a tool like ld65 wants to output its name into a log file, it
uses the name of command-line parameter 0. However, this parameter also
includes the .exe suffix if it is on Windows.

This patch removes the .exe suffix, so that the output is clean and
consistent across platforms.

This fixes #1990.
2023-02-17 17:22:55 +01:00
Bob Andrews 544a49c060 Merge pull request #1983 from mrdudz/fix1941
fix for #1941
2023-02-05 17:28:22 +01:00
mrdudz 8ac5e2f7b6 fix devicestr call, so related posix function work on cbm targets 2023-01-28 15:08:14 +01:00
mrdudz 1764b7aca9 fix for #1941, taken from https://github.com/acqn/cc65/commit/22d435b68966b86929d3c393f3bbc1593b261cee 2023-01-28 12:29:05 +01:00
Bob Andrews 6267db6b01 Merge pull request #1980 from TommiRommi/patch-1
fixed spelling mistake
2023-01-28 11:29:50 +01:00
tomas 1d73c8d259 Update typeconv.c 2023-01-27 16:53:36 +00:00
tomas ed909dba1d fixed spelling mistake
there was a spelling mistake in one of pointer warnings
2023-01-27 10:52:20 +00:00
Christian Groessler 60f56c43c7 some documentation fixes 2023-01-18 11:55:52 +01:00
Bob Andrews dbefd12571 Merge pull request #1968 from mseabold/master
Allow line_bynumber to return more than one result
2023-01-18 04:34:58 +01:00
Matt Seabold 3360734487 Update comment to match in source file 2023-01-17 22:17:23 -05:00
Matt Seabold 9ee0c835e5 Update documentation for line_bynumber 2023-01-17 22:15:27 -05:00
Bob Andrews 645fa982af Merge pull request #1975 from marianodominguez/add_sound_documentation
add documentation for _sound.
2023-01-17 22:41:12 +01:00
Bob Andrews cc9b91363f Merge pull request #1971 from polluks2/patch-8
Create disk of GEOS samples
2023-01-17 22:36:53 +01:00
Mariano Dominguez c6d183c31b add documentation for _sound. 2023-01-16 19:09:01 -08:00
Christian Groessler 67564d83c8 libsrc/atari/sound.s: fix indentation 2023-01-16 18:01:11 +01:00
Christian Groessler c2e8f75bec Merge pull request #1962 from marianodominguez/feature_add_sound_command
add sound command
2023-01-16 17:59:34 +01:00
Mariano Dominguez 40656ffb6e more style 2023-01-15 17:05:24 -08:00
Mariano Dominguez 6236e82850 change storage to pager zero
fix bug that kills keyboard.
2023-01-15 17:00:05 -08:00
polluks2 a5a8225a58 Create disk of GEOS samples
You don't need to convert anymore.
2023-01-14 13:49:16 +01:00
Matt Seabold 8ea0dfe453 Allow line_bynumber to return more than one result 2023-01-11 20:18:51 -05:00
Mariano Dominguez 42c39c6bfc remove trailing spacew, use correct user 2023-01-10 11:26:12 -08:00
Mariano Dominguez 27ecb555ea Rename sound to _sound.
remove extra comments.
2023-01-10 11:16:36 -08:00
Bob Andrews 7979f8a41f Merge pull request #1965 from polluks2/patch-7
Wrong file "geover.cvt"
2023-01-08 18:54:27 +01:00
polluks2 e4d9dbf0c0 Wrong file "geover.cvt"
See line 106
2023-01-08 17:47:04 +01:00
Mariano Dominguez bf9fb6dcdb increase delay in sound test 2023-01-06 11:23:33 -08:00
Mariano Dominguez 196962adac remove lasy pesky space 2023-01-06 10:54:16 -08:00
Mariano Dominguez 2a961a870b add target test 2023-01-06 09:56:15 -08:00
Mariano Dominguez c3e1ae3478 last trailing space 2023-01-05 21:36:44 -08:00
Mariano Dominguez 8c97b54f5d more trailing spaces :( 2023-01-05 21:34:43 -08:00
Mariano Dominguez 658c1ad711 only missing space 2023-01-05 21:33:40 -08:00
Mariano Dominguez 85f657b35e missing space 2023-01-05 21:30:31 -08:00
Mariano Dominguez 4e8b18c035 missing tab 2023-01-05 21:29:33 -08:00
Mariano Dominguez 29a80065cc fix tab indentation 2023-01-05 21:27:54 -08:00
Mariano Dominguez 30df733c31 remove dangling spaces 2023-01-05 21:20:16 -08:00
Mariano Dominguez fa05294054 add newline for style 2023-01-05 21:16:58 -08:00
Mariano Dominguez f9024d132a add sound command
this behives the same as BASIC

sound(voice, pitch, distortion, volume)
2023-01-05 21:12:58 -08:00
Bob Andrews e944a30b6a Merge pull request #1955 from davepl/master
Add KIM-1 support
2023-01-04 19:10:14 +01:00
Rutger van Bergen 7ea2d8ab18 Address review comment 2023-01-04 19:05:08 +01:00
Bob Andrews 072f4188ac Merge pull request #1939 from acqn/TypeFix
[cc65] Renamed/added/removed some C type facility and fixed a few comments
2023-01-04 19:01:23 +01:00
Bob Andrews 167e940361 Merge pull request #1958 from karrika/sprite
[sp65] Sprite generation fixed for 1BPP Lynx sprites. Fix for #1957
2023-01-04 18:16:46 +01:00
Bob Andrews ce3a987d2d Merge pull request #1956 from karrika/master
[sp65] Add support for 4 pixels per plane. Add feature for current GIMP pcx files.
2023-01-04 17:42:38 +01:00
Bob Andrews 9cda019669 Merge pull request #1960 from karrika/palette
[sp65] New feature to extract the palette from the bitmap. Lynx format implemented. #1959
2023-01-04 17:25:34 +01:00
Bob Andrews 36a56faa14 Merge pull request #1961 from clbr/da816
Teach da65 about table units
2023-01-04 17:21:26 +01:00
karri e2c6d06b0d Update dosc 2023-01-04 12:14:37 +02:00
Karri Kaksonen 34aa53affb Merge branch 'cc65:master' into master 2022-12-30 17:48:04 +02:00
Lauri Kasanen 56a414593a Teach da65 about table units 2022-12-30 17:25:47 +02:00
Bob Andrews cce119a9e7 Merge pull request #1871 from clbr/da816
da65 support for 65816
2022-12-30 15:34:40 +01:00