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

Feature Request: Sufami Turbo Support #280

Open
ajgowans opened this issue May 10, 2021 · 3 comments
Open

Feature Request: Sufami Turbo Support #280

ajgowans opened this issue May 10, 2021 · 3 comments

Comments

@ajgowans
Copy link

Can native Sufami Turbo support be added into the core? I have done an overview of the add on on the forum if anyone wants an overview of the hardware, and to see what it looks like:

https://misterfpga.org/viewtopic.php?f=18&p=25439#p25439

Sufami Turbo Games

There were 13 carts released for it:
Poi Poi Ninja
SD Gundam: Generations Part 1
SD Gundam: Generations Part 2
SD Gundam: Generations Part 3
SD Gundam: Generations Part 4
SD Gundam: Generations Part 5
SD Gundam: Generations Part 6
SD Ultra Battle: Ultraman Legend
SD Ultra Battle: Seven Legend
Crayon Shin Chan
Gegege No Kitarou
Bishoujo Senshi Sailor Moon Sailor Stars: Fuwa Fuwa Panic 2
Gekisō Sentai Car Ranger: Zenkai! Racer Senshi

Here is some information on the special features you unlock by having a cart in Slot B:

SD Gundam Generations
SD Gundam Generations is a series of 6 games, each containing a certain amount of unique Gundam fighters. With the main Gundam Generations game in slot 1, the player can use Gundam fighters from the cartridge in slot 2.

SD Ultra Battle
SD Ultra Battle is a beat 'em up game based on the Ultraman series which allows the player to use the characters from whichever cart was in slot 2, in the main game in slot 1. It links with other copies of the same game (Battle 1 links with Battle 1), allowing both players to use the same character and saved data, or with the opposing game using characters from both games. The first game is based on Ultraman, and the second is based on Ultra Seven.

Poi Poi Ninja
Poi Poi Ninja only links with other copies of Poi Poi Ninja, to share save data or character data for vs. battles.

Implementing Into MiSTer Core

I am not a developer, but I have been thinking at a high level how support could be added into the SNES MiSTer core.

Firstly have a sufamiturbo folder within the folder structure, containing the BIOS and roms of the 13 carts.
Add a new Sufami Turbo option on the core menu
Selecting this option would load a screen that has options to select rom for Slot A, select rom for Slot B, and launch Sufami Turbo
Launching Sufami Turbo without no carts selected would just launch the BIOS to get the no carts screen and music (if no correctly named BIOS then throw up an error messaging for missing BIOS)
Launching Sufami Turbo with valid rom selected in Slot A would launch the game selected
Launching Sufami Turbo with valid rom selected in Slot A and Slot B would launch rom set in Slot A and apply the additional feature of rom in Slot B

If it were to be developed in stages:

  1. Get the Sufami Turbo BIOS loading
  2. Be able to load a valid rom
  3. Be able to load a valid rom and apply features from valid rom in Slot B
@ajgowans
Copy link
Author

Someone on NES Dev has dug into the hardware and drawn up a schematic:

http://forums.nesdev.com/viewtopic.php?t=19787

@tjanas
Copy link
Contributor

tjanas commented Nov 26, 2023

Support for dumping Sufami Turbo cartridges has been recently added to sanni:

sanni/cartreader#871

@sorgelig
Copy link
Member

Generally speaking, it's possible. But adding manager just for couple niche games looks unreasonable.
Probably BIOS+CartA+CartB can be merged in one file and handle it in existing compatible mapper

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

No branches or pull requests

3 participants