Kautenja / nes-py

A Python3 NES emulator and OpenAI Gym interface
MIT License
235 stars 63 forks source link

Improperly formatted ROMs #89

Closed OliverAkins closed 1 year ago

OliverAkins commented 1 year ago

I am trying to get the emulator set up, but every ROM I try is returning the "ROM header zero fill bytes are not zero" error. I have seen in a previous issue on this project that this is due to an improperly formatted ROM, but is there any way to format the ROMs myself? If not, is there anywhere that does have the properly formatted ROMs?

Thanks.