cc65-vt/libsrc/plus4
Bob Andrews b24560c083
Merge pull request #2759 from mrdudz/test1972
Fixed #1970 (Missing definition for ST on cbm610 with getdevice) (was #1972)
2025-07-04 17:03:47 +02:00
..
joy clean-up of driver return codes 2023-02-26 20:03:41 +01:00
ser Merge branch 'master' into feature/plus4-tgi-driver 2025-06-01 23:12:27 +02:00
tgi kill dangling spaces 2025-06-01 23:19:51 +02:00
_scrsize.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
break.s Remove trailings spaces from CBM-related asm files 2019-03-22 22:54:05 +01:00
cgetc.s TGI driver and matching linker config for Plus/4 2019-10-30 08:50:35 -05:00
clrscr.s Updated to use cbm_kernal.inc. Whitespace cleanups 2018-11-26 22:14:31 +01:00
color.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
conio.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cputc.s Add comments to the cputs() and cputc() sources about the former relying on 2025-07-04 11:20:35 +02:00
crt0.s initial patch from #1972 2025-06-30 18:39:33 +02:00
devnum.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
fast.s Added c16/plus4 fast(), isfast() and slow() functions, and updated the documentation accordingly. 2018-03-23 14:27:15 -07:00
get_tv.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
irq.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
isfast.s Added c16/plus4 fast(), isfast() and slow() functions, and updated the documentation accordingly. 2018-03-23 14:27:15 -07:00
joy_stat_stddrv.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
joy_stddrv.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
kacptr.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kbasin.s Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries. 2021-03-03 17:39:53 -05:00
kbhit.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
kbrepeat.s Removed dysfunctional kbrepeatdelay() and kbrepeatrate(). 2017-08-30 16:37:59 +02:00
kbsout.s Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries. 2021-03-03 17:39:53 -05:00
kchkin.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kciout.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kckout.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kclall.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kclose.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
kclrch.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kgetin.s Update kgetin.s 2025-05-25 03:44:36 +02:00
kiobase.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
klisten.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kload.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kopen.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kplot.s libsrc/*/kplot.s: Use cbm_kernal.inc symbols, not hardcoded addrs 2019-10-25 16:03:38 -04:00
krdtim.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kreadst.s initial patch from #1972 2025-06-30 18:39:33 +02:00
ksave.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kscnkey.s Added C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM. 2016-08-07 15:50:10 -04:00
ksetlfs.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
ksetnam.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ksettim.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
ktalk.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kudtim.s Added C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM. 2016-08-07 15:50:10 -04:00
kunlsn.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
kuntlk.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
libref.s TGI driver and matching linker config for Plus/4 2019-10-30 08:50:35 -05:00
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
randomize.s extra underscores for _randomize and _swap 2022-08-29 20:52:35 +02:00
revers.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
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
slow.s Added c16/plus4 fast(), isfast() and slow() functions, and updated the documentation accordingly. 2018-03-23 14:27:15 -07:00
status.s initial patch from #1972 2025-06-30 18:39:33 +02:00
sysuname.s fix sysuname for all targets, somehow this was forgotten 2025-06-26 01:21:28 +02:00
tgi_stat_stddrv.s TGI driver and matching linker config for Plus/4 2019-10-30 08:50:35 -05:00
tgi_stddrv.s TGI driver and matching linker config for Plus/4 2019-10-30 08:50:35 -05:00
waitvsync.s add headers/fix formatting 2017-07-18 01:04:53 +02:00