cc65-vt/libsrc/mega65
2026-03-18 19:30:40 +01:00
..
joy Update comment for MEGA65 joystick driver 2026-03-18 19:30:40 +01:00
_scrsize.s fix getscreensize 2025-06-25 18:52:36 +02:00
bordercolor.s a bunch of simple conio fixes, makes a few more samples work 2025-06-25 00:23:58 +02:00
cgetc.s better handling of the cursor, use kernal function to read key, not the UART directly 2025-06-25 21:39:03 +02:00
clrscr.s a bunch of simple conio fixes, makes a few more samples work 2025-06-25 00:23:58 +02:00
color.s a bunch of simple conio fixes, makes a few more samples work 2025-06-25 00:23:58 +02:00
conio.s a bunch of simple conio fixes, makes a few more samples work 2025-06-25 00:23:58 +02:00
cpeekc.s SCREEN_PTR does only contain the offset apparently (unlike on other cbm systems), so we need extra handling 2025-06-25 05:13:09 +02:00
cpeekcolor.s SCREEN_PTR does only contain the offset apparently (unlike on other cbm systems), so we need extra handling 2025-06-25 05:13:09 +02:00
cpeekrevers.s SCREEN_PTR does only contain the offset apparently (unlike on other cbm systems), so we need extra handling 2025-06-25 05:13:09 +02:00
cpeeks.s SCREEN_PTR does only contain the offset apparently (unlike on other cbm systems), so we need extra handling 2025-06-25 05:13:09 +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 some more simple fixes, make targettest(s) work 2025-06-25 02:38:40 +02:00
devnum.s a bunch of simple conio fixes, makes a few more samples work 2025-06-25 00:23:58 +02:00
exehdr.s initial (identical) minimal "library" for assembly support for c65 and mega65. taken from #1792 2025-06-22 21:09:40 +02:00
get_tv.s some more simple fixes, make targettest(s) work 2025-06-25 02:38:40 +02:00
gettime.s some more simple fixes, make targettest(s) work 2025-06-25 02:38:40 +02:00
joy_stat_stddrv.s add a standard joystick driver, adapted from the c64 one 2025-06-25 23:44:07 +02:00
joy_stddrv.s add a standard joystick driver, adapted from the c64 one 2025-06-25 23:44:07 +02:00
kbhit.s better handling of the cursor, use kernal function to read key, not the UART directly 2025-06-25 21:39:03 +02:00
kernal.s remove non existing kernal export 2025-06-24 21:52:48 +02:00
libref.s add a standard joystick driver, adapted from the c64 one 2025-06-25 23:44:07 +02:00
loadaddr.s initial (identical) minimal "library" for assembly support for c65 and mega65. taken from #1792 2025-06-22 21:09:40 +02:00
mainargs.s some more simple fixes, make targettest(s) work 2025-06-25 02:38:40 +02:00
randomize.s some more simple fixes, make targettest(s) work 2025-06-25 02:38:40 +02:00
revers.s some more simple fixes, make targettest(s) work 2025-06-25 02:38:40 +02:00
settime.s forgot settime... 2025-06-25 02:47:33 +02:00
status.s adjust c65/mega65 functions 2025-06-30 19:10:52 +02:00
sysuname.s some more simple fixes, make targettest(s) work 2025-06-25 02:38:40 +02:00
tmcommon.s some more simple fixes, make targettest(s) work 2025-06-25 02:38:40 +02:00