1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/libsrc/atmos
Colin Leroy-Mira 734541ee05 Serial: Optimize SER_GET
There is no need to TryToSend before getting the character. We
send bytes during SER_PUT, and if interrupted during sending, we
still try to do it at the beginning of the next SER_PUT.
2023-09-07 07:14:01 +02:00
..
joy clean-up of driver return codes 2023-02-26 20:03:41 +01:00
ser Serial: Optimize SER_GET 2023-09-07 07:14:01 +02:00
tgi clean-up of driver return codes 2023-02-26 20:03:41 +01:00
_scrsize.s
atmos_load.s
atmos_save.s
atmos.s oops 2017-12-17 18:45:57 +01:00
bashdr.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
capslock.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
cclear.s remove dangling spaces 2022-04-17 16:06:22 +02:00
cgetc.s Moved initcgetc to initcputc 2018-01-23 13:02:47 +01:00
chline.s
clock.s
clrscr.s
color.s
cputc.s Added the cputdirect entry point to the cputc() functions in the two Oric libraries. 2020-11-15 11:44:12 -05:00
crt0.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
ctype.s remove dangling spaces 2022-04-17 16:06:22 +02:00
cvline.s
gotox.s
gotoxy.s Added a missing label to some conio cursor movement functions. 2017-06-15 16:44:46 -04:00
gotoy.s
irq.s
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
libref.s
mainargs.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
oserrlist.s
oserror.s fix errno related underscores in all libsrc/*.s files 2022-08-28 21:52:53 +02:00
read.s Use more compact loops. 2020-12-27 17:54:49 -05:00
revers.s
ser_stat_stddrv.s Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
ser_stddrv.s Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
store_filename.s
sysuname.s
tapehdr.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
tgi_stat_stddrv.s
tgi_stddrv.s
wherex.s
wherey.s
write.s Use more compact loops. 2020-12-27 17:54:49 -05:00