This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2025-03-04 00:30:35 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
libsrc
History
ol.sc
d91fe6b877
ProDOS 8 requires an page-aligned 1kB IO-buffer for every open file. The implementation using posix_memalign() is universally correct but quite expensive. There I added support for overriding this implementation with maybe limited (i.e. to one open file) but cheaper custom implementations.
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@4142 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-10 09:59:26 +00:00
..
apple2
ProDOS 8 requires an page-aligned 1kB IO-buffer for every open file. The implementation using posix_memalign() is universally correct but quite expensive. There I added support for overriding this implementation with maybe limited (i.e. to one open file) but cheaper custom implementations.
2009-09-10 09:59:26 +00:00
apple2enh
ProDOS 8 requires an page-aligned 1kB IO-buffer for every open file. The implementation using posix_memalign() is universally correct but quite expensive. There I added support for overriding this implementation with maybe limited (i.e. to one open file) but cheaper custom implementations.
2009-09-10 09:59:26 +00:00
atari
introduce STARTUP segment to Atari platform
2009-08-04 20:04:41 +00:00
atmos
…
c16
…
c64
…
c128
Changed the prototype of videomode() to take and return an unsigned instead of
2009-09-08 16:25:12 +00:00
cbm
Fixed two more function that didn't clear the high byte of the function result.
2009-08-23 21:40:36 +00:00
cbm510
…
cbm610
get_tv() implementation for the CBM610 by Stefan Haubenthal.
2009-08-06 20:24:41 +00:00
common
…
conio
…
dbg
…
em
…
geos
…
joystick
…
lynx
…
mouse
…
nes
…
pet
…
plus4
…
runtime
The pleasp.s module is no longer in use.
2009-08-31 12:56:54 +00:00
serial
…
supervision
…
tgi
…
vic20
…
zlib
…
Makefile
…