Commit Graph

  • 2c03b9a1bc Added C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM. Greg King 2016-08-07 15:47:45 -04:00
  • d90dff5861 Merge pull request #328 from cacciatc/print-sym-name-incompatible-ptr-types Oliver Schmidt 2016-08-05 13:31:34 +02:00
  • 33b1d82791 Added the WDC65c02S WAI and STP mnemonics to the disassembler. Greg King 2016-08-02 16:38:39 -04:00
  • 9accf983e1 Reporting sym name for incompatible pointer types. Chris Cacciatore 2016-08-02 11:31:09 -07:00
  • ac17751699 Merge pull request #326 from dmlloyd/master greg-king5 2016-07-29 13:09:15 -04:00
  • 8f0146f14a Add missing WDC instructions David M. Lloyd 2016-07-28 11:43:52 -05:00
  • e7e65044e6 Used more mundane addressing in some of the instructions in "zlib/inflatemem.s". Greg King 2016-07-19 10:42:49 -04:00
  • fb53bfc25d Merge pull request #323 from bbbradsmith/rand_fix Oliver Schmidt 2016-07-14 21:58:26 +02:00
  • 32d000fb4c Fix broken rand() implementation. The high 8 bits were unused, reducing it to a 24-bit implementation (while still doing all the work for a 32-bit one). The best entropy is in the unused high byte, returning these bits in A instead of bits 8-15, which had considerably lower entropy (i.e. rand() & 255 was effectively a 16-bit LCG). Brad Smith 2016-07-11 20:48:47 -04:00
  • 06bb95d197 Merge pull request #322 from greg-king5/inflatemem Oliver Schmidt 2016-07-10 19:36:35 +02:00
  • c2945bf1ff Made the zlib's inflatemem()'s source file use enhanced instructions for all 65SC02-compatible CPUs (not only the 65C02). Greg King 2016-07-10 04:11:07 -04:00
  • 48448e6bbb Merge pull request #320 from groessler/something_to_pull Oliver Schmidt 2016-07-06 09:12:54 +02:00
  • 85d755f214 fix indentation Christian Groessler 2016-07-05 17:10:10 +02:00
  • 97b517a892 sim65: add command line parameter to print number of CPU cycles at exit Christian Groessler 2016-07-05 17:07:39 +02:00
  • a6eb7d0763 Fixed how ca65 handles some debug info from cc65. Greg King 2016-07-03 07:07:09 -04:00
  • 4014783275 Made the samples Makefile run cl65 only when we want a disk image. Greg King 2016-07-03 02:14:33 -04:00
  • 90b2f5aff8 Fixed some code that adjusts an index after a deletion from a collection. Greg King 2016-07-02 10:26:33 -04:00
  • dfea22389c Merge pull request #315 from skry/fixes Oliver Schmidt 2016-06-23 14:57:21 +02:00
  • ab10bd4014 Fix typo in samples makefile Joni Lapilainen 2016-06-23 15:41:03 +03:00
  • 5d9f4dc89d Made the overlay demo programs compile for CBM targets again. Greg King 2016-06-19 17:38:37 -04:00
  • c9e9679a06 Improved doc and samples default target. Oliver Schmidt 2016-06-19 18:55:00 +02:00
  • e47485f925 Added CONIO cursor support. Oliver Schmidt 2016-06-19 15:03:20 +02:00
  • 2ef43e425a Adjusted to recent change. Oliver Schmidt 2016-06-19 01:39:27 +02:00
  • 66561c23c1 Made Makefile actually work. Oliver Schmidt 2016-06-19 01:22:59 +02:00
  • 64c10aa2fe Minor simplification. Oliver Schmidt 2016-06-18 23:39:21 +02:00
  • 9bc096d9b0 Make use of doesclrscrafterexit(). Oliver Schmidt 2016-06-18 23:35:57 +02:00
  • 520641890d Merge pull request #313 from greg-king5/plus4-joy Oliver Schmidt 2016-06-18 23:23:55 +02:00
  • f91a7e749b Fixed the Plus/4 joystick driver. Greg King 2016-06-18 13:18:26 -04:00
  • a7323d399e Merge pull request #312 from groessler/atari-exec-devel Oliver Schmidt 2016-06-16 11:49:18 +02:00
  • a9c69bb8c9 A small rearrangement of instructions in Atari's exec() to let the comments make sense again. Christian Groessler 2016-06-16 00:47:13 +02:00
  • ec7751332f Fix exec() for atarixl target. Christian Groessler 2016-06-15 23:52:16 +02:00
  • 2c8b8d90bf Merge pull request #311 from groessler/something_to_pull Oliver Schmidt 2016-06-15 08:59:50 +02:00
  • d8dfc29297 Merge pull request #310 from groessler/atari-exec-devel Oliver Schmidt 2016-06-15 08:58:23 +02:00
  • d0faf471b8 Some improvements to Atari exec() after review. Christian Groessler 2016-06-14 20:44:57 +02:00
  • 4aa9a414c6 Fix doesclrscrafterexit() function on atarixl target. Christian Groessler 2016-06-13 21:16:27 +02:00
  • 94ba9575ec Implement exec() for Atari XDOS. Christian Groessler 2016-06-13 20:40:01 +02:00
  • 271b65aa70 Added hint on how to quit program. Oliver Schmidt 2016-06-12 23:48:19 +02:00
  • 98973ee901 Avoid warnings on monochrom targets (and remove unnecessary code). Oliver Schmidt 2016-06-12 22:56:26 +02:00
  • 524813ff60 Allow to build samples from the main Makefile. Oliver Schmidt 2016-06-12 22:54:23 +02:00
  • 4fc27ffc98 Merge pull request #309 from greg-king5/map-zero Oliver Schmidt 2016-06-11 16:13:24 +02:00
  • 573381a340 Allowed character code zero to be remapped with other character codes. Greg King 2016-06-11 06:43:19 -04:00
  • e95d07aa97 Merge pull request #308 from greg-king5/funcref Oliver Schmidt 2016-06-09 08:57:03 +02:00
  • 0835985999 Updated the function reference document. Greg King 2016-06-08 21:05:00 -04:00
  • 2f486b6201 Merge pull request #307 from groessler/something_to_pull2 Oliver Schmidt 2016-06-07 15:13:28 +02:00
  • 5705d0b55b Use 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common. Fix include/atari.h formatting. Christian Groessler 2016-06-07 15:05:00 +02:00
  • 308767cbae fix wrong header reference in doesclrscrafterexit() description Christian Groessler 2016-06-07 12:22:25 +02:00
  • 346d88a6a7 Add issues from pull request #307. Christian Groessler 2016-06-07 12:05:28 +02:00
  • effdc58d88 Merge pull request #306 from groessler/something_to_pull Oliver Schmidt 2016-06-07 10:21:59 +02:00
  • c7874b9f60 Add Atari version of of doesclrscrafterexit(). Christian Groessler 2016-06-07 00:42:51 +02:00
  • 27841c7b40 Some Atari runtime library fixes. Christian Groessler 2016-06-06 22:45:20 +02:00
  • 13482984ca Introduced internal gotoxy that pops both parameters. Oliver Schmidt 2016-06-05 14:58:38 +02:00
  • d670998814 Added Apple II version of doesclrscrafterexit(). Oliver Schmidt 2016-06-05 13:00:37 +02:00
  • 02b8469875 Added full stop. Oliver Schmidt 2016-06-03 21:21:22 +02:00
  • 6f0b57fe51 Added chrcvt65 to the Visual Studio project. Oliver Schmidt 2016-06-03 11:37:15 +02:00
  • 8dd003d2b3 Added --print-target-path option. Oliver Schmidt 2016-06-03 11:08:53 +02:00
  • 9f01392922 Write overlays to d64 image. Oliver Schmidt 2016-06-02 20:49:10 +02:00
  • ce45f75987 Harmonized goal name. Oliver Schmidt 2016-06-01 23:51:43 +02:00
  • d653054d98 Allow usage of C1541 environment variable. Oliver Schmidt 2016-06-01 23:48:09 +02:00
  • 24256256fb Removed shell for-loop. Oliver Schmidt 2016-06-01 23:45:27 +02:00
  • 38778cdeb6 Don't cleanup files "just in case". Oliver Schmidt 2016-06-01 23:04:46 +02:00
  • 1ab725e526 Don't hide build commands. Oliver Schmidt 2016-06-01 23:00:37 +02:00
  • 506e44fb5d Corrected cleanup semantics. Oliver Schmidt 2016-06-01 22:50:42 +02:00
  • b75e36bba1 Don't ignore more than necessary. Oliver Schmidt 2016-06-01 22:36:38 +02:00
  • ec06d162bd Fixed clean goal on Windows. Oliver Schmidt 2016-06-01 22:14:30 +02:00
  • d78b44f8c6 Adjusted to the cc65 Makefile style. Oliver Schmidt 2016-06-01 21:08:47 +02:00
  • 6fca6897cd Removed tab characters. Oliver Schmidt 2016-06-01 20:59:33 +02:00
  • d455263e66 Don'r presume that the C64 is the only target. Oliver Schmidt 2016-06-01 19:46:02 +02:00
  • 3c8fd588f6 Don't fiddle with foreign files. Oliver Schmidt 2016-06-01 19:41:51 +02:00
  • 04dc8e340c Merge pull request #305 from silverdr/target_goodies Oliver Schmidt 2016-06-01 16:44:57 +02:00
  • b7e7d1496b corrected all samples and samples.d64 targets Patrycjusz R. Łogiewa 2016-06-01 16:37:05 +02:00
  • 89329f1519 Merge pull request #287 from silverdr/target_goodies Oliver Schmidt 2016-06-01 11:01:56 +02:00
  • f1a052f259 Merge pull request #303 from groessler/something_to_pull Oliver Schmidt 2016-05-31 12:47:11 +02:00
  • 0114a850d9 Atari, getdefdev.s: use mnemonics for 'crvec'. Christian Groessler 2016-05-31 12:24:21 +02:00
  • 1a436d897e Merge pull request #304 from groessler/something_to_pull2 Oliver Schmidt 2016-05-31 11:45:40 +02:00
  • 4d02d47832 Use atexit() to wait for key press at program ternination. Christian Groessler 2016-05-31 10:38:02 +02:00
  • c1f17e9c18 Atari: make __getdefdev function ROM-friendly Christian Groessler 2016-05-31 09:28:53 +02:00
  • 9523fa2d33 Atari: get current drive on XDOS Christian Groessler 2016-05-31 07:37:58 +02:00
  • 4dcfc036c8 samples zip and install targets moved into samples/Makefile as agreed Patrycjusz R. Łogiewa 2016-05-30 17:42:01 +02:00
  • b979fb5763 Minor adjustment to recent change. Oliver Schmidt 2016-05-30 14:31:53 +02:00
  • 37ad190820 Merge pull request #302 from groessler/something_to_pull Oliver Schmidt 2016-05-30 14:29:56 +02:00
  • a6c306500a Small optimization in apple2 exec.s. Christian Groessler 2016-05-30 14:16:37 +02:00
  • e36a636eee Indenting optimised Patrycjusz R. Łogiewa 2016-05-29 16:34:22 +02:00
  • ac5bb6707d Post-review changes Patrycjusz R. Łogiewa 2016-05-29 16:19:03 +02:00
  • 7845f1b1ca Merge pull request #300 from clbr/ld65 Oliver Schmidt 2016-05-28 12:02:22 +02:00
  • 8951e74ba7 ld65: Be more verbose in token errors Lauri Kasanen 2016-05-27 20:03:58 +03:00
  • aa4a7735d7 Merge pull request #297 from groessler/something_to_pull Oliver Schmidt 2016-05-26 23:36:22 +02:00
  • 9eee35468c Merge pull request #294 from greg-king5/standard-functions Oliver Schmidt 2016-05-25 10:36:57 +02:00
  • 55b4b00449 Merge pull request #298 from groessler/something_to_pull2 Oliver Schmidt 2016-05-25 10:31:41 +02:00
  • e2d14291b7 make BSS segment optional in atari-cassette.cfg Christian Groessler 2016-05-25 01:29:00 +02:00
  • b3d7c09ba1 forgot to add the new file atari/is_cmdline_dos.s in my last commit... Christian Groessler 2016-05-25 01:06:53 +02:00
  • da65866e24 Atari: add new function '_is_cmdline_dos()' and some other small changes. Christian Groessler 2016-05-25 00:51:40 +02:00
  • 8d5717b57a Small optimization of some cc65-generated loops. Greg King 2016-05-24 15:52:12 -04:00
  • a76153cb9f Merge pull request #295 from groessler/something_to_pull Oliver Schmidt 2016-05-24 16:18:36 +02:00
  • 2abbd94492 Fix style issue. Christian Groessler 2016-05-24 15:47:34 +02:00
  • 2dd8f9f5ef atari.h: update _dos_type values Christian Groessler 2016-05-24 04:37:35 +02:00
  • 6d7dfad80b add support for XDOS command lines Christian Groessler 2016-05-24 02:57:21 +02:00
  • 03cb0bd2fd atari.inc: add XDOS defines and remove trailing whitespace Christian Groessler 2016-05-24 00:10:47 +02:00
  • 759f5f5f48 docs for targets with target utilities adjusted Patrycjusz R. Łogiewa 2016-05-18 16:42:51 +02:00
  • cc747946b2 removed variable usage Patrycjusz R. Łogiewa 2016-05-16 22:35:24 +02:00
  • 9c3f89fa1f ignoring zip target output Patrycjusz R. Łogiewa 2016-05-16 22:34:43 +02:00