1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/atari
cuz 37178d5141 Make screensize() fetch the values dynamically instead of using variables
that are set on startup. This is needed to support the C128, which can switch
the screen size at runtime.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2042 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-04-09 19:34:57 +00:00
..
_scrsize.s Make screensize() fetch the values dynamically instead of using variables 2003-04-09 19:34:57 +00:00
.cvsignore Added joystick drivers for C16 and Atari 2002-12-21 09:10:15 +00:00
atari-stdjoy.s
atari.inc added dos_type defines 2002-07-16 18:48:48 +00:00
break.s
cclear.s removed DIRECT_SCREEN define 2000-07-21 08:26:44 +00:00
cgetc.s setcursor now updates OLDADR from COLCRS and ROWCRS 2002-11-26 21:31:01 +00:00
chline.s
clock.s both routines fixed (fix by Piotr Fusik) 2001-11-05 23:52:19 +00:00
close.s
clrscr.s
color.s
cputc.s always use setcursor to update cursor settings 2002-11-26 21:34:13 +00:00
crt0.s
ctype.s
cvline.s
dio_cts.s dio functions and types now have no leading _ anymore 2000-11-16 21:27:42 +00:00
dio_stc.s dio functions and type now have no leading _ anymore; swapped phys. and 2000-11-16 21:27:07 +00:00
diopncls.s
dioread.s
diowrite.s
diowritev.s fix a typo in the comment 2001-11-06 01:30:38 +00:00
fd.inc
fdtable.s added some comments; new ft_flag bit #4: fd was opened by program 2003-01-05 23:33:38 +00:00
getargs.s
getfd.s
gotox.s
gotoxy.s
gotoy.s call setcursor to update cursor settings 2002-11-26 21:32:08 +00:00
graphics.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
graphuse.s
joy_stddrv.s
kbhit.s fixed it and saved 1 byte 2000-06-07 22:10:45 +00:00
lseek.s
Makefile Make sure the zap target is available 2003-02-06 15:35:30 +00:00
mouse.s
mul40.s multiply by 40 routine 2000-06-23 22:06:37 +00:00
open.s
oserrlist.s first version, derived from cbm/oserrlist.s 2002-07-24 21:43:57 +00:00
oserror.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
ostype.s
randomize.s
read.s
readjoy.s
remove.s
revers.s don't use INVFLG but our own variable to indicate revers - the 2000-05-30 22:20:01 +00:00
rs232.s
rwcommon.s adapted to fastcall calling convention 2002-12-06 00:32:20 +00:00
savevec.s
scroll.s full-screen scroll routine (up and down) 2000-06-23 22:10:25 +00:00
setcolor.s
siocall.s use always a sector size of 128 for sectors 1 to 3, ignore 2002-11-06 23:02:48 +00:00
systime.s
tvtype.s
ucase_fn.s moved code to convert filename to uppercase into its own file/object 2001-12-27 20:37:52 +00:00
wherex.s
wherey.s fixed int promotion problem; optimized as suggested by Carsten Strotmann 2003-01-02 21:47:49 +00:00
write.s