1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 19:29:18 +00:00
cc65/libsrc/geos
izydorst 62907d1cc6 support for loading modules in GEOS, VDC memory driver for GEOS
git-svn-id: svn://svn.cc65.org/cc65/trunk@1845 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-12-25 18:42:42 +00:00
..
common removed jmpvec in favor of callax function 2002-12-25 03:27:50 +00:00
conio small optimization 2002-12-25 04:16:51 +00:00
devel support for loading modules in GEOS, VDC memory driver for GEOS 2002-12-25 18:42:42 +00:00
disk error handling if drive type is unknown 2002-03-08 16:44:07 +00:00
dlgbox put segment keywords so bss, data and rodata are used for storage 2002-06-04 22:49:09 +00:00
file put segment keywords so bss, data and rodata are used for storage 2002-06-04 22:49:09 +00:00
graph putchar.s moved to put_char.s due to name conflict with one of common/ files 2002-12-20 23:16:44 +00:00
inc support for .zeropage segment in GEOS 2002-12-23 22:14:14 +00:00
memory memmove, memcpy, memset and bzero now return dest ptr as they should 2002-12-21 00:49:25 +00:00
menuicon Use the condes feature 2000-11-22 22:19:09 +00:00
mousesprite fixed bug on C64 GEOS (I/O was not enabled when reading joystick) 2002-12-20 22:54:56 +00:00
process Use the condes feature 2000-11-22 22:19:09 +00:00
runtime clean version 2002-12-25 14:03:02 +00:00
system Ignore intermediate .s files 2002-12-19 20:19:46 +00:00
Makefile more GEOS Kernal replacements for common/ and runtime/ routines 2002-12-23 20:44:17 +00:00