ppeccin / WebMSX

WebMSX - Online MSX Emulator
https://webmsx.org
396 stars 70 forks source link

Cannot load files with spaces on their names #5

Closed Konamito closed 8 years ago

Konamito commented 8 years ago

I've tried to load some files using JavaScript and I have noticed that the emulator fails to load them. I get a 404 not found error:

Could not load file(s):

No valid ROM, Cassette or Disk found.

Here's an example of one of my files: Andorogynus (Telenet Japan, 1987).zip

ppeccin commented 8 years ago

The problem is the comma ",", not the spaces. It was being used as a special file name divider character. Switched to ":" instead of ",". Please update!