Commit Graph

  • b3eca51264 Add int decrement tests Colin Leroy-Mira 2023-11-12 22:48:58 +0100
  • 076137f41b Optimize lda/sta/lda and friends Colin Leroy-Mira 2023-11-12 22:35:24 +0100
  • 9242508abf Optimize substraction of 1 Colin Leroy-Mira 2023-11-12 22:15:03 +0100
  • 0eb38770bd Fixed const qualifiers on named structs/unions members that should prevent assignments to the whole structs/unions. Added warning on ignored qualifiers on anonymous structs/unions. acqn 2023-11-13 17:17:46 +0800
  • 2c10896dbf Update Apple 2 serial documentation Colin Leroy-Mira 2023-11-11 21:00:12 +0100
  • 496d02819b Implement SER_HS_NONE on Apple IIgs serial driver Colin Leroy-Mira 2023-11-06 20:05:35 +0100
  • 7492bb406a Revert "Apple 2 SSC: Handle SER_HS_NONE with no performance impact" Colin Leroy-Mira 2023-11-03 14:58:32 +0100
  • 0eafb6d1d5 Apple 2 SSC: Handle SER_HS_NONE with no performance impact Colin Leroy-Mira 2023-11-03 07:50:28 +0100
  • a20e7b385c Merge branch 'master' into fptest mrdudz 2023-11-01 15:23:49 +0100
  • 859b3878d5 Support inline, just always ignore it Nick Girardo 2023-10-31 21:08:42 -0400
  • baf4768c84 Merge branch 'master' into fptest mrdudz 2023-10-29 12:40:25 +0100
  • b7f4a9a93e Apple2 SSC: Implement no flow control Colin Leroy-Mira 2023-10-27 07:07:38 +0200
  • e3c2962b34 Merge branch 'master' into fptest mrdudz 2023-10-26 20:08:22 +0200
  • 73607361f5 Merge branch 'master' into fptest mrdudz 2023-10-26 20:03:47 +0200
  • bb2a367fcf Merge branch 'master' into fptest mrdudz 2023-10-26 17:40:07 +0200
  • a5be3ca37c Merge branch 'master' into fptest mrdudz 2023-10-26 17:10:20 +0200
  • d6dd1a1e21 Merge branch 'master' into fptest mrdudz 2023-10-26 16:57:59 +0200
  • 0e63e31e19 Merge branch 'master' into fptest mrdudz 2023-10-26 16:54:18 +0200
  • 1db3d87ac8 Merge branch 'master' into fptest mrdudz 2023-10-26 16:51:33 +0200
  • 547a1460e0
    Added some clarification to what inline assembly format specifiers do and don't do. ToboterXP 2023-10-24 21:03:45 +0200
  • 10776beddd Merge branch 'KIMLife' of github.com:davepl/cc65 into KIMLife Dave Plummer 2023-10-22 07:47:53 -0700
  • b106466e3a Circle and Moire Demo Dave Plummer 2023-10-19 19:50:41 -0700
  • 9e34ee0509 First working linedraw Dave Plummer 2023-10-19 15:07:44 -0700
  • 40eb17c86c Merge branch 'KIMLife' of github.com:davepl/cc65 into KIMLife Dave Plummer 2023-10-17 18:26:23 -0700
  • 73adf7ddb9 Add linedraw Dave Plummer 2023-10-16 20:44:23 -0700
  • 85b31b8274 Remove bin and object files Dave Plummer 2023-10-16 15:33:54 -0700
  • 8b13696719
    dangling spaces Bob Andrews 2023-10-16 19:26:54 +0200
  • e8e2c9940c
    more dangling spaces Bob Andrews 2023-10-16 19:26:05 +0200
  • fdd33e43eb
    remove tabs and dangling spaces Bob Andrews 2023-10-16 19:09:55 +0200
  • cc50972de2
    Delete samples/kim1/kimGFX.lst Bob Andrews 2023-10-16 18:59:19 +0200
  • 2ad8baf17f
    Delete samples/kim1/foo.lst Bob Andrews 2023-10-16 18:58:40 +0200
  • 35f2a84c2e Fix ACIA check so we don't enable RX/TX with IRQs on Colin Leroy-Mira 2023-10-15 15:26:58 +0200
  • fd128595c6
    remove more spaces :) Bob Andrews 2023-10-14 23:24:11 +0200
  • 9517553254
    remove dangling spaces Bob Andrews 2023-10-14 23:18:01 +0200
  • da1c33d152 Put back 6551 test as a last verification Colin Leroy-Mira 2023-10-14 21:51:31 +0200
  • 8cfa31fc9a Apple2 SSC: on IIgs, verify slot mode Colin Leroy-Mira 2023-10-12 07:58:40 +0200
  • 037628a24f Better check for 6551 Colin Leroy-Mira 2023-10-09 10:48:01 +0200
  • 4ea7c9cbd0 Merge branch 'master' into fptest mrdudz 2023-10-14 20:09:55 +0200
  • db7a38ea17 Merge branch 'master' into fptest mrdudz 2023-10-14 18:44:19 +0200
  • 2fa6d453a3 Unwind clearscreen Dave Plummer 2023-10-13 11:45:55 -0700
  • b3dad85de2 Remove reference to ramfont Dave Plummer 2023-10-13 10:42:16 -0700
  • 8d38d68b77 Fix makefile Dave Plummer 2023-10-13 10:41:21 -0700
  • 22d5dc6e32 Scrolling text working Dave Plummer 2023-10-13 10:35:09 -0700
  • 0b66b0c1ef Move cli in common out path Colin Leroy-Mira 2023-10-12 08:56:50 +0200
  • f92bd0356a Fix logic error on parameters checks Colin Leroy-Mira 2023-10-12 08:53:05 +0200
  • 6d1d4c138d Move hardware check to ser_install Colin Leroy-Mira 2023-10-12 08:39:35 +0200
  • 6e98ef543c Address code review comments Colin Leroy-Mira 2023-10-11 12:54:12 +0200
  • f891fe36d0 Do the IIgs check as documented Colin Leroy-Mira 2023-10-11 08:47:45 +0200
  • 4ceeb9c4ab Drawing text Dave Plummer 2023-10-10 17:09:32 -0700
  • 6ae563a4fb Spare cycles on IRQ path Colin Leroy-Mira 2023-10-10 21:33:17 +0200
  • 8d60de835a Don't check firmware at $C200, as we don't use it Colin Leroy-Mira 2023-10-10 21:17:44 +0200
  • 1c838e5db7 Invert vertical dimension on the screen Dave Plummer 2023-10-10 10:48:21 -0700
  • f1ee45c0f3 DrawText working Dave Plummer 2023-10-10 10:41:02 -0700
  • b12409b623 Fix register r/w timing Colin Leroy-Mira 2023-10-09 22:03:08 +0200
  • c32ca8bd27 ASCII to PETSCII lookup Dave Plummer 2023-10-09 19:09:08 -0700
  • c6cca00513 Cleanup Dave Plummer 2023-10-09 17:38:37 -0700
  • 6cd039469c DrawCircle in ASM Dave Plummer 2023-10-09 17:22:09 -0700
  • 72f4d2e99f CircleDraw Dave Plummer 2023-10-09 09:08:03 -0700
  • efd985a8df Merge branch 'KIMLife' of github.com:davepl/cc65 into KIMLife Dave Plummer 2023-10-08 19:47:52 -0700
  • df46a00008 Support for 60K MTU setup, work on asm setpixel Dave Plummer 2023-10-08 19:47:06 -0700
  • 45b2eb7fdd
    Update .gitignore David W Plummer 2023-10-08 17:07:47 -0700
  • 5226536b3e
    Update .gitignore David W Plummer 2023-10-08 17:07:28 -0700
  • 8a4768b6a2 Apple2: Change byte 0 test to "different than $E2" Colin Leroy-Mira 2023-10-07 08:12:02 +0200
  • 850007cb44 Document line_continuations feature. Evgeny Vrublevsky 2023-09-23 18:45:27 +0300
  • c8df241337 Add line_continuations feature that works as .LINECONT but in a consistent way with other features. Evgeny Vrublevsky 2023-09-23 14:19:11 +0300
  • 989429ad80 Address latest comments Colin Leroy-Mira 2023-10-03 17:56:20 +0200
  • ee71ba4b4c Re-introduce necessary comments, wit a clearer wording Colin Leroy-Mira 2023-10-03 17:48:54 +0200
  • e5a7ff4951 Remove useless comments Colin Leroy-Mira 2023-10-03 13:36:04 +0200
  • b8bd4bb91b Address code review comments Colin Leroy-Mira 2023-10-03 13:34:02 +0200
  • fac00cc556 Cleanup coding style a bit Colin Leroy-Mira 2023-09-30 11:09:27 +0200
  • 2e2bba6ce6 Add Apple IIgs serial driver Colin Leroy-Mira 2023-09-07 21:30:01 +0200
  • 65502d525b
    Merge ffe2eebdd4 into 4944c92f9a Eric Badger 2023-09-28 20:26:09 +0800
  • d78ab98644 Apple2: Always copy cmdline Colin Leroy-Mira 2023-09-26 22:27:17 +0200
  • 9c00f6628b Remove dangling spaces Dave Plummer 2023-09-17 19:23:28 -0700
  • 892d021207 Merge branch 'KIMLife' of github.com:davepl/cc65 into KIMLife Dave Plummer 2023-09-17 19:18:56 -0700
  • 4dff412f28 Remove dangling spaces Dave Plummer 2023-09-17 19:18:35 -0700
  • 1ba8a063c1
    Update kimTest.c with linefeed at end David W Plummer 2023-09-17 18:16:57 -0700
  • af2956284b Add newline to end Dave Plummer 2023-09-17 18:12:30 -0700
  • 2ad5f1b049 Remove tabs Dave Plummer 2023-09-17 18:11:00 -0700
  • 7bc41cf4ab
    Update Makefile David W Plummer 2023-09-17 18:05:06 -0700
  • a6f3c1bee6
    Merge branch 'cc65:master' into KIMLife David W Plummer 2023-09-16 10:14:00 -0700
  • e815523c7a Another two bytes saved Colin Leroy-Mira 2023-09-13 08:18:31 +0200
  • 9d1d624f1b Clearer wording for the firmware check Colin Leroy-Mira 2023-09-10 22:34:03 +0200
  • 41ffcc0e44 Make sure not to load ACIA driver on IIgs' Z8530 Colin Leroy-Mira 2023-09-10 21:13:27 +0200
  • 52aa3817ca Apple2enh: Handle IRQs without ProDOS Colin Leroy-Mira 2023-09-02 18:20:49 +0200
  • 95c0f16cf8 must...not..enable...debug mrdudz 2023-09-04 01:22:53 +0200
  • b7286ade4b checkstyle, ihre rezeptfreie Online Bestellung mrdudz 2023-09-04 01:12:54 +0200
  • ee46184c62 some cleanup, updated softmath with some google results :), updated readme mrdudz 2023-09-04 01:05:12 +0200
  • d771e86cdf wip deactivated hack and related tests mrdudz 2023-09-04 01:02:53 +0200
  • b6b691af31 Document what is possible with the IRQ-driven 6551 driver Colin Leroy-Mira 2023-09-03 10:51:03 +0200
  • c0061cdcfa logging mrdudz 2023-09-02 23:34:38 +0200
  • 3a4d0d9f0c remove woy stuff mrdudz 2023-09-02 23:33:51 +0200
  • 14c71cd958 remove woz float stuff and some test things mrdudz 2023-09-02 23:11:55 +0200
  • 83d3927a7f disable debug, ooops mrdudz 2023-09-02 06:58:12 +0200
  • c48cf428e9 fix division and multiplication for intvar vs floatvar mrdudz 2023-09-02 06:53:33 +0200
  • f0eadc69e1 fix a regression that sneaked in, all subtractions should work again mrdudz 2023-09-02 06:44:53 +0200
  • 341286bf16 fix float var - int const, fix int var - float var mrdudz 2023-09-02 02:42:34 +0200
  • 82346b24db fix int var - float const, fix float var - int var mrdudz 2023-09-02 01:56:18 +0200
  • a8e9783f1c fix int const - float var mrdudz 2023-09-02 01:12:00 +0200
  • fee2b834b0 fix float const - int var mrdudz 2023-09-02 00:08:21 +0200