nesbox / emulator

Emulator of NES, Super Nintendo, Sega Mega Drive, GameBoy video consoles
http://nesbox.com/emulator/
MIT License
590 stars 247 forks source link

black screen after loading how I fixed it #102

Open bootheidiot opened 4 years ago

bootheidiot commented 4 years ago

so I recently embedded nesbox into my github website I had issues with a black screen after I loaded and couldn't find anything online to fix it so here's what I did for anyone else. in your index.html code look for where it says the system and url now here is what you do all you need to do is change the system to whatever the system is for your rom for example for me I changed system : 'gen', into system : 'nes', I hoped this helped and good luck to everyone