summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-03Fix Hintergrund extractionHEADmasterLars-Dominik Braun2-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-03extractHintergrund: Switch to argparse and loggingLars-Dominik Braun1-11/+25
2019-02-26Add initial version of extractHintergrund.pyLars-Dominik Braun1-0/+225
Extracting dataspaces seems to work, decoding PCB seems to be wrong.
2019-02-25README: Describe toolsLars-Dominik Braun1-1/+12
2019-02-07Add missing ENDPACKET statement to vim synax fileLars-Dominik Braun1-2/+2
2019-02-03extractAll: Delete source DS if conversion was successfulLars-Dominik Braun1-1/+1
2019-02-03Preserve file dataspace mtimeLars-Dominik Braun1-1/+1
2017-07-09Add ELAN vim syntax file/pygments lexer and READMELars-Dominik Braun3-0/+191
2017-07-09convertFileDs: Catch unresolved heap referencesLars-Dominik Braun1-2/+6
2017-07-09lineraize: Add 800k floppyLars-Dominik Braun1-0/+3
2017-02-18linearize: 720k disks use 9 sectors per track as wellLars-Dominik Braun1-2/+2
2017-02-18linearize: Adjust blocksPerChunk based on filesizeLars-Dominik Braun1-0/+8
It’s just the number of sectors per track for floppies.
2016-09-29Add ZEICHENSATZ dumperLars-Dominik Braun1-0/+71
2016-09-29Update character conversion mapLars-Dominik Braun1-10/+192
Should contain EUMEL’s entire charset now
2016-09-21Add position of file in archive to nameLars-Dominik Braun2-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-17Add disk extraction toolsLars-Dominik Braun5-0/+486