Commit Graph

  • 137041c59f Merge pull request #137 from spiro-trikaliotis/notemittinglabels-alancox Oliver Schmidt 2014-10-14 15:13:29 +02:00
  • 55815ea10c Equality problem (Ullrich von Bassewitz) Spiro Trikaliotis 2014-10-14 13:41:17 +02:00
  • f4f879283d Fix for: cc65 forgetting to emit labels (Alan Cox) Spiro Trikaliotis 2014-10-14 13:32:58 +02:00
  • d4c7591b12 scheisse mrdudz 2014-10-01 15:33:41 +02:00
  • d0aef118ac Merge pull request #133 from pfusik/fix-char-cast Oliver Schmidt 2014-09-30 16:08:41 +02:00
  • baaf815d8e fix cast to char, patch by Piotr Fusik mrdudz 2014-09-25 23:19:14 +02:00
  • ec484db2bb Merge remote-tracking branch 'upstream/master' mrdudz 2014-09-25 22:01:27 +02:00
  • 295604b31f Merge pull request #135 from ikorb/patch1 Oliver Schmidt 2014-09-25 21:50:28 +02:00
  • ca300826cf added tests as prepared by oliver mrdudz 2014-09-24 16:45:10 +02:00
  • adc5525e85 added commandline option to quit after X cycles mrdudz 2014-09-25 18:47:23 +02:00
  • 9b82eaadd0 added tests as prepared by oliver mrdudz 2014-09-24 16:45:10 +02:00
  • 8c1f12f06b Fix casting an r-value to char. Piotr Fusik 2014-09-22 23:47:20 +02:00
  • d75f9c2051 Merge pull request #132 from greg-king5/high-zero Oliver Schmidt 2014-09-11 08:57:50 +02:00
  • 74c2415795 Changed literal zeroes of the style "#>0" into the style "#>$0000". Greg King 2014-09-10 19:15:07 -04:00
  • e702832e80 Merge pull request #130 from greg-king5/caps-lock Oliver Schmidt 2014-09-09 12:55:30 +02:00
  • 970af0cdb2 Swapped the locations of a constructor and a destructor in a source file. Greg King 2014-09-04 17:37:41 -04:00
  • 76283e1b45 Merge pull request #131 from greg-king5/refine-crt Oliver Schmidt 2014-08-24 21:31:35 +02:00
  • c7969a78b0 Refined the comments in the target start-up files. Greg King 2014-08-23 14:05:36 -04:00
  • 145a010e59 Moved the CAPS LOCK code out of the startup file, and into its own file. Greg King 2014-08-22 17:19:58 -04:00
  • 58b73a2842 Disable the Atmos keyboard's CAPS LOCK for both conio and stdio. Greg King 2014-08-21 10:46:25 -04:00
  • 6df42052b0 Merge pull request #129 from greg-king5/cbmdir Oliver Schmidt 2014-07-17 16:50:49 +02:00
  • 8324221360 Improved some multiplication code. Greg King 2014-07-17 07:11:14 -04:00
  • c6e7d835ef Fixed a buffer overrun bug. Greg King 2014-07-17 07:05:10 -04:00
  • 30aab9a6b2 Merge pull request #128 from greg-king5/multi-comments Oliver Schmidt 2014-07-01 09:48:18 +02:00
  • 0390c34e88 Changed multi-line C comments into another style. Greg King 2014-06-30 05:10:35 -04:00
  • 132d57f1ad Revert "don't define DYN_DRV for targets which don't predefine it" Oliver Schmidt 2014-06-04 23:50:46 +02:00
  • 2c975d3642 Create static drivers directly from source files. Oliver Schmidt 2014-06-04 23:50:18 +02:00
  • 2bc4634860 Normalized style. Oliver Schmidt 2014-06-03 18:30:11 +02:00
  • 7a9ea2189e Merge pull request #125 from groessler/something_to_pull2 Oliver Schmidt 2014-06-02 09:00:18 +02:00
  • 939a5ccbc2 fix last change Christian Groessler 2014-06-02 08:41:35 +02:00
  • 984195f976 Merge pull request #127 from groessler/something_to_pull Oliver Schmidt 2014-06-01 20:57:42 +02:00
  • 29671f5f06 don't define DYN_DRV for targets which don't predefine it Christian Groessler 2014-06-01 19:18:57 +02:00
  • deddb00a3a use DYN_DRV and MOUSE_DRIVER defines to decide which driver to use Christian Groessler 2014-06-01 19:17:02 +02:00
  • bdb33be246 Added Apple GEOS to the list of targets. Oliver Schmidt 2014-06-01 18:27:52 +02:00
  • 3508b90ee8 set DYN_DRV to 0; define atr5200std_joy Christian Groessler 2014-05-31 19:44:10 +02:00
  • 69471a19f3 Merge pull request #124 from groessler/something_to_pull Oliver Schmidt 2014-05-31 17:36:45 +02:00
  • 5595137d1d Adapt joy-test.c for Atari 5200 (only has 20x24 display) Fix static driver name. Christian Groessler 2014-05-30 23:38:27 +02:00
  • 919bdbd347 add 'console' to NES line Christian Groessler 2014-05-30 23:28:52 +02:00
  • 99f0a56f63 Merge pull request #122 from groessler/a5200 Oliver Schmidt 2014-05-30 22:52:51 +02:00
  • df782e9500 rename _antic.inc, _pokey.inc, _gtia.inc to atari_antic.inc, atari_pokey.inc, atari_gtia.inc Christian Groessler 2014-05-30 22:00:18 +02:00
  • a4fda71510 move atari5200 behind atari and atarixl in TARGETS list Christian Groessler 2014-05-30 13:39:09 +02:00
  • fa7cdf0214 remove atari5200.mac Christian Groessler 2014-05-30 13:38:29 +02:00
  • b420eccd37 Merge pull request #123 from greg-king5/cbm-errors Oliver Schmidt 2014-05-30 10:22:01 +02:00
  • f54ef4efe4 provide CLK_TCK and CLOCKS_PER_SEC values for atari5200 Christian Groessler 2014-05-29 13:23:45 +02:00
  • b8e65aca5a Used longer error text. Greg King 2014-05-28 23:01:48 -04:00
  • 4286e55453 fix build error Christian Groessler 2014-05-29 01:50:41 +02:00
  • ff31fa3e3f add atari5200.h Christian Groessler 2014-05-29 00:42:54 +02:00
  • 2bf580fb89 remove unneeded ATASCII defs; add header Christian Groessler 2014-05-29 00:42:30 +02:00
  • 497b161d12 fix warning when generating info file Christian Groessler 2014-05-29 00:41:39 +02:00
  • 8f2c9f0d8e use atari target scrcode macro for atari5200 target, too Christian Groessler 2014-05-29 00:18:55 +02:00
  • 245a69a043 don't use scrcode for numbers Christian Groessler 2014-05-29 00:18:22 +02:00
  • 0bcb615d33 remove TABs Christian Groessler 2014-05-28 23:39:31 +02:00
  • 8c5aebef81 cleanups and add comments Christian Groessler 2014-05-28 23:38:22 +02:00
  • 98195a516e check trigger button (TRIGx); correctly report joystick count depending on 5200 console version Christian Groessler 2014-05-28 00:35:49 +02:00
  • 803e9904db small doc update Christian Groessler 2014-05-28 00:34:34 +02:00
  • 3e9484632e Merge pull request #121 from groessler/something_to_pull Oliver Schmidt 2014-05-27 08:50:56 +02:00
  • 40d7ebd719 more doc updates for atari5200 Christian Groessler 2014-05-27 02:44:59 +02:00
  • d9a8ea3b6c Don'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
  • ef1e96aff0 small optimization Christian Groessler 2014-05-27 01:49:35 +02:00
  • b6f712ef58 not a dummy implementation anymore... Christian Groessler 2014-05-27 01:47:37 +02:00
  • 8c01557fe1 Merge pull request #120 from greg-king5/cbm-errors Oliver Schmidt 2014-05-26 15:29:22 +02:00
  • 3d6f54b7a6 Updated the CBM error tables. Greg King 2014-05-26 09:03:43 -04:00
  • a7809985ab Merge pull request #119 from greg-king5/strncpy-doc Oliver Schmidt 2014-05-26 13:19:08 +02:00
  • b4f4c3bb4d Updated the function reference document. Greg King 2014-05-26 05:59:49 -04:00
  • 0c08b62630 Merge pull request #118 from greg-king5/quoted-token Oliver Schmidt 2014-05-25 23:22:12 +02:00
  • 2cc26e6e23 More conforming to the cc65 project's apparent writing style. Greg King 2014-05-23 16:52:02 -04:00
  • a92f51fea5 Conformed to the cc65 project's coding style. Greg King 2014-05-23 00:35:19 -04:00
  • 628d27327b Slightly refined the strqtok() documentation. Greg King 2014-05-22 13:58:51 -04:00
  • 0c1d80401b Added an attribution. Greg King 2014-05-22 13:42:15 -04:00
  • 1669c25b8a Documented strqtok(). Greg King 2014-05-22 11:18:30 -04:00
  • 2c45f43ca2 Merge pull request #117 from groessler/something_to_pull Oliver Schmidt 2014-05-22 09:36:10 +02:00
  • f7bc6a836d Set 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
  • 0ec8c8cea7 Added a quoted-token parsing function. Greg King 2014-05-20 16:33:16 -04:00
  • f1ece57c05 more documentation updates for Atari 5200 Christian Groessler 2014-05-16 02:27:20 +02:00
  • c382c59579 documentation updates for Atari 5200 Christian Groessler 2014-05-16 02:26:20 +02:00
  • b8e5a66f29 changed version, startup screen now not fine anymore Christian Groessler 2014-05-16 02:12:01 +02:00
  • 0f2f19ef5b some CONIO fixes Christian Groessler 2014-05-16 02:10:19 +02:00
  • 1e4a7454b6 Merge pull request #116 from greg-king5/symbol-table Oliver Schmidt 2014-05-13 08:49:13 +02:00
  • 0a40b7d420 Merge pull request #115 from greg-king5/cc65-mul Oliver Schmidt 2014-05-12 15:34:32 +02:00
  • c09c66c372 Fixed 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
  • 8cb68071cd clrscr for Atari 5200 default conio screen Christian Groessler 2014-05-12 03:05:21 +02:00
  • 82544b8678 add joystick driver -- trigger buttons are not queried yet Christian Groessler 2014-05-12 03:03:44 +02:00
  • 1532ad6792 add dummy irq.s Christian Groessler 2014-05-12 03:02:17 +02:00
  • f82a43b98d Fixed 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
  • 228b9d1718 Added a fast subroutine to multiply two signed 8-bit numbers. Greg King 2014-05-11 01:08:27 -04:00
  • 63b5f75a7f Merge pull request #114 from greg-king5/phantom Oliver Schmidt 2014-05-09 19:30:51 +02:00
  • a27e7562fd Added comments that explain why some instructions are implied. Greg King 2014-05-05 13:45:34 -04:00
  • 7d512ca238 Back-migrated some phantom-key rejection optimizations. Greg King 2014-05-05 06:28:19 -04:00
  • 667f8229c0 Migrated the phantom-key exorcism code to the other C128 mouse drivers. Greg King 2014-05-05 05:30:31 -04:00
  • 047d9abc68 Added the long-missing driver-flags byte to the potentiometer (mouse) drivers. Greg King 2014-05-05 04:16:04 -04:00
  • 9056e41f7f Reintroduced optional INIT segment for (weird) NES TGI driver. Oliver Schmidt 2014-05-01 22:12:05 +02:00
  • d6c3bd29ac Renamed JUMPTABLE and cleaned up module.cfg. Oliver Schmidt 2014-05-01 21:43:34 +02:00
  • 2a3fbc6e36 Merge pull request #109 from groessler/something_to_pull2 Oliver Schmidt 2014-04-28 22:18:11 +02:00
  • 09df0a1175 Added sample descriptions. Oliver Schmidt 2014-04-28 21:49:38 +02:00
  • 73a50ae3c0 Made LOWCODE and INIT optional (like the other targets). Oliver Schmidt 2014-04-28 21:46:42 +02:00
  • 501df59c1e Merge pull request #112 from greg-king5/warnings Oliver Schmidt 2014-04-27 14:40:29 +02:00
  • 6307815ada Correctly map out ROM when needed in the "phantom keys" workaround. Christian Groessler 2014-04-26 11:55:24 +02:00
  • 35689ef378 Merge pull request #113 from groessler/something_to_pull Oliver Schmidt 2014-04-25 13:41:01 +02:00
  • f290c1aa28 remove build warning Christian Groessler 2014-04-25 13:21:21 +02:00
  • f7f2069587 Avoided makeinfo warnings when Travis CI runs LinuxDoc Tools. Greg King 2014-04-24 13:03:52 -04:00