Replies: 1 comment 4 replies
-
|
I'm having an error with this that says "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Apps > Advanced app settings > App execution aliases." after running the BAT file. I have all the ROM files in the roms directory, as well as the Z80 zip file. Your file was unzipped into the romconv directory. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had some trouble getting the ROM files converted correctly to make the .ino file compile.
After a lot of struggling and many hours of trying, I finally managed to convert the ROMs successfully.
(I won’t say who helped me 🙈)
To make it easier for others who might run into the same issue, I’ve created (uhm.. We) a file that simplifies the process.
Hopefully, this helps others get the sketch running more easily!
👉 Here’s the file: https://drive.google.com/file/d/1ZPTtuGYOBp8keSd2yDJLoiyL0WEJRc8m/view?usp=sharing
Instructions:
Unzip the file into the romconv directory and double-click it — easy peasy (at least for me)!
Also, don’t forget to place the ROM files and the Z80 zip file into the roms directory — otherwise it won’t work!
(Don’t worry, this is also mentioned on the GitHub page.)
Beta Was this translation helpful? Give feedback.
All reactions