This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2025-01-12 02:30:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
libsrc
/
osic1p
History
Jeff Tranter
17706208e8
Add support for 48x12 video mode on Challenger 1P.
...
Tested on real C1P hardware.
2023-05-05 18:02:42 -04:00
..
extra
Add support for 48x12 video mode on Challenger 1P.
2023-05-05 18:02:42 -04:00
bootstrap.s
Remove stale comment.
2020-12-27 17:54:49 -05:00
cclear.s
remove dangling spaces
2022-04-17 16:06:22 +02:00
cgetc.s
Address review comments
2019-10-15 09:38:23 -04:00
chline.s
Introduced internal gotoxy that pops both parameters.
2016-06-05 14:58:38 +02:00
crt0.s
Renamed RAM to MAIN for all disk based targets.
2016-03-07 01:28:55 +01:00
ctype.s
ctype size optimization
2020-02-03 20:45:09 +01:00
cvline.s
Introduced internal gotoxy that pops both parameters.
2016-06-05 14:58:38 +02:00
doesclrscr.s
Added two functions that make it easier to write portable programs for Ohio Scientific computers.
2017-06-26 02:34:23 -04:00
extzp.inc
…
extzp.s
…
gotox.s
…
gotoxy.s
Introduced internal gotoxy that pops both parameters.
2016-06-05 14:58:38 +02:00
gotoy.s
…
kbhit.s
Removed redundant LDA
2019-10-15 09:38:23 -04:00
oserror.s
fix errno related underscores in all libsrc/*.s files
2022-08-28 21:52:53 +02:00
osic1p.inc
New OSI input routine based on disassembly of ROM code.
2019-10-15 09:38:23 -04:00
osiscreen.inc
Fix switched meaning of '\n' and '\r'
2022-05-18 18:57:52 +02:00
revers.s
Added two functions that make it easier to write portable programs for Ohio Scientific computers.
2017-06-26 02:34:23 -04:00
screen-c1p-24x24.s
Macro-based implementation of screen layout configuration modules.
2015-03-23 19:02:45 +01:00
wherex.s
…
wherey.s
…