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

Entry for 1942 missing in conv_win.sh? #29

Open
Avatario34 opened this issue Aug 2, 2023 · 2 comments
Open

Entry for 1942 missing in conv_win.sh? #29

Avatario34 opened this issue Aug 2, 2023 · 2 comments

Comments

@Avatario34
Copy link
Contributor

Hello,

super cool project, thanks for making it!

Have just realised that the following line seems to be missing in conv_win.sh for 1942:

python ./romconv.py _1942_rom_cpu1 ../roms/srb-03.m3 ../roms/srb-04.m4 ../galagino/1942_rom1.h

Thanks again, Christian

@harbaum
Copy link
Owner

harbaum commented Aug 2, 2023

Thanks for reporting. I don't use the windows scripts myself. Feel free to submit a pull request.

Avatario34 added a commit to Avatario34/galagino that referenced this issue Aug 3, 2023
@witnessmenow
Copy link
Contributor

Could we think of a way of combing these files rather than maintaining two? They are the same other than adding "python" at the front.

A couple of suggestions:

  • update conv.sh to have "python" at the start. One challenge I could see is maybe people use "python3" for their python install
  • similar to above, but have a command line argument for the conv.sh file that could that sets the "python" part. You probably wouldn't need to pass in anything on Mac and Unix. This could possibly also allow people to pass in full paths to specific versions of python.
  • port the script to python itself. Least favourite option for me cause it makes the script more complicated, but possibly simplifies running it.

harbaum added a commit that referenced this issue Oct 14, 2023
Fixed conv_win.sh (Issue #29) and updated readme for Rom conversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants