Commit Graph

  • 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
  • d2bb12d17a Avoided some makeinfo warnings when Cygwin runs LinuxDoc Tools. Greg King 2014-04-25 03:33:53 -04:00
  • 92b32d7d0e atari5200 update: simple conio "hello world" works now Christian Groessler 2014-04-25 03:02:44 +02:00
  • ec417c0dc5 Merge remote-tracking branch 'upstream/master' into a5200 Christian Groessler 2014-04-25 02:07:44 +02:00
  • 54be6de9bc Workaround for "phantom" key presses in the C128 "1351" mouse driver. Christian Groessler 2014-04-25 00:21:41 +02:00
  • e4f8b6fef0 Avoided makeinfo warnings when Travis CI runs LinuxDoc Tools. Greg King 2014-04-24 13:03:52 -04:00
  • aaa4ff55be Merge pull request #111 from groessler/something_to_pull Oliver Schmidt 2014-04-24 11:29:40 +02:00
  • 4a1eff1d84 Document mouse callbacks and some other small changes. Christian Groessler 2014-04-24 02:02:02 +02:00
  • 401e18d982 Put mouse cursor shape definition into .rodata. Christian Groessler 2014-04-24 02:01:30 +02:00
  • 4406307c2f Make the hooking and unhooking of the interrupt interrupt safe. Christian Groessler 2014-04-24 00:27:06 +02:00
  • 4b170b303a Merge pull request #110 from greg-king5/typo Oliver Schmidt 2014-04-23 22:13:25 +02:00
  • 9e3154220c Merge pull request #106 from groessler/something_to_pull Oliver Schmidt 2014-04-22 20:01:43 +02:00
  • 608dbc2cec Workaround for "phantom" key presses in the C128 "joystick" mouse driver. Christian Groessler 2014-04-22 15:48:49 +02:00
  • d4c9b25b2f Merge pull request #108 from groessler/something_to_pull2 Oliver Schmidt 2014-04-22 13:50:55 +02:00
  • 2059e34114 rename ser_libref.s to serref.s in order to be consistent with other targets Christian Groessler 2014-04-22 13:41:57 +02:00
  • eefd33d309 Split libref.s into multiple files to prevent inclusion of unnecessary code. Christian Groessler 2014-04-22 12:48:36 +02:00
  • 7eaf721e7c Selection whether to use page 6 for mouse P/M data is not done in Makefile.inc, like the other compile-time options. Small fix in the P/M mouse "show" routine: adapt mouse cursor colors to current screen colors. Christian Groessler 2014-04-21 11:39:46 +02:00
  • bf2e79f30c Fixed typos. And, fixed descriptions of where ld65 looks for files. Greg King 2014-04-20 11:30:47 -04:00
  • 88e3e60550 address issue raised in the pull request; add support to not use page 6 again Christian Groessler 2014-04-15 11:36:27 +02:00
  • cbc2179887 Merge pull request #107 from greg-king5/url Oliver Schmidt 2014-04-14 12:53:19 +02:00
  • bb9aa7558f Fixed the SGML <htmlurl> and <url> tags. Greg King 2014-04-14 05:54:13 -04:00
  • 526b440b24 - always use page 6 for P/M mouse cursor - make cursor character of text mode callback configurable - change default cursor character of text mode callback from 'plus' to 'diamond' - set P/M callback as default Christian Groessler 2014-04-11 23:46:53 +02:00
  • 661203a89a initial version of a P/M mouse callback Christian Groessler 2014-04-10 02:31:28 +02:00
  • 4e14a9dbb9 Merge pull request #105 from greg-king5/author Oliver Schmidt 2014-04-09 09:54:07 +02:00