| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| util.h | 2022-01-16 | 42 Bytes | |
| README.md | 2022-01-16 | 841 Bytes | |
| scheme-ideas.txt | 2022-01-16 | 113 Bytes | |
| screen.c | 2022-01-16 | 12.5 kB | |
| screen.h | 2022-01-16 | 358 Bytes | |
| st.h | 2022-01-16 | 457 Bytes | |
| util.c | 2022-01-16 | 387 Bytes | |
| LICENSE | 2022-01-16 | 35.1 kB | |
| Makefile | 2022-01-16 | 595 Bytes | |
| mon | 2022-01-16 | 2.1 kB | |
| input.h | 2022-01-16 | 115 Bytes | |
| io.c | 2022-01-16 | 7.7 kB | |
| io.h | 2022-01-16 | 190 Bytes | |
| global.c | 2022-01-16 | 1.1 kB | |
| global.h | 2022-01-16 | 1.2 kB | |
| history.c | 2022-01-16 | 2.0 kB | |
| history.h | 2022-01-16 | 191 Bytes | |
| input.c | 2022-01-16 | 5.9 kB | |
| color.h | 2022-01-16 | 509 Bytes | |
| dc.c | 2022-01-16 | 609 Bytes | |
| dc.cfg | 2022-01-16 | 2.1 kB | |
| dc.h | 2022-01-16 | 218 Bytes | |
| cmd.h | 2022-01-16 | 39 Bytes | |
| color.c | 2022-01-16 | 1.3 kB | |
| asm.s | 2022-01-16 | 11.8 kB | |
| c1541.txt | 2022-01-16 | 42 Bytes | |
| cdc.png | 2022-01-16 | 26.1 kB | |
| cmd.c | 2022-01-16 | 15.3 kB | |
| asm.h | 2022-01-16 | 211 Bytes | |
| Totals: 29 Items | 129.3 kB | 0 |
cdiskcrk
Revamp of Disk Cracker 4.0 for the Commodore 64/1541
This is a C version of diskcrk, a BASIC 2.0 revamp I recently finished. After compiling diskcrk with a c64 BASIC compilier, and being impressed with the improved feel, I decided to go full out and make a C/Asm version.
If you are here looking for a .d64, you probably want this.

Improvements:
- 8x32 data window makes most data easier to digest
- faster and nicer cursor movement
- better text mode
- several color schemes
- history traversal
- disallows invalid track/sector combinations and invalid memory blocks
- no annoying adverts while idle!
- C source with just one asm file, well commented
Building the project requires these tools:
- cc65
- VICE's c1541 utility
- GNU Make