This website requires JavaScript.
Explore
Help
Sign In
the10thwiz
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
bff8525ba9a53fa38c353089f02d5c2d0ee2e216
cc65
/
libsrc
History
ol.sc
bff8525ba9
Moved assembler include files from the 'inc' subfolder to the target "main" folder - as it is the case with the other targets.
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@5433 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-31 21:22:06 +00:00
..
apple2
Moving the quit-hook towards the end of page 3 as far as possible slightly increases the compatibility with BIN programs making use of page 3 themselves.
2012-01-02 11:09:25 +00:00
apple2enh
…
atari
small comment change
2012-01-26 12:25:20 +00:00
atmos
…
c16
…
c64
…
c128
…
cbm
Code optimization contributed by Kajtar Zsolt, soci@c64.rulez.org
2012-01-01 20:03:33 +00:00
cbm510
An export has been missing for BRKVec (Stefan Haubenthal).
2012-01-06 15:53:07 +00:00
cbm610
…
common
Added docs to set_irq / reset_irq.
2012-01-21 12:28:23 +00:00
conio
…
dbg
…
em
…
geos-cbm
Moved assembler include files from the 'inc' subfolder to the target "main" folder - as it is the case with the other targets.
2012-01-31 21:22:06 +00:00
geos-common
The "Hitchhiker's Guide To GEOS" is the only publicly available document containing the addresses of GEOS symbols for Apple GEOS.
2012-01-14 11:09:40 +00:00
joystick
…
lynx
…
mouse
…
nes
…
pet
…
plus4
…
runtime
…
serial
…
supervision
…
tgi
…
vic20
…
zlib
…
Makefile
The cc65 library build system is designed to call sub-makes in direct sub-directories of 'libsrc' only (meaning that sub-sub-directories are not supported). The GEOSLib source files however are organized in sub-directories of the 'libsrc/geos-cbm'. This mismatch was up to now handled by replicating the cc65 library build system functionality to allow for individal sub-makes in each 'libsrc/geos-cbm' sub-directory. This is unnecessarily hard understand and causes additional maintainance effort.
2012-01-30 21:19:09 +00:00