uxntal-mode
uxntal-mode copied to clipboard
Allow custom rom export location
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)