Wayne Parham
|
470b648b9f
|
Added note about return value being function status.
|
2022-02-07 19:51:03 -06:00 |
|
Wayne Parham
|
84d639e40c
|
Typo correction.
|
2022-02-07 19:46:16 -06:00 |
|
Wayne Parham
|
e488d7b2a6
|
Documentation updates for Sym-1.
|
2022-02-07 19:14:02 -06:00 |
|
Wayne Parham
|
10b8920ecc
|
Merge https://github.com/cc65/cc65
|
2022-02-07 17:12:43 -06:00 |
|
mrdudz
|
856517a771
|
Merge remote-tracking branch 'upstream/master'
|
2022-02-06 18:51:21 +01:00 |
|
mrdudz
|
dfe478b154
|
upload snapshot to sourceforge
|
2022-02-06 18:20:09 +01:00 |
|
mrdudz
|
ddfbe932e3
|
test upload again
|
2022-02-06 17:29:14 +01:00 |
|
mrdudz
|
e7469212d7
|
try publishing on sf after snapshot
|
2022-02-06 16:49:01 +01:00 |
|
Bob Andrews
|
94d1bfc450
|
Merge pull request #1653 from mrdudz/movesamples
move some things from targettest to samples
|
2022-02-05 18:18:07 +01:00 |
|
mrdudz
|
0436c6e314
|
fix this too
|
2022-02-05 18:09:32 +01:00 |
|
mrdudz
|
1ff68e2894
|
Merge remote-tracking branch 'upstream/master' into movesamples
|
2022-02-05 17:57:00 +01:00 |
|
mrdudz
|
e0745204b6
|
fix again. sigh
|
2022-02-05 17:56:33 +01:00 |
|
mrdudz
|
766e0e2144
|
fix
|
2022-02-05 17:51:48 +01:00 |
|
mrdudz
|
9308f5147d
|
Merge remote-tracking branch 'upstream/master' into movesamples
|
2022-02-05 17:48:09 +01:00 |
|
mrdudz
|
096c28bb52
|
remove programs in util dir before making a snapshot. we might later
decide to leave them there anyway.
|
2022-02-05 17:47:20 +01:00 |
|
mrdudz
|
2ea9cf0449
|
cleanup
|
2022-02-05 17:44:54 +01:00 |
|
mrdudz
|
179f2d05aa
|
utils before samples
|
2022-02-05 17:44:46 +01:00 |
|
mrdudz
|
b3217ccb03
|
build util dir when testing
|
2022-02-05 17:44:32 +01:00 |
|
mrdudz
|
d23c9b6aa5
|
use gamate-fixcart from util dir
|
2022-02-05 17:34:22 +01:00 |
|
mrdudz
|
61dc15cad0
|
Merge remote-tracking branch 'upstream/master' into movesamples
|
2022-02-05 17:31:20 +01:00 |
|
mrdudz
|
afe9d6a2eb
|
also compile the programs in the util directory by default, not only
do we want to test they can be compiled, but also samples may use/require
them. we might want to install them too, perhaps
|
2022-02-05 17:28:28 +01:00 |
|
mrdudz
|
4e5b521903
|
move some things from targettest to samples
|
2022-02-05 16:55:57 +01:00 |
|
Greg King
|
98bc021c5a
|
Added the names of samples and targettest programs that the telestrat library can build now.
|
2022-02-03 18:23:23 -05:00 |
|
Greg King
|
f64ee3370d
|
Added to the telestrat library the name of the standard dynamic TGI driver.
|
2022-02-03 18:23:23 -05:00 |
|
Greg King
|
bae2821d5a
|
Added telestrat to <time.h>.
That library has clock().
|
2022-02-03 18:23:23 -05:00 |
|
Bob Andrews
|
7bbc006014
|
Merge pull request #1649 from polluks2/typos
Fixed many typos
|
2022-02-03 14:43:11 +01:00 |
|
Bob Andrews
|
24227482ea
|
Merge pull request #1648 from polluks2/tco
Added tail call optimization
|
2022-02-03 14:42:41 +01:00 |
|
polluks
|
f7fa81b244
|
Fixed many typos
|
2022-02-03 01:01:10 +01:00 |
|
polluks
|
a26778744a
|
Added tail call optimization
|
2022-02-02 23:02:01 +01:00 |
|
polluks
|
8e60102e8e
|
Removed the colour purple
This commit may break compatibility.
|
2022-02-02 00:58:50 +01:00 |
|
Oliver Schmidt
|
e3ca14116d
|
Disable double hires on exit.
A program being run afterwards might not even know about the existence of double hires. So it's our task to turn double hires off on exit.
|
2022-01-31 19:32:44 +01:00 |
|
Greg King
|
7118c9236b
|
Fixed the cart directory build code to handle even simple programs.
Carts can be built containing programs that don't link some segments.
|
2022-01-31 08:14:26 -05:00 |
|
Greg King
|
112e216e53
|
Removed an obsolete command-line option from the cc65 compiler.
|
2022-01-30 22:10:06 -05:00 |
|
polluks
|
a29a1b0a59
|
Added more purple (rain)
|
2022-01-31 02:18:01 +01:00 |
|
Greg King
|
98f862b8fb
|
Fixed heaptest.c compiler warnings in a way that's better than PR #1621.
This fix adds "unsigned" to one line instead of removing it from several lines.
|
2022-01-30 20:13:04 -05:00 |
|
mrdudz
|
25363ae00a
|
the forgotten minimal testprog
|
2022-01-30 23:26:07 +01:00 |
|
mrdudz
|
c50f5c9467
|
build targettest progrs for all targets
|
2022-01-30 19:51:05 +01:00 |
|
mrdudz
|
d8366132c7
|
fix Makefiles for all targets, dive into subdirs like in samples
|
2022-01-30 19:51:05 +01:00 |
|
Bob Andrews
|
b00cb182d9
|
Merge pull request #1637 from polluks2/save_a_few_bytes
Save a few bytes
|
2022-01-30 13:21:41 +01:00 |
|
mrdudz
|
ccb77735d2
|
samples makefile already goes through the subdirs correctly
|
2022-01-30 13:18:51 +01:00 |
|
mrdudz
|
a0fc95bb15
|
actually use all targets for the samples dir
|
2022-01-30 12:49:33 +01:00 |
|
mrdudz
|
333c31e4ce
|
fix for atari5200
|
2022-01-30 12:49:02 +01:00 |
|
mrdudz
|
6e5a988f85
|
build samples for all targets
|
2022-01-30 12:36:15 +01:00 |
|
Bob Andrews
|
82f55a930a
|
Merge pull request #1618 from polluks2/master
Fixed many typos
|
2022-01-30 12:21:07 +01:00 |
|
polluks
|
e327071615
|
Save a few bytes
|
2022-01-30 03:26:32 +01:00 |
|
polluks
|
e66a54ac14
|
Revert commits
|
2022-01-30 03:15:28 +01:00 |
|
polluks2
|
97c83de37b
|
Merge branch 'cc65:master' into master
|
2022-01-30 02:40:27 +01:00 |
|
mrdudz
|
11bcaba99b
|
comment out all the non working targets
|
2022-01-30 02:29:11 +01:00 |
|
mrdudz
|
908173b663
|
add sym1 target
|
2022-01-30 02:14:01 +01:00 |
|
mrdudz
|
91cf347f31
|
fix pathes
|
2022-01-30 02:13:54 +01:00 |
|