1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-21 05:29:52 +00:00

Commit Graph

  • 575136c2d6 Disable IRQ if opening at 115200 bps Colin Leroy-Mira 2024-02-19 18:27:34 +0100
  • 96c7e2a313 Allow choosing 115200bps as the card allows it Colin Leroy-Mira 2024-02-19 13:27:42 +0100
  • 4d3153e10e add rp6502 xregn rumbledethumps 2024-02-17 16:02:57 -0800
  • f42e6a26b2 xstack bump to 512 rumbledethumps 2024-02-17 15:47:51 -0800
  • b8b263b38c
    Merge branch 'cc65:master' into master rumbledethumps 2024-02-17 14:54:12 -0800
  • 294b034920 Add configuration files for expanded VICs. Sven Michael Klose 2024-02-15 17:32:44 +0100
  • ab0eb4fe58
    oops Stefan 2024-02-15 09:03:46 +0100
  • 8d4946b3f4
    Fixed segv Stefan 2024-02-15 07:52:42 +0100
  • 3a7bd53956 Test strtok(). Sven Michael Klose 2024-02-15 01:05:35 +0100
  • 8173c850fd Fix size of MAIN to end at $1E00. Sven Michael Klose 2024-02-15 00:00:46 +0100
  • a310192da4 Use downwards copy on memcpy Colin Leroy-Mira 2024-02-14 19:58:27 +0100
  • 4bde3afd80
    Merge pull request #2410 from alexthissen/serial Bob Andrews 2024-02-12 12:50:02 +0100
  • 7d6f3d24d4 Changed sta (ptr1,x) to sta (ptr1) Reset serial status on ser_close Fixed error for saving serial state Alex Thissen 2024-02-11 23:12:27 +0000
  • 8b172e05bc Applied optimization as per review 42Bastian Alex Thissen 2024-02-11 20:59:08 +0000
  • 1deb9e52ae Replaced last literal value for SERCTL Alex Thissen 2024-02-11 15:46:23 +0000
  • acff429eb8 Added redeye check for SER_HS_SW handshake Alex Thissen 2024-02-11 15:33:22 +0000
  • 6cf8ee8eb5 Removed baud rates from 150 and lower. Fixed tab Replaced uploader references to SERIAL_INTERRUPT Alex Thissen 2024-02-10 21:15:05 +0000
  • 65bce9ecde Implemented mark and space checks. Alex Thissen 2024-02-09 12:54:00 +0000
  • 014f85f226 Fixed baud rates Alex Thissen 2024-02-09 10:42:52 +0000
  • 788ae82d30 Fixes to serial driver implementation Alex Thissen 2024-02-09 00:09:16 +0000
  • 2e9f846ecd
    Merge pull request #1 from cc65/master Germán Luis Aracil Boned 2024-02-08 21:27:32 +0100
  • b04d79b1da [SIM65] Support undocumented opcodes for 6502 Carlo Bramini 2024-01-04 13:12:52 +0100
  • d0c1b9a47b permissionsfix netpipe 2024-02-06 14:36:39 -0700
  • a858b58df5 helloworldasm netpipe 2024-02-06 14:25:26 -0700
  • 7029c8ca88 helloworld netpipe 2024-02-06 01:37:41 -0700
  • b68edfd9f6 testing netpipe 2024-02-06 01:04:44 -0700
  • 7b790cf883 add RIA_OP_CLOCK to asm inc rumbledethumps 2024-02-04 23:38:44 -0800
  • 46be595d41 Merge branch 'master' into fptest mrdudz 2024-02-03 17:26:36 +0100
  • 3dfe033000 update actions/upload-artifact@v3->actions/upload-artifact@v4, actions/cache@v3->actions/cache@v4 mrdudz 2024-02-03 17:02:08 +0100
  • 5acfb02794 update actions/checkout@v3 -> actions/checkout@v4 and microsoft/setup-msbuild@v1.1 -> microsoft/setup-msbuild@v2. lets see what happens :) mrdudz 2024-02-03 16:20:17 +0100
  • 934de685bc this is pr #2194 - removed ramfont.o mrdudz 2024-02-03 01:34:21 +0100
  • ce14f0f8ad
    Merge pull request #2401 from colinleroy/enabled-windows-tests-on-PR Bob Andrews 2024-02-02 21:59:09 +0100
  • a06431a8f9
    Merge pull request #2402 from colinleroy/a-bit-of-65c02-optimisations Bob Andrews 2024-02-02 21:58:04 +0100
  • eb503cc542
    Merge pull request #2390 from colinleroy/implement-shifts-by-7 Bob Andrews 2024-02-02 20:17:48 +0100
  • 1fab179cb4 a BIT of 65C02 optimisations Colin Leroy-Mira 2024-02-01 20:05:57 +0100
  • c4c6967e4a Enable Windows tests on pull requests Colin Leroy-Mira 2024-02-02 19:34:45 +0100
  • 2a03e5d8c9
    Merge pull request #2392 from colinleroy/asm-fputc-fputs Bob Andrews 2024-02-02 19:41:23 +0100
  • 128f261c3a
    Merge pull request #2389 from colinleroy/fix-2388 Bob Andrews 2024-02-02 18:25:39 +0100
  • 38ec35220e
    Delete samples/kim1/foo.lst Bob Andrews 2024-02-02 17:24:47 +0100
  • d5c84e7828
    Merge pull request #2398 from acqn/OptFix Bob Andrews 2024-02-02 17:20:31 +0100
  • c548bbbcf3 Fix #2395 Colin Leroy-Mira 2024-02-02 13:54:58 +0100
  • 54b423a99e
    fix test Bob Andrews 2024-02-02 13:13:57 +0100
  • 96d55e3703 Fixed optimization for char-size bitwise XOR/OR/AND when the rhs operand is complicated. acqn 2024-02-02 19:00:33 +0800
  • a7ac9b7ef2
    Merge pull request #2397 from colinleroy/bug-2395-test Bob Andrews 2024-02-01 23:09:12 +0100
  • 1e300bf768 Add test case for issue #2395 Colin Leroy-Mira 2024-02-01 20:13:05 +0100
  • 5a2d5ef7cd Add test case for issue #2395 Colin Leroy-Mira 2024-02-01 20:10:58 +0100
  • ce606bb19e Fix tests... Colin Leroy-Mira 2024-01-31 08:11:46 +0100
  • afd8ee627e Remove useless branching code in fgets Colin Leroy-Mira 2024-01-30 19:52:48 +0100
  • 2b97735d5d Factorize file pointer check Colin Leroy-Mira 2024-01-30 18:11:10 +0100
  • 1a5a7d67a7 Rewrite fputc in assembly Colin Leroy-Mira 2024-01-30 17:59:33 +0100
  • ba36071022 Rewrite fputs in assembly Colin Leroy-Mira 2024-01-30 17:51:00 +0100
  • eb1741dbcc Factorize file pointer check Colin Leroy-Mira 2024-01-30 17:11:10 +0100
  • ee8c8dfeda Rewrite fputc in assembly Colin Leroy-Mira 2024-01-30 16:47:17 +0100
  • b7d61ad0e2 Rewrite fputs in assembly Colin Leroy-Mira 2024-01-30 16:51:00 +0100
  • 8899f35c79 helloworld-c64 netpipe 2024-01-30 02:53:15 -0700
  • 7594af553a Fix #2388 Colin Leroy-Mira 2024-01-28 17:00:02 +0100
  • 9ffa2d05e6 rp6502 validate write_xstack count rumbledethumps 2024-01-30 00:17:28 -0800
  • 9a40748f3e Add cfg file, update clean Dave Plummer 2024-01-29 20:48:56 -0800
  • 20516923f6 Remove trailing spaces Dave Plummer 2024-01-29 20:31:04 -0800
  • 08de848079 Remove spaces from the end of lines Dave Plummer 2024-01-29 20:28:20 -0800
  • f1e3ba848f Remove dangling spaces and converts tabs to spaces Dave Plummer 2024-01-29 20:26:59 -0800
  • 80ee84f136 Remove tabs Dave Plummer 2024-01-29 20:22:59 -0800
  • d266e6901c Remove bins Dave Plummer 2024-01-29 20:14:18 -0800
  • 399f619d87
    Merge branch 'cc65:master' into KIMLife David W Plummer 2024-01-29 20:10:35 -0800
  • dd95d20268
    Merge branch 'cc65:master' into master rumbledethumps 2024-01-29 08:45:56 -0800
  • 7d7cf2d1e0 Implement aslax7/shlax7/asrax7/shrax7 Colin Leroy-Mira 2024-01-28 21:33:12 +0100
  • 51b946bf25
    Merge pull request #2387 from colinleroy/sim65-implement-remove Bob Andrews 2024-01-28 16:53:29 +0100
  • 0dd7b0c3a5 Implement __sysremove for sim65 Colin Leroy-Mira 2024-01-25 09:12:46 +0100
  • 8682095f9f
    Merge pull request #2384 from colinleroy/asm-realloc Bob Andrews 2024-01-27 00:28:17 +0100
  • 782dad23da
    Merge pull request #2382 from colinleroy/asm-gets Bob Andrews 2024-01-27 00:26:12 +0100
  • aa6f850b8d Rewrite gets in assembler Colin Leroy-Mira 2024-01-11 19:51:17 +0100
  • a8b870555e Rewrite realloc in asm Colin Leroy-Mira 2024-01-22 12:57:59 +0100
  • 65937684a0
    Merge pull request #2380 from colinleroy/asm-fgetc Bob Andrews 2024-01-26 20:12:41 +0100
  • ba6f9f5d3f
    Merge pull request #2381 from colinleroy/asm-fgets Bob Andrews 2024-01-26 19:36:57 +0100
  • 4b9bf9bb98
    Merge pull request #2386 from polluks/patch-12 Bob Andrews 2024-01-25 14:36:51 +0100
  • f1d95f1f07
    Added link for your interest Stefan 2024-01-25 11:27:54 +0100
  • 476591e8b7 Rewrite fgetc in asm Colin Leroy-Mira 2024-01-11 18:54:42 +0100
  • f7388cfb79 add fgets/fgetc test Colin Leroy-Mira 2024-01-11 18:30:13 +0100
  • ee3a542539
    Merge pull request #2383 from colinleroy/pmemalign-size-opt Bob Andrews 2024-01-24 21:26:50 +0100
  • a2d722639f
    Merge pull request #2385 from polluks/master Bob Andrews 2024-01-24 21:17:19 +0100
  • 9ba270d97b
    Merge pull request #2378 from colinleroy/fix-overflow-in-malloc-and-realloc Bob Andrews 2024-01-24 21:15:31 +0100
  • 34f37c873e
    Fixed comment Stefan 2024-01-24 16:32:45 +0100
  • ebf43ddb05
    Merge pull request #2379 from colinleroy/add-return-minus-1-helper Bob Andrews 2024-01-24 15:53:19 +0100
  • f0b5b02966 Swap in LC before destructors, ROM after Colin Leroy-Mira 2024-01-21 16:50:59 +0100
  • d0938b852c Swap in LC before destructors, ROM after Colin Leroy-Mira 2024-01-21 16:50:59 +0100
  • b87df9e1c6 Optimize -36 bytes out of posix_memalign Colin Leroy-Mira 2024-01-12 23:04:14 +0100
  • 1f820d0ae8 Rewrite fgets in asm Colin Leroy-Mira 2024-01-11 19:31:04 +0100
  • 5d49fde788 add a return -1 helper Colin Leroy-Mira 2024-01-11 18:19:13 +0100
  • 3e01ac9b04 Fix malloc and realloc overflow Colin Leroy-Mira 2024-01-15 20:30:20 +0100
  • bdd8e65464 Merge branch 'master' into fptest mrdudz 2024-01-23 23:47:15 +0100
  • 57e65a6bf6
    Merge pull request #2348 from colinleroy/time-functions-pass-2 Bob Andrews 2024-01-23 23:45:10 +0100
  • 13ddd734db
    Add note about contacting the devs when starting to work on huge patches Bob Andrews 2024-01-23 23:26:26 +0100
  • 2ba176372e Add beep for apple2 Colin Leroy-Mira 2024-01-18 13:55:18 +0100
  • 344d6e186a Merge branch 'master' into fptest mrdudz 2024-01-23 22:18:12 +0100
  • 6c7106c9d9
    Merge pull request #2377 from acqn/Diagnostics Bob Andrews 2024-01-23 22:16:35 +0100
  • ea83b9fa53
    Merge pull request #2347 from acqn/SrcFile Bob Andrews 2024-01-23 22:15:31 +0100
  • f755e8e396 Add beep for apple2 Colin Leroy-Mira 2024-01-18 13:55:18 +0100
  • de0cf828eb Fix malloc and realloc overflow Colin Leroy-Mira 2024-01-15 20:30:20 +0100
  • e54d027c4a (Easy -36 bytes on posix_memalign) Colin Leroy-Mira 2024-01-12 23:04:14 +0100
  • a5ce1155f3 Rewrite gets in assembler Colin Leroy-Mira 2024-01-11 19:51:17 +0100