Bob Andrews
|
8b3625847d
|
Merge pull request #2466 from SvenMichaelKlose/reformatted_doc_contributing
Make document human-readable and split out name clashes section.
|
2024-07-28 15:56:58 +02:00 |
|
Bob Andrews
|
91f908f55a
|
Merge pull request #2468 from karrika/fix-joystick
Fixed #2459
|
2024-07-28 15:49:42 +02:00 |
|
Sven Michael Klose
|
8a1e060b13
|
Fix function comment example.
Must be on its own line.
|
2024-07-22 23:51:16 +02:00 |
|
karri
|
2ea216a521
|
Merge branch 'fix-joystick' of ssh://github/karrika/cc65 into fix-joystick
|
2024-07-20 13:18:16 +03:00 |
|
karri
|
19899022af
|
Add support for different joysticks
|
2024-07-20 13:14:22 +03:00 |
|
Sven Michael Klose
|
d3e0f7b392
|
Make document human-readable and split out name clashes section.
In hope to reduce the pull request comment ping-pong.
|
2024-07-18 10:00:16 +02:00 |
|
Bob Andrews
|
03d824e13b
|
Merge pull request #2464 from SvenMichaelKlose/stpcpy
Add stpcpy().
|
2024-07-16 01:47:11 +02:00 |
|
Sven Michael Klose
|
aed94d2dae
|
Fix code style.
Have type, function name and argument declaration on a single line.
|
2024-07-16 01:33:48 +02:00 |
|
Bob Andrews
|
6551d455b1
|
Merge pull request #2463 from SvenMichaelKlose/test_strtok
Test strtok().
|
2024-07-15 22:56:10 +02:00 |
|
Sven Michael Klose
|
677cd8ff4e
|
Use standard library's exit() code constants.
|
2024-07-15 17:54:43 +02:00 |
|
Sven Michael Klose
|
9558ebad62
|
Add test for stpcpy().
|
2024-07-15 17:35:28 +02:00 |
|
Sven Michael Klose
|
816bcabe5a
|
Move strtok() test to correct section.
|
2024-07-14 23:12:59 +02:00 |
|
Sven Michael Klose
|
c385e52c12
|
Merge branch 'master' into test_strtok
|
2024-07-14 13:59:18 +02:00 |
|
Bob Andrews
|
1d1dd425c1
|
Merge pull request #2448 from Commodore64128/master
Commander X16 640x480 tgi loadable graphics driver
|
2024-07-12 12:40:43 +02:00 |
|
Sven Michael Klose
|
af3ac42373
|
Move stpcpy() to non-standard section.
|
2024-07-07 19:48:44 +02:00 |
|
Sven Michael Klose
|
581b79e0b9
|
Add stpcpy().
Like strcpy() but returning pointer to ending zero of copied string.
|
2024-07-07 14:04:49 +02:00 |
|
Bob Andrews
|
2f25b18074
|
Merge pull request #2462 from SvenMichaelKlose/gcc14_make_test_fix
Keep gcc-14 from aborting with errors due to new defaults.
|
2024-07-07 13:49:45 +02:00 |
|
Sven Michael Klose
|
cdb2d49e3a
|
Test strtok().
|
2024-07-07 01:02:32 +02:00 |
|
Sven Michael Klose
|
871bafa5b3
|
Keep gcc-14 from aborting with errors due to new defaults.
Adds -Wno-error=implicit-int -Wno-error=int-conversion to CFLAGS.
Tested with gcc-12.4 and gcc-14.1.
|
2024-07-07 00:48:15 +02:00 |
|
Bob Andrews
|
0541b65aa4
|
Merge pull request #2434 from colinleroy/strcasestr
Implement strcasestr
|
2024-06-22 15:00:17 +02:00 |
|
xlar54
|
3d5fd0489e
|
replaced constant
|
2024-06-19 23:52:25 -05:00 |
|
xlar54
|
3b494ad6f2
|
alignment fixes
|
2024-06-19 23:50:54 -05:00 |
|
xlar54
|
6098ac2788
|
fix for getdefpalette
|
2024-06-16 16:06:38 -05:00 |
|
xlar54
|
6dbf5f528a
|
argh dangling spaces
|
2024-06-16 14:51:53 -05:00 |
|
xlar54
|
5caed9a15f
|
fixed setpalette
|
2024-06-16 14:46:00 -05:00 |
|
Bob Andrews
|
db178e55fe
|
Merge pull request #2450 from ops/plus4-c16-asm
Add asm config for C16 and Plus/4
|
2024-06-16 19:06:51 +02:00 |
|
Olli Savia
|
4989ce485c
|
Build hello-asm.s on C16 & Plus/4
|
2024-06-16 19:15:54 +03:00 |
|
Olli Savia
|
64cfb322cc
|
Added asm configs for C16 & Plus/4
|
2024-06-16 19:14:24 +03:00 |
|
Bob Andrews
|
35d638cb09
|
Merge pull request #2447 from ops/helloworld
Add sample assembly program for Commodore machines
|
2024-06-16 16:05:54 +02:00 |
|
Olli Savia
|
a1ca451e69
|
Renamed: hello.s -> hello-asm.s
|
2024-06-16 09:35:44 +03:00 |
|
xlar54
|
550f94b773
|
make setpalette return error
|
2024-06-13 23:13:05 -05:00 |
|
xlar54
|
60f9081ea4
|
some comment alignment
|
2024-06-13 21:40:51 -05:00 |
|
xlar54
|
0837f9c25f
|
spaces
|
2024-06-13 21:29:37 -05:00 |
|
xlar54
|
b7f4c17460
|
dangling spaces
|
2024-06-13 21:23:50 -05:00 |
|
xlar54
|
d24a8d7e61
|
fixed newline
|
2024-06-13 21:09:02 -05:00 |
|
xlar54
|
ff5091202f
|
docs
|
2024-06-13 21:00:40 -05:00 |
|
Olli Savia
|
5976e3b85d
|
Add sample assembly program for Commodore machines
|
2024-06-13 16:22:42 +03:00 |
|
xlar54
|
91cdc0d705
|
removed unneeded code
|
2024-06-12 16:45:24 -05:00 |
|
xlar54
|
2c4aca43df
|
fixed some text alignment
|
2024-06-12 16:40:23 -05:00 |
|
xlar54
|
3ea0ded65d
|
initial
|
2024-06-12 16:23:30 -05:00 |
|
mrdudz
|
2c4d4d3314
|
add -j2 to make test invocations
|
2024-05-16 18:57:29 +02:00 |
|
mrdudz
|
86e5acd679
|
fix race condition as proposed in #2420
|
2024-05-16 18:57:08 +02:00 |
|
Bob Andrews
|
84153e809e
|
Merge pull request #2438 from ops/exehdr
Add missing EXEHDR
|
2024-05-15 14:11:08 +02:00 |
|
Bob Andrews
|
90723d7dd1
|
Merge pull request #2132 from vrubleg/ulabel
Add support of unnamed labels with @ (.localchar) prefix
|
2024-05-14 20:10:06 +02:00 |
|
Bob Andrews
|
b1e1c13d4b
|
Merge pull request #2437 from bbbradsmith/sim65-examples
provide simple examples for using sim65 with C and assembly code
|
2024-04-25 23:52:08 +02:00 |
|
Colin Leroy-Mira
|
793aa48a49
|
Add doc
|
2024-04-19 08:13:41 +02:00 |
|
Colin Leroy-Mira
|
a823d90082
|
Separated versions
|
2024-04-19 07:57:47 +02:00 |
|
bbbradsmith
|
8804dc7a58
|
give cl65 alternative
|
2024-04-16 16:56:13 -04:00 |
|
bbbradsmith
|
4bc726ebe2
|
clarify the meaning of the exit code unsigned limitation
|
2024-04-16 16:41:00 -04:00 |
|
bbbradsmith
|
fa1a426c29
|
add -t sim6502 to cc65 and ca65 examples
|
2024-04-16 14:06:45 -04:00 |
|