Skip to content

Fr3nchT0uch/writetowoz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WriteToWoz

A command-line tool to directly write binary to a WOZ image heavely based on DSK2WOZ (c) 2018 Thomas Harte.

Code: GROUiK (FRENCH TOUCH) / Thomas Harte

GNU GENERAL PUBLIC LICENSE Version 3

Usage:

W2W.exe s d track sector image.woz binary.b [-v]

  • [s]: standard track(s) / [c]: custom track(s)
  • interleaving: [d] dos / [p]: physical / [i1]: custom1
  • first [track] number
  • first [sector] number
  • image.woz name
  • binary.b name
  • -v verbose mode (optional)

warning: the first six parameters are mandatory!
note: current custom format = 32 sectors x 128 bytes with custom GAPS

Building Instructions:

Open solution under Visual Studio Community (Windows 10).
Can probably be ported to other platforms very easily.

Disclaimer:

This tool has been written to help Apple II cross-development on PC and is made to be executed from a command line.
It is not optimized and probably buggy under certain circumstances.
Use it at your own risk!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages