Skip to content
/ bbcfs Public

Create .ssd images for the BBC Microcomputer from a set of local files.

Notifications You must be signed in to change notification settings

ak15199/bbcfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Create BBC Micro .ssd files with this script.

bbcfs.py --help
usage: bbcfs.py [-h] [-d FILE] [-t TITLE] [-o {load,run,exec}]
                INSPEC [INSPEC ...]

Build a BBC .ssd disk

positional arguments:
  INSPEC                A file to add to the ssd, where INSPEC is defined as
                        [DIR.]FILENAME[:LOADADDR[:EXECADDR]]

optional arguments:
  -h, --help            show this help message and exit
  -d FILE, --dest FILE  .ssd file to write to
  -t TITLE, --title TITLE
                        disk title
  -o {load,run,exec}, --opt {load,run,exec}
                        boot option

About

Create .ssd images for the BBC Microcomputer from a set of local files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages