1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc
Greg King a0d986faf8 Fixed the horizontal movement of the mouse pointer on platforms with the VIC-II display chip.
ca65's logical (Boolean) NOT operator was used where bitwise NOT should be used.  The effect was that all sprites were shifted to the left side of a screen when the mouse sprite was put on the left side.
2020-11-27 21:22:22 -05:00
..
apple2 Implemented some CONIO peek functions. 2020-07-12 22:19:55 +02:00
atari Fixed comment. 2020-11-17 08:53:48 +01:00
atari2600 ctype size optimization 2020-02-03 20:45:09 +01:00
atari5200 add waitvsync() for atari and atari5200 2020-10-28 21:12:32 +01:00
atmos Added the cputdirect entry point to the cputc() functions in the two Oric libraries. 2020-11-15 11:44:12 -05:00
c16 Exported the direct Kernal entries that were moved from target headers to "cbm_kernal.inc". 2020-09-22 00:04:24 -04:00
c64 Fixed the horizontal movement of the mouse pointer on platforms with the VIC-II display chip. 2020-11-27 21:22:22 -05:00
c128 Fixed the horizontal movement of the mouse pointer on platforms with the VIC-II display chip. 2020-11-27 21:22:22 -05:00
cbm Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
cbm510 Fixed the horizontal movement of the mouse pointer on platforms with the VIC-II display chip. 2020-11-27 21:22:22 -05:00
cbm610 Fix handling of charcodes 254 and 255, fixes issue #988 2020-07-08 00:48:39 +02:00
common Fixed usage of "lvalue-cast" in _scanf implementation. 2020-08-24 17:16:37 +02:00
conio Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
creativision Changes resulting from 2nd code review 2020-02-03 20:45:09 +01:00
cx16 Updated a comment about Kernal's STATUS variable. 2020-11-08 17:45:54 -05:00
dbg Removed unnecessary #include <cc65.h> from convert.c 2019-11-19 14:08:00 +01:00
em Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gamate Indentation in vga.s for gamate 2020-09-24 19:42:34 +02:00
geos-apple Removed unnecessary #include <cc65.h> from convert.c 2019-11-19 14:08:00 +01:00
geos-cbm moved to better folder location 2018-12-30 18:57:46 +01:00
geos-common Set correct prerequisite. 2020-11-20 19:19:55 +01:00
joystick Removed IRQ support from joystick drivers. 2018-02-01 22:38:36 +01:00
lynx Streamlined clock rate handling. 2020-10-25 14:06:44 +01:00
mouse Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
nes Preserve the accu 2020-04-06 18:13:54 +02:00
none ctype size optimization 2020-02-03 20:45:09 +01:00
osic1p ctype size optimization 2020-02-03 20:45:09 +01:00
pce Moved the font into a separate module in the library. 2020-07-15 04:58:32 -04:00
pet Added waitvsync for PET 2020-11-18 10:28:19 +01:00
plus4 Fix handling of charcodes 254 and 255, fixes issue #988 2020-07-08 00:48:39 +02:00
runtime Fix CRLFs introduced by fe3f267 2020-09-18 08:57:28 +02:00
serial Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sim6502 ctype size optimization 2020-02-03 20:45:09 +01:00
supervision ctype size optimization 2020-02-03 20:45:09 +01:00
telestrat Added the cputdirect entry point to the cputc() functions in the two Oric libraries. 2020-11-15 11:44:12 -05:00
tgi Allowed the TGI API to support 256 colors. 2020-06-04 12:58:05 -04:00
vic20 Shortenned the VIC-20's cputc() by 17 bytes. 2020-10-13 07:55:20 -04:00
zlib zlib: Use correct (un)signedness of char in prototypes and functions. 2019-06-19 19:01:30 +02:00
Makefile Created a target and a library for the Commander X16 prototype computer. 2019-09-27 03:38:51 -04:00