Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WOZ: Improve feedback for unsupported configurations #729

Open
tomcw opened this issue Nov 27, 2019 · 0 comments
Open

WOZ: Improve feedback for unsupported configurations #729

tomcw opened this issue Nov 27, 2019 · 0 comments

Comments

@tomcw
Copy link
Contributor

tomcw commented Nov 27, 2019

Provide feedback to user when:

  • .woz is 13-sector (AppleWin only supports booting 16-sector disks), eg. Asteriod.woz
    • Info chunk (v2) has a field: bootSectorFormat (unknown/13/16/both)
  • .woz isn't supported by machine type, eg. Choplifter.woz doesn't work with Enhanced //e
    • Info chunk (v2) has a field: compatibleHardware
  • .woz image has special requirements, eg. Seafox.woz doesn't work with SSC in slot-2!
  • .woz v1 format doesn't have a compatibleHardware field, eg. Seafox.woz doesn't work with Enhanced //e either!
    • So could have a blacklist of crc32 values to id the v1 .woz images, to extend for bootSectorFormat or compatibleHardware support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant