Skip to content

stardot/inf_format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Draft proposal for the BBCT Micro .inf format, attempting to tidy up some loose ends.

Discussion here: https://stardot.org.uk/forums/viewtopic.php?t=31577

Full proposal

See ./inf_format_full.md.

inf.py

Python 3 script that finds .inf files and tries to parse them. Point it at your own collection and see what it says. Example invocation, suitable for me on my laptop:

inf.py c:\tom\github\beeb-files\ c:\temp\

If it moans about invalid chars in your .inf files, run it with --accept-all-chars to allow the optional handling of invalid chars.

Run with --no-crc to stop it trying to check any CRCs of all the data files.

About

.inf format spec WIP - see https://www.stardot.org.uk/forums/viewtopic.php?t=31577

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages