Commit Graph

  • bf4c9c3c8c Fix handling of IRQs that occur when ROM is active Richard Halkyard 2019-10-29 22:45:22 -05:00
  • 89c8a988bf Use Kernal locations for serial buffer ptrs Richard Halkyard 2019-10-29 22:44:29 -05:00
  • 3bd4d05598 TGI driver and matching linker config for Plus/4 Richard Halkyard 2019-10-27 10:22:35 -05:00
  • 1d39863a60 vic20/cputc: Fix incorrect CRAM_PTR at startup when using conio Curt J. Sampson 2019-10-09 21:05:00 +09:00
  • 128991d868 libsrc/*/kplot.s: Use cbm_kernal.inc symbols, not hardcoded addrs Curt J. Sampson 2019-10-24 13:46:41 +09:00
  • 9fa90e2265 Added VERA peek() and poke() to the cx16 library. Greg King 2019-10-24 05:15:42 -04:00
  • 1074d35a15 remove bra Fabrizio Caruso 2019-10-16 23:22:41 +02:00
  • e4b60e1068 Remove useless tax Fabrizio Caruso 2019-10-16 13:30:58 +02:00
  • da01286037 Tentative solution for cgetc in Lynx Fabrizio Caruso 2019-10-15 22:25:26 +02:00
  • f3d898d6a3 Added the GIF switch to the X16 emulator's control port. Greg King 2019-10-15 12:10:34 -04:00
  • 55444b8337 Removed redundant LDA Stephan Mühlstrasser 2019-09-17 20:23:36 +02:00
  • 7547c4c77c Address review comments Stephan Mühlstrasser 2019-09-17 20:03:51 +02:00
  • 668273cdf5 Remove source file that was only used for testing Stephan Mühlstrasser 2019-09-04 19:33:14 +02:00
  • 8704d42005 Remove obsolete comment Stephan Mühlstrasser 2019-09-03 10:04:30 +02:00
  • eb2317d014 Restructured according to review Stephan Mühlstrasser 2019-09-02 20:52:16 +02:00
  • e2007d0743 New OSI input routine based on disassembly of ROM code. Jeff Tranter 2018-01-04 19:04:13 -05:00
  • 9a3e521358 small m and n fixed Fabrizio Caruso 2019-10-13 12:32:54 +02:00
  • bac6f94929 Fix 127 (second left arrow) Fabrizio Caruso 2019-10-13 12:13:46 +02:00
  • b91e233714 Fix left arrow (char 77=13+64) Fabrizio Caruso 2019-10-13 11:30:21 +02:00
  • d04f7935c3 M N fixed Fabrizio Caruso 2019-10-13 11:23:09 +02:00
  • 0210d76694 Fix 4 Fabrizio Caruso 2019-10-13 10:41:44 +02:00
  • 5eda1c256c Fix char 35 38 42 47 52 Fabrizio Caruso 2019-10-13 10:27:09 +02:00
  • 4f24a06f0e Fixed error handling for missing names in ld65 configure files. Greg King 2019-10-12 07:59:49 -04:00
  • e660a49347 [cx16] Update ROM banks to new mapping LRFLEW 2019-10-07 13:36:54 -05:00
  • f3f15cfd25 Fixed problems with the Atari Lynx's TGI driver. Greg King 2019-10-12 04:01:03 -04:00
  • 39b10f9599 Added new program descriptions to the list. Greg King 2019-10-11 10:48:56 -04:00
  • 216105f6df Update comments in rand.s LRFLEW 2019-10-09 01:42:50 -05:00
  • 3994fee595 Significantly faster rand() implementation LRFLEW 2019-10-07 22:37:34 -05:00
  • fb260ef17f Init is no longer in crt0.s Fabrizio Caruso 2019-10-09 09:23:57 +02:00
  • 7706ea2f13 Improve comments Fabrizio Caruso 2019-10-07 11:41:29 +02:00
  • 1b1d29ca9e Comments Fabrizio Caruso 2019-10-07 11:36:57 +02:00
  • 40cf719068 Use decimal for lcd size initialization Fabrizio Caruso 2019-10-06 20:30:30 +02:00
  • b051c913e9 Add supervisionhello in samples/Makefile Fabrizio Caruso 2019-10-06 15:19:45 +02:00
  • eb83a3fd0f Improve helloworld example for Supervision Fabrizio Caruso 2019-10-06 13:41:02 +02:00
  • 915836b3ec Improve init code readability Fabrizio Caruso 2019-10-06 13:00:37 +02:00
  • cdb8035cf0 Move screen init into crt0.s Fabrizio Caruso 2019-10-03 23:32:16 +02:00
  • 74a904be54 Hello world example for the Supervision Fabrizio Caruso 2019-10-03 22:46:34 +02:00
  • 96547d1dd4 Fix colors for #948 Stefan 2019-10-09 10:03:38 +02:00
  • 9bd92178b6 Fix Gamate RVS Fabrizio Caruso 2019-10-03 18:47:10 +02:00
  • 2e5fbe89cd Made the "none" CPU allow all address sizes. Greg King 2019-10-02 10:09:48 -04:00
  • 9dfc8f84bc Fixed cgetc(). Greg King 2019-10-01 05:30:36 -04:00
  • 3cece61525 Added character codes to change between the two CBM fonts. Greg King 2019-10-01 04:16:44 -04:00
  • d7ec817f0a Fixed a typo in the cx16 document. Greg King 2019-09-30 10:41:21 -04:00
  • 2546c6ba1c Put the C64 code into cx16/_scrsize.s. Greg King 2019-09-28 01:38:16 -04:00
  • 6cae84a25d Updated the cx16 start-up to the emulator's release 32. Greg King 2019-09-28 00:54:27 -04:00
  • 18afc7c703 Created a target and a library for the Commander X16 prototype computer. Greg King 2019-09-27 03:38:51 -04:00
  • 0896deedef Added a .ORG keyword to ca65 structs/unions. Greg King 2019-09-11 17:55:49 -04:00
  • 3b128ba59f Use MACHID to check for realtime clock. Oliver Schmidt 2019-09-10 09:49:06 +02:00
  • c53b167307 Added a charmap header that converts no character encodings. Greg King 2019-09-07 18:50:11 -04:00
  • 4e3abf417f Use the word 'macros' universally (not macroes) Jeremy Chadwick 2019-08-26 12:16:22 -07:00
  • 57b997355f Grammatical modifications Jeremy Chadwick 2019-08-24 03:49:32 -07:00
  • cc373cc41d doc: clarify need for .IMPORT on some special symbols Jeremy Chadwick 2019-08-23 23:36:43 -07:00
  • 3d63a8bb62 Cleaning jede 2019-07-26 23:11:34 +02:00
  • 3b07b8b8e3 Add cclear and cclearxy jede 2019-07-26 23:04:54 +02:00
  • a0db846a97 Allowed old-style (K and R) function declarations to be fastcall. Greg King 2019-07-22 09:05:01 -04:00
  • cceffbdb8c Fix bug $FF jede 2019-07-21 18:38:17 +02:00
  • e7bb0aad19 Fix comment and gotox force colour change jede 2019-07-21 11:01:14 +02:00
  • 996537282c Cleaning import variables jede 2019-07-21 10:57:17 +02:00
  • 848df36f6b Optimize Clrscr jede 2019-07-21 10:56:32 +02:00
  • 0fe98a7ca8 Fix bgcolor and textcolor must return last color, jmp remove. jede 2019-07-18 20:48:10 +02:00
  • f9e13abc11 jmp instead of jsr jede 2019-07-17 22:53:49 +02:00
  • ede64f68a9 Fix bug with bgcolor and textcolor jede 2019-07-17 21:48:53 +02:00
  • 6f7f6b5119 Fix label, optimize code jede 2019-07-10 21:44:07 +02:00
  • a0a6537bda Fix typo and optimize jede 2019-07-07 22:02:48 +02:00
  • 28eba8bff9 fix import jede 2019-07-06 10:33:39 +02:00
  • 7767a0e88e fix typo jede 2019-07-06 10:26:19 +02:00
  • 3d5811d8f5 Fix gotoy changecolor jede 2019-07-06 10:19:45 +02:00
  • 7f9e73a1ce Add textcolor and bgcolor.s jede 2019-07-06 10:16:57 +02:00
  • 14ac1a7ff6 Fix bug : gotoxy does not working because Y does not update the adress on the screen jede 2019-07-03 01:13:59 +02:00
  • 5cbbb4597f Document binary literals Lauri Kasanen 2019-07-17 09:28:14 +03:00
  • 1bfdce55ed binlit: Add a few random leading zeros Lauri Kasanen 2019-07-16 19:06:34 +03:00
  • 925ea9d544 cc65: Add support for binary literals Lauri Kasanen 2019-07-16 18:39:37 +03:00
  • 76fe064e03 Add XSCROH & XSCROB value jede 2019-07-20 11:31:00 +02:00
  • 99de3cb6ea Add page 0 variables from Telemon 2.4 jede 2019-07-20 11:28:33 +02:00
  • 88c6dd2da8 Changed empty parameter lists into (void) lists on functions with asm() statements. Greg King 2019-07-16 13:16:02 -04:00
  • 2f3955dbc7 src/Makefile: Simplify BUILD_ID logic. Björn Esser 2019-07-14 09:28:49 +02:00
  • 9be25dab9c Minor URL update. Oliver Schmidt 2019-07-15 12:29:09 +02:00
  • 28584b31f1 Made the ld65 configure file's segment offset attribute accept zero as a value. Greg King 2019-06-30 22:44:10 -04:00
  • 93b6efcb2f zlib: Use correct (un)signedness of char in prototypes and functions. Björn Esser 2019-06-15 06:53:27 +02:00
  • e0ac9d5d8e util/zlib/deflater: Fix several compiler warnings. Björn Esser 2019-06-09 21:07:33 +02:00
  • 9faca05e6a test/ref/otccex: Fix ramdomly occurring segfault. Björn Esser 2019-06-09 17:46:31 +02:00
  • 83e0c70de5 Replace GIT_SHA with a more versatile BUILD_ID definition. Björn Esser 2019-06-09 01:19:53 +02:00
  • e34ee32973 Reduced shadow for h2 to improve readability. Oliver Schmidt 2019-06-04 11:43:07 +02:00
  • 5269552346 sim65 common define for paravirt hooks base location allows the loaded binary to take up as much space as possible restored some documentation of the hooks but without reference to specific location bbbradsmith 2019-05-30 15:34:05 -04:00
  • 6efb71bea7 Rearranged paravirt function vector. Oliver Schmidt 2019-05-30 00:10:17 +02:00
  • c6bbea0bb0 Renamed program start label. Oliver Schmidt 2019-05-30 00:06:31 +02:00
  • 7e4c4ee53e sim65/main.c spaces were requested bbbradsmith 2019-05-29 16:47:58 -04:00
  • 9fcd91ebe9 sim65 header comment fix bbbradsmith 2019-05-29 16:32:44 -04:00
  • 3612edf4fa sim65.sgml typo: bold is bf not ** bbbradsmith 2019-05-29 16:14:48 -04:00
  • fb7d4acd5c versionable header for sim65 load and run address now configured from header fix error codes not to conflict with test fix test/misc/endless.c which is supposed to fail if an endless loop does not occur bbbradsmith 2019-05-29 16:04:54 -04:00
  • 07ca772932 adjust literal width to match variable type bbbradsmith 2019-05-28 15:38:27 -04:00
  • 2f3cae0d2e movable sp for sim65 bbbradsmith 2019-05-28 15:29:55 -04:00
  • 38d2eb7a0e cc65.sgml incorrectly closed tt Brad Smith 2019-05-29 16:22:42 -04:00
  • 26d436b90d separating standard file I/O from low-level paravirtualization Brad Smith 2019-05-27 14:57:31 -04:00
  • 53bfd2e8cd added name Brad Smith 2019-05-25 23:38:18 -04:00
  • 4acf011fa4 noting that standard file functions work as well correcting target name bbbradsmith 2019-05-25 13:42:13 -04:00
  • 42beb29f72 sim65.sgml syntax error unclosed tt Brad Smith 2019-05-25 04:12:43 -04:00
  • 17505e2173 sim65.sgml noting sim65c02 target as well bbbradsmith 2019-05-25 03:00:44 -04:00
  • 69c7acb3bc some documentation for sim65 bbbradsmith 2019-05-25 02:56:53 -04:00
  • 4642421da4 are more specific version of the comparison removal #895 bbbradsmith 2019-05-24 23:51:22 -04:00