0
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 7 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added list of CBM control characters, which will show in quote mode like {home} or {F7} More... over 15 years ago
Explicitly close open files. More... over 15 years ago
Add link to VICE token listings. More... over 15 years ago
* Constant for start of BASIC RAM * Show byte count if bytes exist after de-tokenizing More... over 15 years ago
* Show load address when dumping BASIC (to identify hybrid prgs) * Show starting track/sector in directory listing More... over 15 years ago
Moved bootsector reference URL. More... over 15 years ago
Moved BootSector out of d64; boot sectors can appear on any kind of disk image (D64, D71, D81) More... over 15 years ago
Readme More... over 15 years ago
Python 2.5 required. More... over 15 years ago
read_until should accept bytes or chars; added test. More... over 15 years ago
Doc comments. More... over 15 years ago
More bytestream tests. More... over 15 years ago
Starting on unit tests for ByteStream class. More... over 15 years ago
Doc comment More... over 15 years ago
* d64 now introspects for a C128 bootsector * dir will show if a bootsector exists on the disk * adding unit tests (for byte formatting function) More... over 15 years ago
__all__ More... over 15 years ago
Starting to use optparse. More... over 15 years ago
Doc comments. More... over 15 years ago
Module comment -> doc comment. More... over 15 years ago
Readme More... over 15 years ago
Broke out token list to separate file. More... over 15 years ago
Added rough CBM-BASIC detokenizer. More... over 15 years ago
Adding start of CBM-BASIC detokenizer. More... over 15 years ago
Can now dump hex bytes of files from disk images. More... over 15 years ago
Hoist directory formatting def up to dir.py. More... over 15 years ago
Use sector walker to read directories, too. More... over 15 years ago
* Factored out "blocks" def. * Using a2disk's sector-walking-with-callback idea. More... over 15 years ago
Fixed lib -> c64. More... over 15 years ago
Readme More... over 15 years ago
dir.py now takes command-line parameters instead of a hardcoded diskimage. More... over 15 years ago