Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-03 | Fix Hintergrund extractionHEADmaster | Lars-Dominik Braun | 2 | -3/+11 | |
The script added a bogus/empty page at offset 0x600, since only three instead of four entries of the first page table were skipped. To make sure offsets are correct, add the first page (not stored on Hintergrund) to the output as well. FILE dataspace conversion can skip this page with `--skip 1`. | |||||
2019-03-03 | extractHintergrund: Switch to argparse and logging | Lars-Dominik Braun | 1 | -11/+25 | |
2019-02-26 | Add initial version of extractHintergrund.py | Lars-Dominik Braun | 1 | -0/+225 | |
Extracting dataspaces seems to work, decoding PCB seems to be wrong. | |||||
2019-02-25 | README: Describe tools | Lars-Dominik Braun | 1 | -1/+12 | |
2019-02-07 | Add missing ENDPACKET statement to vim synax file | Lars-Dominik Braun | 1 | -2/+2 | |
2019-02-03 | extractAll: Delete source DS if conversion was successful | Lars-Dominik Braun | 1 | -1/+1 | |
2019-02-03 | Preserve file dataspace mtime | Lars-Dominik Braun | 1 | -1/+1 | |
2017-07-09 | Add ELAN vim syntax file/pygments lexer and README | Lars-Dominik Braun | 3 | -0/+191 | |
2017-07-09 | convertFileDs: Catch unresolved heap references | Lars-Dominik Braun | 1 | -2/+6 | |
2017-07-09 | lineraize: Add 800k floppy | Lars-Dominik Braun | 1 | -0/+3 | |
2017-02-18 | linearize: 720k disks use 9 sectors per track as well | Lars-Dominik Braun | 1 | -2/+2 | |
2017-02-18 | linearize: Adjust blocksPerChunk based on filesize | Lars-Dominik Braun | 1 | -0/+8 | |
It’s just the number of sectors per track for floppies. | |||||
2016-09-29 | Add ZEICHENSATZ dumper | Lars-Dominik Braun | 1 | -0/+71 | |
2016-09-29 | Update character conversion map | Lars-Dominik Braun | 1 | -10/+192 | |
Should contain EUMEL’s entire charset now | |||||
2016-09-21 | Add position of file in archive to name | Lars-Dominik Braun | 2 | -1/+7 | |
Some archive disks are organized into “sections” and file order should be preserved in those cases. Add a simple commandline switch. | |||||
2016-09-17 | Add disk extraction tools | Lars-Dominik Braun | 5 | -0/+486 | |