I grabbed a copy of player.chr from github then used this command line:
pynes -p hello.py -o hello.nes
unfortunately this doesn't work. It produces no error message other than an unhelpful help message. The tool runs though because it creates an empty hello.nes file.
so I'm stuck - I can't even get the basics working
any ideas?
I'm on mac os x 10.11.3. installed pynes using pip.
Can't get the readme example to work AND the output from the pynes executable isn't very helpful either.
here's the hello.py file I used:
I grabbed a copy of player.chr from github then used this command line:
pynes -p hello.py -o hello.nes
unfortunately this doesn't work. It produces no error message other than an unhelpful help message. The tool runs though because it creates an empty hello.nes file.
so I'm stuck - I can't even get the basics working
any ideas?
I'm on mac os x 10.11.3. installed pynes using pip.