1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc
Oliver Schmidt cb7ec508f6 Fixed 12 AM/PM handling.
Midnight is 12 AM and noon is 12 PM (see https://en.wikipedia.org/wiki/12-hour_clock). Therefore we need to subtract 12 hours in exactly those two hours.
2018-08-18 01:29:40 +02:00
..
apple2 Added clock_getres() / clock_settime() for the Apple II. 2018-08-15 21:34:35 +02:00
atari Replaced _systime with clock_gettime. 2018-08-15 16:06:44 +02:00
atari2600
atari5200
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 Fixed 12 AM/PM handling. 2018-08-18 01:29:40 +02:00
c128 Fixed 12 AM/PM handling. 2018-08-18 01:29:40 +02:00
cbm Added clock_getres() for CBMs. 2018-08-15 19:40:27 +02:00
cbm510 Fixed 12 AM/PM handling. 2018-08-18 01:29:40 +02:00
cbm610 Fixed 12 AM/PM handling. 2018-08-18 01:29:40 +02:00
common Don't pass mode argument to open() from _fopen(). 2018-08-17 23:28:45 +02:00
conio
creativision
dbg
em Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gamate
geos-apple
geos-cbm
geos-common Replaced _systime with clock_gettime. 2018-08-15 16:06:44 +02:00
joystick
lynx
mouse Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
nes
none crt0.s ("none" target): fix initialization of sp variable. 2018-01-11 13:15:19 +01:00
osic1p
pce
pet
plus4 Replaced _systime with clock_gettime. 2018-08-15 16:06:44 +02:00
runtime
serial
sim6502
supervision
telestrat
tgi Fixed some code, to adapt to register-use changes caused by pull request #652. 2018-07-27 09:21:31 -04:00
vic20
zlib Fixed some code, to adapt to register-use changes caused by pull request #652. 2018-07-27 09:21:31 -04:00
Makefile