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

Sufami Turbo right rom format? #85

Open
Tatsuya79 opened this issue Dec 6, 2017 · 8 comments
Open

Sufami Turbo right rom format? #85

Tatsuya79 opened this issue Dec 6, 2017 · 8 comments

Comments

@Tatsuya79
Copy link

I thought this core didn't support sufami turbo games while the problem comes from the no-intro set I was using.
It has .sfc and just gives a black screen.

With another set with .smc (probably GoodSet?) every game run fine.

Not sure if no-intro would be supposed to work or if it's an upstream issue.

@sephore
Copy link

sephore commented Jan 17, 2018

Something similar is happening with Satellaview.

With .sfc format it runs fine, but .bs (from the updated no-intro set) will end in a black screen.

@ghost
Copy link

ghost commented May 27, 2018

I think all Sufami Turbo games require a multi-cart setup: bios + gameA + optional gameB. So no-intro shouldn't work since snes9x libretro can only load 1 cart at a time (bios or game). BS-X should be similar except for games like Chrono Trigger Music Library and several other titles which can run standalone.

GoodSnes set has hacked ST games with bios pre-attached so they work okay in all emus. Like Sonic the Hedgehog lock-on technology.

@andres-asm
Copy link

andres-asm commented May 27, 2018 via email

@ghost
Copy link

ghost commented Jun 10, 2018

Good news: able to load single cart Sufami Turbo games without problem. Just load game and it will auto-load ST bios. Sram re-hooked up also. BS-X games might work similar (bs file).

Not-so-great news: hooking up new bs-x changes just bombed out the emulator.

Sucky news: add-on cart games (interface hookup with core). do this as part 2 after ST, BSX games stable.

@andres-asm
Copy link

are you doing it via the subsystem API?

@ghost
Copy link

ghost commented Jun 10, 2018

retro_load_game (1st load): if I see a ST game, I'm able to use LoadMultiCartMem and load stbios + cart_a at same time. same for bs-x games atm. Given the bsx troubles, putting off multi-cart for later.

Having problems with loadstate bsx (crash) or getting past uplink connection (crash).

@andres-asm
Copy link

@ghost
Copy link

ghost commented Jun 11, 2018

Thanks! Took awhile and needed more changes than thought like RETRO_ENVIRONMENT_SET_PIXEL_FORMAT, geometry and such. Finally have Sufami Turbo link working. Can now hook up SD Ultraman + SD Ultraman -- SD Ultraman + SD Seven. Might try hooking up Slotted Cartridges also for G-Next support in same PR, unless something new blows up there.

Have BS-X working also. Had to take out streaming support for now since that causes emu blowouts. Just load your bs file and it'll run.

Will write some short manual or something on how everything works.

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

3 participants