1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc
Oliver Schmidt a9a102b0e8 Protect random counter against ProDOS.
Although documented nowhere (!!!) ProDOS trashes the random counter locations $4E/$4F. Is discovered this because my TCP connections didn't have random local ports.

It's a really funny coincidence that David Finnigan discovered only 3 years ago the very same issue because of the very same reason: https://groups.google.com/forum/#!topic/comp.sys.apple2.programmer/1ciep_Oetvo
2018-09-08 23:29:59 +02:00
..
apple2 Protect random counter against ProDOS. 2018-09-08 23:29:59 +02:00
atari Atari: RealDOS adaptations 2018-09-06 15:55:07 +02:00
atari2600
atari5200 Atari, Atari5200: disable "attract mode" on mouse or joystick input 2018-09-05 11:23:12 +02:00
atmos Replaced _systime with clock_gettime. 2018-08-15 16:06:44 +02:00
c16 Replaced _systime with clock_gettime. 2018-08-15 16:06:44 +02:00
c64 Express assumption about struct timespec. 2018-08-18 01:29:40 +02:00
c128 Merge pull request #706 from xlar54/master 2018-08-29 10:34:05 -04:00
cbm Added clock_getres() for CBMs. 2018-08-15 19:40:27 +02:00
cbm510 Fixed the system banking in the cbm510 and the cbm610 targets' versions of clock_gettime() and clock_settime(). 2018-08-19 17:12:54 -04:00
cbm610 Fixed the system banking in the cbm510 and the cbm610 targets' versions of clock_gettime() and clock_settime(). 2018-08-19 17:12:54 -04:00
common Optimize for size. 2018-08-19 14:35:30 +02:00
conio Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
creativision
dbg Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
em
gamate
geos-apple
geos-cbm Made dio_read(), dio_write(), and dio_write_verify() catch sector number conversion errors. 2018-02-23 16:12:12 -05:00
geos-common Replaced _systime with clock_gettime. 2018-08-15 16:06:44 +02:00
joystick
lynx Update irq.s 2018-08-20 22:31:08 +02:00
mouse
nes Moved the NES font into its own object module. 2018-08-29 12:13:58 -04:00
none
osic1p Removed CBM chartype table. 2017-12-02 11:04:59 +01:00
pce Fixed bugs; and, improved the efficiency of some pce library functions. 2018-08-30 11:48:46 +02:00
pet Use common include file cbm_kernal.inc 2018-07-01 09:56:37 +03:00
plus4 Replaced _systime with clock_gettime. 2018-08-15 16:06:44 +02:00
runtime Some minor cleanups. 2018-07-26 14:35:26 +02:00
serial
sim6502
supervision spaces instead of tab 2018-06-06 21:18:47 +02:00
telestrat Merge branch 'master' into popptr1 2018-05-21 13:33:14 +02:00
tgi Fixed some code, to adapt to register-use changes caused by pull request #652. 2018-07-27 09:21:31 -04:00
vic20 TAB to space conversion 2018-06-30 16:25:43 +03:00
zlib Fixed some code, to adapt to register-use changes caused by pull request #652. 2018-07-27 09:21:31 -04:00
Makefile