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
.cvsignore
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 turn on cursor before returning to DOS 2002-11-05 00:35:16 +00:00
ctype.s
cvline.s
dio_cts.s
dio_stc.s
diopncls.s
dioread.s dio functions and types now have no leading _ anymore 2000-11-16 21:27:42 +00:00
diowrite.s dio functions and types now have no leading _ anymore 2000-11-16 21:27:42 +00:00
diowritev.s
fd.inc added some comments 2003-01-05 23:30:44 +00:00
fdtable.s
getargs.s initialize __dos_type variable 2002-07-16 18:51:30 +00:00
getfd.s
gotox.s call setcursor to update cursor settings 2002-11-26 21:32:08 +00:00
gotoxy.s call setcursor to update cursor settings 2002-11-26 21:32:08 +00:00
gotoy.s call setcursor to update cursor settings 2002-11-26 21:32:08 +00:00
graphics.s
graphuse.s default set back to 9, as we're now only linked if the graphics 2000-12-03 23:27:20 +00:00
joy_stddrv.s Added joy_stddrv modules 2002-12-21 09:32:14 +00:00
kbhit.s
lseek.s
Makefile
mouse.s Removed the port parameter from mouse_init 2001-09-13 16:00:55 +00:00
mul40.s
open.s
oserrlist.s
oserror.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
ostype.s
randomize.s added randomize 2002-11-06 22:21:15 +00:00
read.s
readjoy.s
remove.s
revers.s
rs232.s fixed return code for _rs232_init 2003-03-07 00:19:22 +00:00
rwcommon.s
savevec.s
scroll.s
setcolor.s setcolor, getcolor and setcolor_low functions 2000-06-22 00:42:26 +00:00
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 return the hardware tv system, not the ROMs one 2001-11-06 01:22:54 +00:00
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 fixed int promotion problem; optimized as suggested by Carsten Strotmann 2003-01-02 21:47:49 +00:00
wherey.s fixed int promotion problem; optimized as suggested by Carsten Strotmann 2003-01-02 21:47:49 +00:00
write.s