497b161d12fix warning when generating info file
Christian Groessler
2014-05-29 00:41:39 +02:00
8f2c9f0d8euse atari target scrcode macro for atari5200 target, too
Christian Groessler
2014-05-29 00:18:55 +02:00
245a69a043don't use scrcode for numbers
Christian Groessler
2014-05-29 00:18:22 +02:00
0bcb615d33remove TABs
Christian Groessler
2014-05-28 23:39:31 +02:00
8c5aebef81cleanups and add comments
Christian Groessler
2014-05-28 23:38:22 +02:00
98195a516echeck trigger button (TRIGx); correctly report joystick count depending on 5200 console version
Christian Groessler
2014-05-28 00:35:49 +02:00
803e9904dbsmall doc update
Christian Groessler
2014-05-28 00:34:34 +02:00
3e9484632eMerge pull request #121 from groessler/something_to_pull
Oliver Schmidt
2014-05-27 08:50:56 +02:00
40d7ebd719more doc updates for atari5200
Christian Groessler
2014-05-27 02:44:59 +02:00
d9a8ea3b6cDon't reserve space for display list in __RESERVED_MEMORY__ since the default display list is in ROM.
Christian Groessler
2014-05-27 02:43:17 +02:00
ef1e96aff0small optimization
Christian Groessler
2014-05-27 01:49:35 +02:00
b6f712ef58not a dummy implementation anymore...
Christian Groessler
2014-05-27 01:47:37 +02:00
8c01557fe1Merge pull request #120 from greg-king5/cbm-errors
Oliver Schmidt
2014-05-26 15:29:22 +02:00
3d6f54b7a6Updated the CBM error tables.
Greg King
2014-05-26 09:03:43 -04:00
a7809985abMerge pull request #119 from greg-king5/strncpy-doc
Oliver Schmidt
2014-05-26 13:19:08 +02:00
b4f4c3bb4dUpdated the function reference document.
Greg King
2014-05-26 05:59:49 -04:00
0c08b62630Merge pull request #118 from greg-king5/quoted-token
Oliver Schmidt
2014-05-25 23:22:12 +02:00
2cc26e6e23More conforming to the cc65 project's apparent writing style.
Greg King
2014-05-23 16:52:02 -04:00
a92f51fea5Conformed to the cc65 project's coding style.
Greg King
2014-05-23 00:35:19 -04:00
628d27327bSlightly refined the strqtok() documentation.
Greg King
2014-05-22 13:58:51 -04:00
0c1d80401bAdded an attribution.
Greg King
2014-05-22 13:42:15 -04:00
1669c25b8aDocumented strqtok().
Greg King
2014-05-22 11:18:30 -04:00
2c45f43ca2Merge pull request #117 from groessler/something_to_pull
Oliver Schmidt
2014-05-22 09:36:10 +02:00
f7bc6a836dSet the "simple" bit in the .o65 mode word only if text, data, and bss are adjacent.
Christian Groessler
2014-05-21 23:43:56 +02:00
0ec8c8cea7Added a quoted-token parsing function.
Greg King
2014-05-20 16:33:16 -04:00
f1ece57c05more documentation updates for Atari 5200
Christian Groessler
2014-05-16 02:27:20 +02:00
c382c59579documentation updates for Atari 5200
Christian Groessler
2014-05-16 02:26:20 +02:00
b8e5a66f29changed version, startup screen now not fine anymore
Christian Groessler
2014-05-16 02:12:01 +02:00
0f2f19ef5bsome CONIO fixes
Christian Groessler
2014-05-16 02:10:19 +02:00
1e4a7454b6Merge pull request #116 from greg-king5/symbol-table
Oliver Schmidt
2014-05-13 08:49:13 +02:00
0a40b7d420Merge pull request #115 from greg-king5/cc65-mul
Oliver Schmidt
2014-05-12 15:34:32 +02:00
c09c66c372Fixed a ca65 internal error that would show a message when a name is exported both outside and inside a scope.
Greg King
2014-05-12 02:08:04 -04:00
8cb68071cdclrscr for Atari 5200 default conio screen
Christian Groessler
2014-05-12 03:05:21 +02:00
82544b8678add joystick driver -- trigger buttons are not queried yet
Christian Groessler
2014-05-12 03:03:44 +02:00
1532ad6792add dummy irq.s
Christian Groessler
2014-05-12 03:02:17 +02:00
f82a43b98dFixed the comments to say where the actual Left-Hand Side and Right-Hand Side are put.
Greg King
2014-05-11 10:43:06 -04:00
228b9d1718Added a fast subroutine to multiply two signed 8-bit numbers.
Greg King
2014-05-11 01:08:27 -04:00
63b5f75a7fMerge pull request #114 from greg-king5/phantom
Oliver Schmidt
2014-05-09 19:30:51 +02:00
a27e7562fdAdded comments that explain why some instructions are implied.
Greg King
2014-05-05 13:45:34 -04:00
7d512ca238Back-migrated some phantom-key rejection optimizations.
Greg King
2014-05-05 06:28:19 -04:00
667f8229c0Migrated the phantom-key exorcism code to the other C128 mouse drivers.
Greg King
2014-05-05 05:30:31 -04:00
047d9abc68Added the long-missing driver-flags byte to the potentiometer (mouse) drivers.
Greg King
2014-05-05 04:16:04 -04:00
9056e41f7fReintroduced optional INIT segment for (weird) NES TGI driver.
Oliver Schmidt
2014-05-01 22:12:05 +02:00
d6c3bd29acRenamed JUMPTABLE and cleaned up module.cfg.
Oliver Schmidt
2014-05-01 21:43:34 +02:00
2a3fbc6e36Merge pull request #109 from groessler/something_to_pull2
Oliver Schmidt
2014-04-28 22:18:11 +02:00
09df0a1175Added sample descriptions.
Oliver Schmidt
2014-04-28 21:49:38 +02:00
73a50ae3c0Made LOWCODE and INIT optional (like the other targets).
Oliver Schmidt
2014-04-28 21:46:42 +02:00
501df59c1eMerge pull request #112 from greg-king5/warnings
Oliver Schmidt
2014-04-27 14:40:29 +02:00
6307815adaCorrectly map out ROM when needed in the "phantom keys" workaround.
Christian Groessler
2014-04-26 11:55:24 +02:00
35689ef378Merge pull request #113 from groessler/something_to_pull
Oliver Schmidt
2014-04-25 13:41:01 +02:00
f290c1aa28remove build warning
Christian Groessler
2014-04-25 13:21:21 +02:00
f7f2069587Avoided makeinfo warnings when Travis CI runs LinuxDoc Tools.
Greg King
2014-04-24 13:03:52 -04:00