You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
uxntal-local-export
== t export in the same dir as the .tal fileuxntal-export-path
!= nil export to the specified pathThe text was updated successfully, but these errors were encountered: