Home | Forums | What's new | Resources | |
FB Alpha for Saturn - your requests |
vbt - Jan 17, 2016 |
vbt | Jan 24, 2016 | |||||||||||
sure i can do that, the main goal is to show the game runs full speed.
yes i can try as original sms plus has gamegear support but then there a question, is it possible to declare a define in a makefile ? the idea is that : - same source files for 3 different binaries - sms driver with raze (for speed) - sms driver with CZ80 (for compatibility) - gg driver with gg features (more buttons, special cycle patterns, ...)
i agree my game selection is bad (same in sg1000) if satcom lib does that better why not but it need to free some buttons, all are mapped for fba even if games uses only button 1/2+coins about game saves/loads, fba supports it natively i just removed the code, it would need also 2 free buttons or key combinations |
cafe-alpha | Jan 25, 2016 | ||||||||||||||||||||||
If you want to show that games run full speed, then you should rather post a video of fba in action, with this FPS counter enabled, and then release fba without any FPS counter. And this would increase the popularity of your your project BTW, yesterday I played a little Sonic Chaos with fba
I don't know if it answers the question, but if you want to use a single makefile in order to generate several executables from the same sources, you can try something like this : When calling make :
Code:
In your makefile :
Code:
In your code :
Code:
Will maybe (untested) generate specific code in D_TEST.BIN executable file. I personally find this solution ugly (
Why not only one button to "emulation settings" (load/save state, change ROM, etc) menu ? This would allow extra settings addition without the need to think about which button to use for it. |
vbt | Feb 27, 2016 | |||||
gg added about save state what would be better for gg/sms case ? save state support or read back up emulation? i will check to add fba save state to saturn another improvement can be : - a pause button for other drivers |
cafe-alpha | Feb 28, 2016 | |||||
I was just thinking of something allowing to resume playing even after powering of Saturn. Purpose is to play relatively long games (example: Tails Adventure) without the need to write down game passwords |
vbt | Jan 18, 2017 | |||
bump, new feature possible, a config screen : - fps counter : yes/no - vsync : yes/no - sound : yes/no - zoom : yes/no and naturally it would be saved in saturn bakup memory |