Oliver Schmidt
55a07c1dcd
Removed stray /t char.
2018-08-15 16:06:44 +02:00
Oliver Schmidt
bbed9fdb63
Fixed typo.
2018-08-15 16:06:44 +02:00
Oliver Schmidt
a9ce4dc76c
"Inverted" time_t value handling.
...
So far time_t values were interpreted as local time values. However, usually time_t values are to be interpreted as "seconds since 1 Jan 1970 in UTC". Therefore all logic handling time_t values has to be changed.
- So far gmtime() called localtime() with an adjusted time_t, now localtime() calls gmtime() with an adjusted time_t.
- mktime() has to do "the opposite" of localtime(), to keep it that way mktime() does now the inverse adjustment made by localtime().
- All currently present time() implementations internally call mktime() so they don't require individual adjustments.
2018-08-02 17:12:12 +02:00
Greg King
5e67eee362
Made the VIC-IIe TGI driver put its bitmap behind the ROMs.
2018-07-29 23:46:03 -04:00
Greg King
e6fc904e3c
Fixed some code, to adapt to register-use changes caused by pull request #652 .
2018-07-27 09:21:31 -04:00
Oliver Schmidt
e86a7db18b
Some minor cleanups.
2018-07-26 14:35:26 +02:00
Oliver Schmidt
e949a3e642
Fixed regression introduced by https://github.com/cc65/cc65/pull/652 .
2018-07-26 14:31:17 +02:00
IrgendwerA8
c9869c1a26
Quick fix for missing _div() adaptation after 95223be.
2018-07-26 10:44:22 +02:00
Scott Hutter
1981af0bbd
tgi driver for c128 VIC-II
2018-07-23 15:54:15 -05:00
Olli Savia
fdce8fb34d
Added a blank line between .include statements and .import/.export statements
2018-07-04 17:40:28 +03:00
Olli Savia
f7636fe8f2
Removed .import for std kernal entries. Added .include "cbm.inc"
2018-07-03 22:47:42 +03:00
Olli Savia
032a3877e0
Added .import for std kernal entries
2018-07-03 22:44:59 +03:00
Olli Savia
3e94f7f55c
Moved C128 specific definitions to cbm_kernal.inc
2018-07-01 09:58:39 +03:00
Olli Savia
820c0efcb3
Use common include file cbm_kernal.inc
2018-07-01 09:56:37 +03:00
Olli Savia
4c45de2c45
Updated comment
2018-07-01 09:54:39 +03:00
Olli Savia
635a99c083
TAB to space conversion
2018-06-30 16:25:43 +03:00
Olli Savia
d5bc751f54
Removed RAMTAS
2018-06-29 22:59:53 +03:00
Olli Savia
96e6a0a114
Common include file is now cbm_kernal.inc
2018-06-29 22:58:16 +03:00
Olli Savia
42e9b971c5
Merge remote-tracking branch 'upstream/master' into cbmkernal_stage2
2018-06-29 22:50:02 +03:00
Olli Savia
f7fbac4c6b
Use common include file cbmkernal.inc
2018-06-27 21:39:24 +03:00
Oliver Schmidt
86945a1270
Merge pull request #687 from polluks/patch-12
...
Smaller driver code
2018-06-21 22:37:29 +02:00
Stefan
6a70d1dab1
Removed unused label
2018-06-21 20:30:14 +00:00
greg-king5
4980fade74
Made LINE plot single-point lines correctly.
2018-06-21 08:18:53 -04:00
Stefan
23534beaa6
Smaller driver code
2018-06-21 00:25:33 +00:00
Fabrizio Caruso
9af2d6b4a1
spaces instead of tab
2018-06-06 21:18:47 +02:00
Fabrizio Caruso
e626180b28
Fix joystick for the Supervision target
2018-06-06 21:11:17 +02:00
Greg King
6d87370881
Fixed strpbrk().
...
Added its prototype. Documented it.
2018-05-29 14:29:50 -04:00
IrgendwerA8
465a651090
Free 2 bytes again.
2018-05-29 01:51:24 +02:00
IrgendwerA8
f55b564ca1
Save the three bytes for the plus4 too.
2018-05-27 00:10:58 +02:00
IrgendwerA8
30a679ba36
Saved 3 bytes for the C16 target.
2018-05-26 20:30:38 +02:00
IrgendwerA8
49a9b88734
Saved even one more byte.
2018-05-26 19:53:44 +02:00
IrgendwerA8
e77ac8a230
1 byte donation for Fabrizio ;)
2018-05-26 16:37:03 +02:00
Oliver Schmidt
95223be101
Merge pull request #663 from IrgendwerA8/more_popptr1_adaptations
...
Adapted div & mod for popptr1.
2018-05-26 13:01:27 +02:00
IrgendwerA8
8a5d1b9674
Reestablished entry state of signed operation and optimized that (again).
2018-05-25 23:52:42 +02:00
IrgendwerA8
ba5b580368
Fixed first letter of comments (should be upper case).
2018-05-25 16:10:16 +02:00
Oliver Schmidt
0b323f717b
Update symbols.txt
2018-05-25 14:48:20 +02:00
Oliver Schmidt
0138e110cc
Merge pull request #662 from Compyx/master
...
Add CBM kernal call SECOND to CBM library (see issue #525 )
2018-05-25 14:00:36 +02:00
IrgendwerA8
71420223bc
Changed the name of the file too.
2018-05-24 11:37:17 +02:00
IrgendwerA8
9c1cb0801c
Changed naming absvaludiv -> absvaludiv16.
2018-05-24 11:31:43 +02:00
IrgendwerA8
dd411efd1c
Adapted div & mod for popptr1.
2018-05-24 03:55:40 +02:00
compyx
8ffe623e74
Add CBM kernal call SECOND to CBM library (see issue #525 )
2018-05-23 17:32:02 +02:00
Oliver Schmidt
9246b14f68
Merge pull request #658 from polluks/patch-9
...
Indicate a dummy outtext & some clean-up
2018-05-23 17:05:12 +02:00
Oliver Schmidt
746e3d1454
Merge pull request #656 from Compyx/master
...
Add CBM kernal call TKSA to CBM library (see issue #525 )
2018-05-23 09:47:41 +02:00
Oliver Schmidt
f485be1b84
Merge pull request #657 from IrgendwerA8/VariousSpeedSizeOptimizations
...
Various speed size optimizations
2018-05-23 09:46:30 +02:00
Stefan
a4c06f2572
Clean-up because of tgidrv_line.inc
2018-05-22 22:32:50 +00:00
Stefan
b945beb6a7
Indicate a dummy outtext
2018-05-22 21:18:10 +00:00
IrgendwerA8
6175271651
Removed optimizations which break the compiler ones.
2018-05-22 19:10:07 +02:00
IrgendwerA8
808d3ab471
Fix for 8x16 multiplication if operants are swapped.
2018-05-22 18:35:05 +02:00
IrgendwerA8
ba2c6d9008
Further optimizations in common/conio.
2018-05-22 16:00:05 +02:00
compyx
30ada49458
Add CBM kernal call TKSA to CBM library
...
This adds the CBM kernal call TKSA as cbm_k_tksa() to the CBM library.
2018-05-22 14:16:00 +02:00