1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-06 13:29:01 +00:00
cc65/libsrc
cuz b3ed17f575 Added EMD drivers for the Commodore B machines.
Note: These drivers are currently untested because I didn't realize that
using the drivers would need file routines, which are not available right
now. So in fact the drivers are not only untested, they are also unusable
on the target platforms, because they cannot be loaded.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1732 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-12-10 10:30:01 +00:00
..
apple2 Add STARTUP and LOWCODE segments 2002-11-23 11:10:50 +00:00
atari adapted to fastcall calling convention 2002-12-06 00:32:20 +00:00
atmos Must import sp now that the zp definitions are elsewhere 2002-11-23 22:06:01 +00:00
c16 Added get_tv for several platforms 2002-12-03 22:19:21 +00:00
c64 Cleanup 2002-12-09 10:40:41 +00:00
c128 Fixed a bug 2002-12-06 21:54:49 +00:00
cbm Make read and write __fastcall__ 2002-12-03 22:31:06 +00:00
cbm510 Added EMD drivers for the Commodore B machines. 2002-12-10 10:30:01 +00:00
cbm610 Added EMD drivers for the Commodore B machines. 2002-12-10 10:30:01 +00:00
common Make read and write __fastcall__ 2002-12-03 22:31:06 +00:00
conio Removed initialization code to set the screen size and replaced it by a 2000-11-23 19:05:32 +00:00
dbg Use register variables 2002-11-25 17:19:49 +00:00
em Added em_use 2002-12-05 18:57:53 +00:00
geos added _systime implementation for GEOS 2002-11-22 19:31:44 +00:00
pet Move the startup code into its own segment 2002-11-22 17:43:30 +00:00
plus4 Added get_tv for several platforms 2002-12-03 22:19:21 +00:00
runtime New functions to swap register variables 2002-11-25 12:38:38 +00:00
tgi Use the POSIX file I/O functions instead of the high level C routines to 2002-11-20 14:22:26 +00:00
vic20 Fixed the PLOT function 2002-12-09 10:45:16 +00:00
zlib New version from Piotr 2001-11-23 11:56:07 +00:00
.cvsignore Ignore .emd files 2002-12-03 21:44:41 +00:00
Makefile Added EMD drivers for the Commodore B machines. 2002-12-10 10:30:01 +00:00