nesbox / emulator

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

Region Issue / Sega Mega Drive & Genesis #6

Closed vici0usx closed 9 years ago

vici0usx commented 9 years ago

I get this message when trying to Play Aladdin: www.loveroms.com/play-online/sega-genesis/aladdin-e-/808

"Developed for use only with PAL and French Secam Mega Drive Systems"

Any idea how we can fix this?

nesbox commented 9 years ago

@vici0usx I think you should use region parameter with 'e' value. Like { system:'sega', url:'...', region:'e' } Supported regions: u - for USA roms (default), e - for Europe roms, j - for Japanese roms

vici0usx commented 9 years ago

Awesome! Great feature. Thank you.

vici0usx commented 9 years ago

I got this implemented and tried it with various Europe ROMs, I still have the same issue. This is an example output:

system : 'sega', url : 'Aladdin%20(E)%20[!].zip', region : 'e'

nesbox commented 9 years ago

Pls send me this rom, I'll try to investigate.

vici0usx commented 9 years ago

Sent via email

nesbox commented 9 years ago

I've got the problem. Please add 'ntsc:false' parameter for all European roms.

vici0usx commented 9 years ago

Worked, thanks !!!

thumbtak1 commented 7 years ago

"I've got the problem. Please add 'ntsc:false' parameter for all European roms."

How do I add this?

qadras33 commented 11 months ago

@vici0usx I think you should use region parameter with 'e' value. Like { system:'sega', url:'...', region:'e' } Supported regions: u - for USA roms (default), e - for Europe roms, j - for Japanese roms

Thanks!!