Commit Graph

  • b225adaf03 Fixed isgraph() and ispunct() (macroes and library functions). Greg King 2013-05-01 15:04:36 -04:00
  • b1c38729d0 Exclude apple2enh-only functionality from apple2 biuld on source code level. Oliver Schmidt 2013-05-01 22:02:47 +02:00
  • 6891862bbe Adjusted include directive for local header. Oliver Schmidt 2013-05-01 21:53:30 +02:00
  • 42494c6323 Removed obsolete files. Oliver Schmidt 2013-05-01 14:01:42 +02:00
  • 4da29d157a Marked files to be excluded from build. Oliver Schmidt 2013-05-01 14:00:01 +02:00
  • f94ac40637 Replace only actually changed archive members. Oliver Schmidt 2013-04-29 17:14:08 +03:00
  • 780f38acd5 Most hosts require the math library to be linked explicitly. Oliver Schmidt 2013-04-29 17:03:14 +03:00
  • 18e00a1f9b Made compatible with GNU make 3.81 Oliver Schmidt 2013-04-29 17:01:00 +03:00
  • 815854c514 Removed unmaintained Makefile and file lists. Oliver Schmidt 2013-04-28 22:50:09 +02:00
  • de5879d277 No Windows installer here. Oliver Schmidt 2013-04-28 22:35:53 +02:00
  • 9fece990be Replaced elaborate install logic with just a bunch of symlinks. Oliver Schmidt 2013-04-28 22:30:18 +02:00
  • b5a735a58e Removed obsolete Makefiles. Oliver Schmidt 2013-04-27 17:47:20 +02:00
  • f2f3c8addf No copyright message here. Oliver Schmidt 2013-04-27 17:39:52 +02:00
  • 052b229f86 Replaced whole bunch for Makefiles with a single generic Makefile. Oliver Schmidt 2013-04-27 17:19:52 +02:00
  • ede72d78b2 Allow to supply searchpath defines as simple values instead of escaped C strings. Oliver Schmidt 2013-04-27 16:54:09 +02:00
  • 9d6ab944b8 Added projects for the remaining binaries to the MS VS 2010 solution. Oliver Schmidt 2013-04-27 09:21:02 +02:00
  • 58a7fec4ba If an Amiga specific spawnvp() is the only alternative it seems save to classify the UNIX specific spawnvp() as default. Oliver Schmidt 2013-04-27 09:19:41 +02:00
  • b45b6789a4 In general "\%s" doesn't seem to be a valid printf format specifier. Given where it originally came from and how OneLine() is used elsewhere I'm pretty sure that it should rather read "%s". Oliver Schmidt 2013-04-26 21:54:54 +02:00
  • 5bf9ccb19c Merge pull request #2 from greg-king5/scrcode Oliver Schmidt 2013-04-26 11:58:28 -07:00
  • 662aef4efa Made CBM scrcode assembly-macro properly handle all 256 codes. And, made it smaller. Greg King 2013-04-25 12:32:49 -04:00
  • 3afc8ddcf3 Merge pull request #1 from greg-king5/master Oliver Schmidt 2013-04-23 06:08:55 -07:00
  • d57ae65aad Stopped interrupt dispatcher from being linked even when there are no interruptors. Put ld65's CONDES import names into object module's list instead of linker's list. Greg King 2013-04-22 15:55:52 -04:00
  • bfc362f79c Finetuned project files for build server compatibility. Oliver Schmidt 2013-04-12 23:24:48 +02:00
  • fce1d5783f Added MS VS 2010 solution with projects for the major binaries. Oliver Schmidt 2013-04-10 19:30:36 +02:00
  • 9de26e0028 Simplified Git usage. Oliver Schmidt 2013-04-10 19:28:52 +02:00
  • 97d2d92fb5 Allow for warning-free build of cl65 with MS VC on warning level 3. Oliver Schmidt 2013-04-09 23:32:18 +02:00
  • d38b008080 Allow for warning-free build of ld65 with MS VC on warning level 3. Oliver Schmidt 2013-04-09 23:10:57 +02:00
  • da255245ad Adjusted comment. Oliver Schmidt 2013-04-09 23:10:35 +02:00
  • 37c492b544 Replaced builtin linker configs with ordinary .cfg files. Oliver Schmidt 2013-04-09 23:09:46 +02:00
  • 4757642a12 No copyright message here. Oliver Schmidt 2013-04-07 23:34:38 +02:00
  • 662af3d67c Allow for warning-free build of ar65 with MS VC on warning level 3. Oliver Schmidt 2013-04-07 23:34:16 +02:00
  • be83b87463 Allow for warning-free build of cc65 with MS VC on warning level 3. Oliver Schmidt 2013-04-07 22:26:19 +02:00
  • ef803fed05 No SVN version here. Oliver Schmidt 2013-04-07 22:25:49 +02:00
  • ffb8595440 Allow for warning-free build of common with MS VC on warning level 3. Oliver Schmidt 2013-04-07 22:19:23 +02:00
  • 365668785c Allow for warning-free build of ca65 with MS VC on warning level 3. Oliver Schmidt 2013-04-07 22:17:24 +02:00
  • 29c522fc5a No copyright message here. Oliver Schmidt 2013-04-07 22:14:16 +02:00
  • 54299fae5a Replaced builtin macro packages with .mac files that are included like ordinary .inc files. Oliver Schmidt 2013-04-07 22:10:30 +02:00
  • 414a59ce65 Fixed typos. Oliver Schmidt 2013-04-02 17:29:13 +03:00
  • 2250698f81 Fixed typos. Oliver Schmidt 2013-04-02 17:24:21 +03:00
  • cf0463efe3 Fixed typo. Oliver Schmidt 2013-04-02 17:15:02 +03:00
  • 1dae347ac5 Minor consistency improvement. Oliver Schmidt 2013-03-30 17:19:54 +01:00
  • 54b0c3e3cc The Apple II library startup code requires Applesoft. Oliver Schmidt 2013-03-30 17:18:45 +01:00
  • fcea8951f1 No linuxdoc here. Documenation is to be maintained as HTML in branch 'gh-pages'. Oliver Schmidt 2013-03-25 00:50:52 +01:00
  • 5a326da111 Added "the usual suspects". Oliver Schmidt 2013-03-21 22:23:38 +01:00
  • e6aa00b339 Reorder CF_xxx flags so that they can be used as table index. uz 2013-03-06 12:53:07 +00:00
  • 2e5823d43d Save some bytes by sharing the code doing the actual vector setting. Note: Jumping from segemnt INIT to segment CODE is okay while the other way wouldn't be. ol.sc 2013-02-14 16:48:05 +00:00
  • 4a5bd362ac Removed unnecessary include. ol.sc 2013-02-14 16:16:57 +00:00
  • 9547f6f584 Fixed copy&paste bug. ol.sc 2013-02-13 07:48:37 +00:00
  • 0205906707 Remove needless instruction to make the code assemble. uz 2013-02-13 07:31:04 +00:00
  • 7c9171ee87 Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors. ol.sc 2013-02-12 22:39:38 +00:00
  • 1607b05104 Just some beautification. ol.sc 2013-02-12 20:55:19 +00:00
  • 378101ea52 Added missing __CALLIRQ__ import attribute. ol.sc 2013-02-12 20:22:27 +00:00
  • e8964cde74 Quick fix for a problem in the OptLoad3 function. The fix isn't perfect and may fail for inline assembly code, but at least it's less buggy than before. uz 2013-02-12 19:51:11 +00:00
  • 274a7210e7 Fixed several issues where an object file reference or line infos were accessed when they in fact didn't exist, because the symbol was linker generated (in the config or on the command line). uz 2013-02-10 20:56:13 +00:00
  • fd679d92d0 Fixed a problem: When a struct or unit was declared with a tag name, it was possible to use the opposite type with the tag name. That is "struct a" after declaring "union a" and vice versa. uz 2013-02-02 22:31:26 +00:00
  • 41cac25914 Fixed a typo. uz 2013-01-31 11:30:01 +00:00
  • 0ac072b290 Add lynx_snd_stop_channel karri 2013-01-28 19:43:10 +00:00
  • a658c56774 Add lynx_snd_stop_channel karri 2013-01-28 19:42:02 +00:00
  • dc0292d405 Export lynx_snd_active karri 2013-01-28 17:52:38 +00:00
  • 6325769580 Add lynx_snd_active karri 2013-01-28 17:50:59 +00:00
  • 0137681d77 Update sound driver karri 2013-01-28 17:42:18 +00:00
  • 8a7b84247c tgi_free_vectorfont maps to free and must therefore be fastcall. uz 2013-01-27 14:45:42 +00:00
  • cc2ac01d73 Typo fix by Stefan Haubenthal. uz 2013-01-27 14:44:04 +00:00
  • 331bd78406 TGI function doc update by Stefan Haubenthal. uz 2013-01-27 14:41:09 +00:00
  • 0dc4f64cfe tgi_free_vectorfont maps to free and must therefore be fastcall. uz 2013-01-27 14:39:35 +00:00
  • bbef4c04a1 Added note about behaviour of --local-strings (Greg King). uz 2013-01-26 23:00:39 +00:00
  • 0eed753578 Prevent a literal string that is an argument for sizeof to be output into the literal pool. uz 2013-01-25 20:45:40 +00:00
  • 63a0813979 Fix an error in ReleaseLiteral. uz 2013-01-25 20:39:43 +00:00
  • fa722e351a The scrcode macros lost the last argument in the recursive call. uz 2013-01-22 21:28:26 +00:00
  • 7dea2a98d9 Add small note about availability of the copydata library routine. uz 2013-01-19 17:12:42 +00:00
  • deb18b8e1e typo in the doc corrected, tabs adjusted silverdr 2013-01-15 11:30:11 +00:00
  • 9fce84c722 Added a new feature "underline_in_numbers" requested by thefox. Using underlines it is possible to group the digits for easier reading. uz 2013-01-12 19:07:31 +00:00
  • ee5216f69b Patch by Greg King: Added the new graphics driver's name to the Atmos header. Added its description to the Atmos document. uz 2013-01-09 20:25:05 +00:00
  • 3f677208d4 Bugfix by Stefan Haubenthal. uz 2013-01-07 20:28:59 +00:00
  • bf91be8790 Small fixes by Christian Krüger. uz 2013-01-07 20:25:45 +00:00
  • d6290e0a0f Do an additional run of duplicate loads at the end of OptGroup4. uz 2013-01-07 20:17:50 +00:00
  • a302df3cc1 Patch by Greg King: Added a TGI text translator and a palette graphics driver to Atmos library. uz 2013-01-07 19:37:18 +00:00
  • 0a5bf82797 Patch by Greg King: Added TGI_COLOR_* definitions to the Atmos C header file. uz 2013-01-07 19:33:23 +00:00
  • 33833e1bf4 Declare more internal TGI kernel variables. Not really usable for standard programs, but can be useful for testing. uz 2013-01-07 19:32:55 +00:00
  • eadd7c7ade Patch by Greg King: The Oric Atmos graphics driver tries to be both a black-and-white driver and a color-palette driver, at the same time. That cannot work on the Oric's architecture. This patch makes it be only a black-and-white driver. uz 2013-01-07 19:30:55 +00:00
  • 03e6556457 Fixed a bug in the function that generates register info: For tosaslax the check for a known output value of A was wrong. uz 2013-01-01 21:09:16 +00:00
  • 0277ec8534 typo corrected silverdr 2012-12-30 22:33:23 +00:00
  • dc776e1303 rename lynx_snd_pause karri 2012-12-17 17:50:28 +00:00
  • 2f860697b8 Optimize low color packed sprites karri 2012-12-17 17:48:56 +00:00
  • 4697cf255f Add __fastcall__ stuff karri 2012-12-17 17:31:07 +00:00
  • 1cfe0edee2 Add sound support karri 2012-12-12 14:30:20 +00:00
  • 3ed3ff68c5 Work in progress karri 2012-12-12 14:29:39 +00:00
  • 7e5149d7f5 Add basic sound support karri 2012-12-11 12:33:50 +00:00
  • 1a9c23616b Add sound routine support karri 2012-12-11 06:27:14 +00:00
  • b939a22f68 Define timer 7 for sound karri 2012-12-11 05:56:59 +00:00
  • a7bd8bbc62 Fix bug in cls karri 2012-12-02 11:45:36 +00:00
  • c7f6e87e10 Add collision indices to all sprites jsut in case karri 2012-12-01 13:32:24 +00:00
  • 39438c19f1 Make positions signed karri 2012-11-27 06:46:20 +00:00
  • 6eefd591c1 Moved the string that contains the ascii representation of LONG_MIN into its own file. uz 2012-11-26 16:28:46 +00:00
  • c7d6712023 Fix types karri 2012-11-21 13:11:52 +00:00
  • 7b3e3b99a3 Add collision screen erasure to tgi_clear karri 2012-11-21 13:11:18 +00:00
  • 8d545b2e17 Add erasure of collision buffer to tgi_clear karri 2012-11-20 06:19:50 +00:00
  • 2c5e0f13a1 Remove duplicate definition for sprites karri 2012-11-17 08:23:38 +00:00
  • 369f702860 Fixed typo. ol.sc 2012-11-16 22:47:34 +00:00
  • 7cda393a82 Add edge parameter karri 2012-11-14 19:08:24 +00:00