0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 16 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved usage More... about 15 years ago
* Fixed invalid programs with no zeros at end aborting with "string index" error. * Added validation to Basic listing, so we don't try to display non-BASIC programs. * A single mark can now be placed in a ByteStream, to count bytes read since that mark. More... about 15 years ago
To-do More... about 15 years ago
Show code for unknown GEOS file types. More... about 15 years ago
dir.py now shows GEOS file types. More... about 15 years ago
To-do More... about 15 years ago
Pulling code out of main(); revising help text. More... about 15 years ago
dir.py now handles 1581 disk images. See tests/fixtures/bbs for sample disks. More... about 15 years ago
Preliminary D81 support is now in the library (still need to update dir.py) More... about 15 years ago
Moved more code from d64 to cbmdos in preparation for d81 etc. support. More... about 15 years ago
Suppress "extra bytes" from BASIC listing when disassembling; adding missing DEC opcode. More... about 15 years ago
Additional shuffling of disk image code. More... about 15 years ago
Merging bootsector classes into cbmdos. More... about 15 years ago
Redesigning the disk image handlers, to support D81 etc. in addition to D64. More... about 15 years ago
Informal file/container interfaces. More... about 15 years ago
Typo. More... about 15 years ago
Sort tests. More... about 15 years ago
Refactored test suite, added ".coverage" to .gitignore More... about 15 years ago
Experimenting with code coverage via coverage.py: http://nedbatchelder.com/code/modules/coverage.html More... about 15 years ago
Started PRG (bare host file) support. More... about 15 years ago
Refactored BootSector ml address. More... about 15 years ago
To-do More... about 15 years ago
Changed scope of BYTES_PER_SECTOR. More... about 15 years ago
Change entries from property to attribute; only need to compute it once anyway. More... about 15 years ago
Started document on file-formats and containers. More... about 15 years ago
More petscii refactoring. More... about 15 years ago
Add link to C128 ROM disassembly. More... about 15 years ago
Refactoring PETSCII support out of BASIC handling. More... about 15 years ago
Bootsector memory start address still needs to be figured out, but I think the code in place in this check-in is closer. More... about 15 years ago
Added a Kernal function (direct, not vector.) More... about 15 years ago