1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00
Commit Graph

7964 Commits

Author SHA1 Message Date
Joshua Bell c8bf652982 ca65: Add string_escapes feature. Resolves #535 2019-01-05 11:29:54 -08:00
Greg King 5ac11b5e88 Added an error message, in case there's a typo in the definitions of long command-line options. 2019-01-04 03:35:49 -05:00
Greg King cd6e167982 Fixed a duplicate-label test.
Don't call strcmp() if either argument is NULL.
2019-01-04 02:29:17 -05:00
Greg King 2959ade6e6 Added, to Plus4 and GEOS linker configure files, the ability to set the start and end addresses of the program region. 2019-01-03 10:49:56 -05:00
Oliver Schmidt a4591138ec Merge pull request #828 from Marrin/marrin-docfix
Fixed documented return type.
2019-01-02 21:17:55 +01:00
Marrin 003d6542e4 Fixed documented return type. 2019-01-02 12:06:01 +01:00
Scott Hutter 59ab140dc9 fix for err blank line removal 2018-12-30 18:57:46 +01:00
Scott Hutter fa27c9dfc6 Moved contents of SetNewMode doc 2018-12-30 18:57:46 +01:00
Scott Hutter 94e623165d removed fastcall from SetNewMode 2018-12-30 18:57:46 +01:00
Scott Hutter 74f622d9c6 corrected text formatting 2018-12-30 18:57:46 +01:00
Scott Hutter a6725edb15 moved to better folder location 2018-12-30 18:57:46 +01:00
Scott Hutter 9160b8ddc2 Issue 814 2018-12-30 18:57:46 +01:00
Scott Hutter 0012b6d811 SetNewMode() documentation = issue #814 2018-12-30 18:57:46 +01:00
Scott Hutter 2f6f468aad Added SetNewMode() to geoslib - #814 2018-12-30 18:57:46 +01:00
Paul Gardner-Stephen 1b46dfe820 change reference to $0200FF to $0200xx 2018-12-30 03:49:26 -05:00
Paul Gardner-Stephen 576d64da38 remove redundant line 2018-12-30 03:49:26 -05:00
Paul Gardner-Stephen 837b9b3c2c use pre-existing ZP storage. Make 32-bit pointer value loading more self-evident 2018-12-30 03:49:26 -05:00
Paul Gardner-Stephen 19ca1f6b48 add support for detecting 45GS02 2018-12-30 03:49:26 -05:00
Marc Rintsch 80a43d732d Added missing external declaration of c64_65816_emd. 2018-12-21 09:51:27 +01:00
Oliver Schmidt 180bb0823a Fixed typo. 2018-12-03 12:52:00 +01:00
Olli Savia b7a3abad62 Added SER_ prefix. Whitespace cleanup 2018-11-26 22:14:31 +01:00
Olli Savia b6529225e9 Added SER_ prefix. Whitespace cleanup 2018-11-26 22:14:31 +01:00
Olli Savia b269b3f5b2 Added SER_ prefix. Whitespace cleanup 2018-11-26 22:14:31 +01:00
Olli Savia b9054ec9a7 Added SER_ prefix. Whitespace cleanup 2018-11-26 22:14:31 +01:00
Olli Savia 4304f11549 Added SER_ prefix. Whitespace cleanup 2018-11-26 22:14:31 +01:00
Olli Savia 7147e780e6 Added SER_ prefix. Whitespace cleanup 2018-11-26 22:14:31 +01:00
Olli Savia 5901ea80a4 Added SER_ prefix. Whitespace cleanup 2018-11-26 22:14:31 +01:00
Olli Savia ad0b0982d0 Added SER_ prefix 2018-11-26 22:14:31 +01:00
Olli Savia 7b4807a8f7 Changed prefix SWL_ to SER_ 2018-11-26 22:14:31 +01:00
Olli Savia aeff90ca90 Updated to use cbm_kernal.inc. Whitespace cleanups 2018-11-26 22:14:31 +01:00
Olli Savia e69bc65cf1 Moved kernal entries to cbm_kernal.inc 2018-11-26 22:14:31 +01:00
Oliver Schmidt 01857cd4de Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
Christian Groessler 462d8096c0 atari.sgml: use consistent naming for realtime clock. 2018-11-16 16:13:43 +01:00
Christian Groessler 9405323815 Some documentation fixes
- gamate.sgml: remove empty section "Hardware access"
- telestrat.sgml: remove wrong "<descrip>" tags
2018-11-16 16:13:43 +01:00
Christian Groessler b8bd075e5e atari.sgml: fix typo 2018-11-16 16:13:43 +01:00
Christian Groessler bc6127ffef atari.sgml: Add documentation for Atari clock_... functions implementation. 2018-11-16 16:13:43 +01:00
Oliver Schmidt ee6b2edd72 Replaced systime() with clock_gettime(). 2018-11-16 12:54:26 +01:00
Oliver Schmidt 3ffefb0f0d Fixed reference to clock_settime(). 2018-11-16 12:45:45 +01:00
Oliver Schmidt 582aa41f2a Fixed typo. 2018-11-14 18:02:56 +01:00
Oliver Schmidt 4b42d6ad54 Added target docs on the clock_... functions. 2018-11-13 18:33:51 +01:00
Oliver Schmidt 83768a1e8a Fixed two typos. 2018-11-13 18:33:51 +01:00
IrgendwerA8 d0053422e9 Code review aftermath 2: Put defines into parentheses 2018-11-12 14:36:40 +01:00
IrgendwerA8 61a9871c21 Adaptations due to code review. 2018-11-12 14:36:40 +01:00
IrgendwerA8 f86ebbd258 Support for self explanatory KBCODE values 2018-11-12 14:36:40 +01:00
Olli Savia 8b4179d104 Added VIC control register names 2018-11-12 14:14:16 +01:00
jede 2fb4b568e4 Fix duplicated variables 2018-11-10 12:31:15 +01:00
jede b80e11febc Stratsed vectors added 2018-11-10 12:31:15 +01:00
jede a6b0b9d850 Some variables from TELEMON 2.4 added 2018-11-10 12:31:15 +01:00
IrgendwerA8 923fa8fc93 Saved 2 bytes and fixed error in case of negative result. 2018-11-09 17:27:35 -05:00
Greg King 2acfa5e78f Made div-test.c use doesclrscrafterexit().
It no longer waits for a key tap if it doesn't need to do that.

Also, normalized the source code formatting.
2018-11-09 17:11:03 -05:00