nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
183 stars 14 forks source link

Save as executable binary #12

Closed Esshahn closed 6 years ago

Esshahn commented 6 years ago

Save the file as a .prg file that can be executed on the C64

nurpax commented 6 years ago

Simple display of one screen is fortunately easy.. I'm planning to compile just a .prg and patch the content into a binary template (so there's no need to compile any asm source).

But prg output could potentially include some fancy things like playing a sid + supporting multiple screens in a slideshow.

nurpax commented 6 years ago

All export types (https://github.com/nurpax/petmate/issues/13, BASIC, etc.) should probably open up some kind of options pane that could be used to set export settings.