Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sega Saturn not load #28

Closed
dosboxonline opened this issue Oct 4, 2021 · 7 comments
Closed

Sega Saturn not load #28

dosboxonline opened this issue Oct 4, 2021 · 7 comments

Comments

@dosboxonline
Copy link

saturn
If run from the site - emulatorjs.com the problem is similar. Maybe you can understand what the problem is. On my part, there are no errors because the BIOS file and zip archive with the game work without problems on a similar emulator from the site - neptunjs.xyz.

@dosboxonline
Copy link
Author

To check this, links to BIOS and game files are not needed. They don't change the emulator load problem.

@thelamer
Copy link

Emulator type "segaSaturn" works fine for me and I use the bios. The core thing is most roms are distroed as chd files while the emulator.js only supports bin/iso (in my experience only binmerged bins) files (multi disc does not work on any system). Your best bet is to use chdman to pull out a bin/cue and load the resulting single bin IE:

chdman extractcd -i $GAMENAME.chd -o $GAMENAME.cue

That resulting bin file will load and play, though Saturn emulation is basically unplayable as is.

@dosboxonline
Copy link
Author

I have a site with dozens Sega Saturn games that work through an emulator NeptunJS and all the files are in bin and iso (inside zip). I have never seen on the Internet disk images for this console in the format chd, only bin/cue or iso+wav sound/cue. You can show a screenshot of running Sega Saturn on the EmulatorJS ?
1634597920053

@dosboxonline
Copy link
Author

To determine if the files are in an unsupported format, the emulator must first download them. But the emulator does not even start this process and does not even download the file saturn-asmjs.data .

@thelamer
Copy link

Wow that's surprising, neptunejs is the same basic codebase as emulatorjs. so which is the chicken and which is the egg?
You might want to try binmerge to get a single bin file https://github.com/putnam/binmerge, this is the same thing as a single bin being extracted from a compressed hunks file.

@thelamer
Copy link

Why don't you post your raw html?

@dosboxonline
Copy link
Author

I close this issue due to a misunderstanding. I'll try to solve it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants