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

Allow custom rom export location #4

Open
4 tasks
xaderfos opened this issue Jun 27, 2021 · 0 comments
Open
4 tasks

Allow custom rom export location #4

xaderfos opened this issue Jun 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@xaderfos
Copy link
Owner

The roms are now created under /tmp on Linux/OSX (no support for Windows is in my plans currently).

We should be able to export the roms either in the same dir as the .tal file or to a custom path on the filesystem. Variable names: uxntal-local-export (boolean - export in the same dir as the .tal file), uxntal-export-path (string - export to the provided path).

Acceptance criteria:

  • without any config uxntal-mode exports the rom to /tmp with a filename of {buffer-name}.rom
  • if uxntal-local-export == t export in the same dir as the .tal file
  • if uxntal-export-path != nil export to the specified path
  • pressidence of config should be: uxntal-export-path > uxntal-local-export > default (no config)
@xaderfos xaderfos added feature enhancement New feature or request and removed feature labels Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant