acqn
b93f9fbba4
Updated documents about the predefined macros.
2022-08-18 22:51:23 +08:00
IrgendwerA8
b3015ef731
Updated documentation while char-mapping is fixed.
2022-07-27 13:54:00 +02:00
Bob Andrews
6239fbe18c
Revert "rename '_poserror' to '__poserror'"
2022-07-24 18:14:21 +02:00
Christian Groessler
758d9466c0
rename '_poserror' to '__poserror'
...
The old name could be non-conforming to the C standard. The new name
is definitely in the "implementation name space".
See issue #1796 .
2022-07-24 00:33:56 +02:00
mrdudz
1b73ffb8ae
document changes to __CC65__
2022-05-10 01:13:24 +02:00
Bob Andrews
9beedbafdd
Merge pull request #1735 from rofl0r/empty_prefix
...
build: allow empty prefix - should this break on Amiga or other non POSIX systems, please speak up
2022-05-06 13:04:00 +02:00
Greg King
a5e69e7ea6
Upgraded the cx16 library to the Commander X16 Kernal ROM's prerelease 39.
2022-04-29 16:56:54 -04:00
rofl0r
8669710c0f
build: allow empty prefix
...
there was some concern that this will break windows' way of doing
file lookups relatively from the binary, rather than via hardcoded
locations, but so far each occurence adding e.g. "CA65_INC" to
the pathsearch is already shielded with an #ifndef _WIN32.
addressing #1726
2022-04-27 16:19:06 +00:00
mrdudz
680f0c17f5
remove dangling spaces
2022-04-17 16:05:10 +02:00
mrdudz
3dd9ed0414
remove literal TABs
2022-04-16 17:36:25 +02:00
polluks2
91a5eb3770
Fixed documentation typo
2022-04-03 08:21:31 +02:00
Bob Andrews
4cf7db1ef5
Merge pull request #1692 from karrika/atari7800
...
#805 Atari7800 target
2022-03-20 20:39:36 +01:00
Bob Andrews
58de94edd4
Merge pull request #1560 from empathicqubit/master
...
Add --debug-tables <filename> option and output struct fields
2022-03-20 20:27:15 +01:00
Karri Kaksonen
25ecaf873b
Merge branch 'cc65:master' into atari7800
2022-03-07 09:03:25 +02:00
Karri Kaksonen
eb86bc33b9
Add CARTSIZE to cfg file for configuring the a78 header. Add descriptions of usage.
2022-03-07 08:48:59 +02:00
Karri Kaksonen
cc9535e82f
Update docs
2022-03-04 20:21:20 +02:00
Wayne Parham
3cb85fd5e8
Minor updates
2022-03-04 06:23:06 -06:00
Wayne Parham
7664a2f61e
Documentation clarifications
2022-03-03 20:51:16 -06:00
Wayne Parham
81338a61c3
Added Sym-1 extended memory sample program and documentation
2022-03-03 17:47:31 -06:00
Karri Kaksonen
3266e70de4
Add target atari7800
2022-03-01 06:44:55 +02:00
Karri Kaksonen
328781bf8a
Add target atari7800
2022-03-01 06:44:26 +02:00
Jeff Tranter
5d8cf4ec48
A couple of addtional fixes.
2022-02-21 15:54:47 -05:00
Jeff Tranter
2bf8be5b3b
Fix some commonly made spelling errors in comments.
2022-02-21 15:44:31 -05:00
empathicqubit
49b4a57add
Documentation
2022-02-20 12:40:32 +01:00
mrdudz
ad82392428
add hint on VICE -moncommands
2022-02-15 21:25:24 +01:00
Wayne Parham
9cb005c98f
Correction of link typos
2022-02-08 14:22:09 -06:00
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
polluks
f7fa81b244
Fixed many typos
2022-02-03 01:01:10 +01:00
polluks2
97c83de37b
Merge branch 'cc65:master' into master
2022-01-30 02:40:27 +01:00
Christian Groessler
c3e01062ea
put Atari 20-column note to where it belongs...
2022-01-24 20:13:49 +01:00
Scott Prive
91920f807e
document special case on sub 40-col modes
2022-01-23 18:53:14 -05:00
polluks2
1cdd4676b2
Fixed many typos
2021-12-14 13:13:16 +01:00
Oliver Schmidt
b35a9d97a6
Updated URL and improved consistency.
2021-12-12 23:59:22 +01:00
Wayne Parham
1d36f255ec
Added Sym-1 link to documentation doc/index.sgml
2021-11-24 22:26:43 +01:00
Oliver Schmidt
8b0de8a931
Merge branch 'master' into master
2021-11-23 22:56:51 +01:00
Oliver Schmidt
f796c26091
Added hint on clock().
...
clock() isn't available on the Apple II - and never will be.
2021-11-21 22:56:02 +01:00
mrdudz
cf1c0b6774
move hints on how to run binaries from the target specific pages to the intro page, where they should be.
2021-09-28 22:18:49 +02:00
Oliver Schmidt
28b1687aaf
Be explicit about hardware flow control (RTS/CTS) being the only supported option.
2021-09-26 12:09:50 +02:00
Spiro Trikaliotis
62da869e49
doc: psg_silence: Remove empty notes
...
The notes section of psg_silence (Creativision funcref) contained an
empty Notes section, consisting of an empty <itemize> only.
Newer sgmltools fail on this, as they insist on having an <item>
element, or they fail compilation:
[ 225s] Processing file ../doc/funcref.sgml
[ 225s] onsgmls:/tmp/linuxdoc-tools.NfxbjODQbW/sgmltmp.funcref.01.precmdout:5884:9:E:end tag for "ITEMIZE" which is not finished
Fixed this by removing the (empty) Notes section altogether.
2021-06-21 22:10:31 +02:00
Wayne Parham
f98e5f4feb
Stylistic changes
2021-06-15 17:14:27 -05:00
Wayne Parham
11d81b1f43
Stylistic changes
2021-06-15 16:39:28 -05:00
Wayne Parham
4db50e8e93
Documentation update: Mention where to find sym1 sample programs
2021-06-13 11:29:30 -05:00
Wayne Parham
2a25921515
Sym-1 documentation updates
2021-06-07 20:00:18 -05:00
Wayne Parham
6c4c959141
Sym-1 lib changes
2021-06-06 21:28:03 -05:00
Wayne Parham
e687f2f048
Clarified 'Limited memory applications' section
2021-06-06 17:55:58 -05:00
Wayne Parham
7d5fc7eb43
Changed kb references to KB
2021-06-06 17:51:24 -05:00
Wayne Parham
69e2313a63
First round of requested code changes
2021-06-06 23:20:54 +01:00
Greg King
c0f29993e0
Fixed the descriptions of the Creativision's functions.
...
Fixed bios_playsound()'s position in the alphabetical list of functions.
2021-05-29 08:53:13 -04:00