Dave Plummer
|
8f9777d9e0
|
Fix ushot overflow, capitalization
|
2022-06-06 15:14:01 -07:00 |
|
Dave Plummer
|
799aec23a6
|
Add KIM-1 Support
|
2022-06-04 13:00:48 -07:00 |
|
Bob Andrews
|
e0cc3650e4
|
Merge branch 'master' into missing-purple
|
2022-05-17 15:34:51 +02:00 |
|
mrdudz
|
3640beaa46
|
fix some header files to conform with C99 hopefully, should fix issue #1670
|
2022-05-08 19:29:57 +02:00 |
|
Greg King
|
a5e69e7ea6
|
Upgraded the cx16 library to the Commander X16 Kernal ROM's prerelease 39.
|
2022-04-29 16:56:54 -04:00 |
|
Karri Kaksonen
|
6a6aa094fa
|
Merge branch 'cc65:master' into atari7800conio
|
2022-04-18 12:40:18 +03:00 |
|
mrdudz
|
3c1641e3e3
|
remove dangling spaces
|
2022-04-17 16:05:19 +02:00 |
|
Karri Kaksonen
|
6b16b99192
|
Fix conflicts with some conio routines
|
2022-04-05 10:35:59 +03:00 |
|
Fabrizio Caruso
|
2414a832d7
|
Make the intermediate gray/green levels available
|
2022-04-02 23:47:36 +02:00 |
|
Karri Kaksonen
|
786b4310d0
|
Merge branch 'cc65:master' into atari7800
|
2022-03-05 19:09:05 +02:00 |
|
Karri Kaksonen
|
8c975dfb36
|
Remove garbage
|
2022-03-01 07:03:29 +02:00 |
|
Karri Kaksonen
|
3266e70de4
|
Add target atari7800
|
2022-03-01 06:44:55 +02:00 |
|
Karri Kaksonen
|
328781bf8a
|
Add target atari7800
|
2022-03-01 06:44:26 +02:00 |
|
Karri Kaksonen
|
4e406b744c
|
Mark index 0 as TRANSPARENT. Let palette start from index 1
|
2022-02-24 08:50:36 +02:00 |
|
Jeff Tranter
|
2bf8be5b3b
|
Fix some commonly made spelling errors in comments.
|
2022-02-21 15:44:31 -05:00 |
|
Greg King
|
bae2821d5a
|
Added telestrat to <time.h>.
That library has clock().
|
2022-02-03 18:23:23 -05:00 |
|
polluks
|
8e60102e8e
|
Removed the colour purple
This commit may break compatibility.
|
2022-02-02 00:58:50 +01:00 |
|
polluks
|
a29a1b0a59
|
Added more purple (rain)
|
2022-01-31 02:18:01 +01:00 |
|
Sven Michael Klose
|
666f266e90
|
Move strnlen() to non-ANSI section.
|
2021-12-25 14:21:47 +01:00 |
|
Sven Michael Klose
|
c9ccc82b9f
|
strnlen(): Add comment with POSIX standard.
|
2021-12-25 09:12:13 +01:00 |
|
Sven Michael Klose
|
921e549172
|
Add standard C library function strnlen().
|
2021-12-24 23:44:57 +01:00 |
|
Oliver Schmidt
|
8b0de8a931
|
Merge branch 'master' into master
|
2021-11-23 22:56:51 +01:00 |
|
Wayne Parham
|
11d81b1f43
|
Stylistic changes
|
2021-06-15 16:39:28 -05:00 |
|
Christian Groessler
|
c90c3c9133
|
stdio.inc,stdio.h: set CBM PATH_MAX/FILENAME_MAX value to 255
Some parts of the runtime library cannot handle larger paths.
|
2021-06-10 20:08:58 +02:00 |
|
Christian Groessler
|
ae9101961e
|
stdio.inc,stdio.h: increase CBM PATH_MAX/FILENAME_MAX value to 256+1
|
2021-06-10 20:08:58 +02:00 |
|
Christian Groessler
|
9a523abbfb
|
limits.h: provide PATH_MAX
- stdio.h: define FILENAME_MAX to PATH_MAX
- stdio.h, stdio.inc: increase FILENAME_MAX/PATH_MAX for Atari
(For DOSes with subdirectory support.)
|
2021-06-10 20:08:58 +02:00 |
|
Wayne Parham
|
7d6541274d
|
Changes to I/O access
|
2021-06-09 10:23:42 -05:00 |
|
Wayne Parham
|
33af3d7997
|
sym1.h updates
|
2021-06-06 23:53:53 -05:00 |
|
Wayne Parham
|
6c4c959141
|
Sym-1 lib changes
|
2021-06-06 21:28:03 -05:00 |
|
Greg King
|
6bedade593
|
Fixed the creativision function prototypes.
Added const to a pointer parameter.
|
2021-05-29 08:37:38 -04:00 |
|
Wayne Parham
|
ae9434e02e
|
seven-segment display update
|
2021-05-23 15:22:33 -05:00 |
|
mrdudz
|
6d560f4236
|
change prototype for GraphicsString() to void __fastcall__ GraphicsString(const void *myGfxString);
|
2021-05-18 15:16:14 +02:00 |
|
mrdudz
|
5fc9d3f048
|
change driver _install calls from taking "void*" to "const void*"
|
2021-05-16 22:57:28 +02:00 |
|
Wayne Parham
|
f81aefe8bd
|
Synertek Systems Sym-1 config files
|
2021-05-09 17:13:24 -05:00 |
|
Oliver Schmidt
|
07bd5089ec
|
Define CLOCKS_PER_SEC as _clocks_per_sec() if _clocks_per_sec() is actually available.
There are programs checking for the existence of CLOCKS_PER_SEC before usage. We don't want to mislead them.
|
2021-05-09 19:27:33 +02:00 |
|
Oliver Schmidt
|
5d84a4ba13
|
Removed non-ASCII chars.
|
2021-04-19 16:06:10 +02:00 |
|
Oliver Schmidt
|
f272bc8f42
|
Removed non-ASCII chars.
|
2021-04-19 15:50:52 +02:00 |
|
Greg King
|
ffc30c0c6e
|
Added RAM_BANK and ROM_BANK macro definitions to cx16.h header.
|
2021-04-18 01:39:44 -04:00 |
|
acqn
|
31c1172a3a
|
zlib: Use correct (un)signedness of char in prototypes and functions.
Also ensure we are using the same constness qualifiers.
|
2021-03-30 19:41:20 +02:00 |
|
mrdudz
|
7d528d9eb0
|
fix typo
|
2021-03-19 22:26:49 +01:00 |
|
jede
|
41f796bbe1
|
left and right mask are inverted : fix in telestrat.h
|
2021-03-15 21:10:29 -04:00 |
|
jede
|
872739b5f4
|
Fix comments, return line and bordercolor return
|
2021-03-03 22:14:29 +01:00 |
|
jedeoric
|
ba4310f589
|
Merge branch 'master' into master
|
2021-03-01 23:03:34 +01:00 |
|
jede
|
02e52fe24d
|
Fix many bugs
|
2021-03-01 22:33:12 +01:00 |
|
Christian Groessler
|
b12758fe53
|
include/atari.h: fix typo in _setcolor() prototype
|
2021-02-16 14:07:47 +01:00 |
|
Greg King
|
98f8064b83
|
Made the directory functions compatible with the Commander X16's DOS.
It's directory listing's last line says, "mb free."
|
2021-02-15 08:56:31 -05:00 |
|
baktrasf
|
2e9bada1f2
|
Atari 5200 OS header refinements
|
2020-12-25 01:35:38 +01:00 |
|
baktrasf
|
1c72da4904
|
Add operating system symbols for the Atari 5200 target
|
2020-12-25 01:35:38 +01:00 |
|
Polluks
|
c59e8277ae
|
Added prototype
|
2020-11-18 10:28:19 +01:00 |
|
Christian Groessler
|
262631039d
|
atari.h, atari5200.h: style fixes
|
2020-10-28 21:12:32 +01:00 |
|