Front End Support > MaLa Frontend
What emulators do you use for SNES, SEGA and NES?
yotsuya:
--- Quote from: BadMouth on June 16, 2015, 10:34:34 am ---
For Genesis I use Kega Fusion. It also covers master system, game gear, & sega CD.
I love Kega Fusion because it's simple.
For NES, I'm think I'm using FCE Ultra (FCEUX).
For SNES, ZSNES
--- End quote ---
These are all good recommendations. And to think I started NES emulation years ago with NESticle.
jazzycian:
--- Quote from: phulshof on June 16, 2015, 09:58:30 am ---In src/emu/ui/ui.c:
In the function void ui_manager::display_startup_screens(bool first_time, bool show_disclaimer):
--- Code: ---<br /> // disable everything if we are using -str for 300 or fewer seconds, or if we're the empty driver,<br /> // or if we are debugging<br />// if (!first_time || (str > 0 && str < 60*5) || &machine().system() == &GAME_NAME(___empty) || (machine().debug_flags & DEBUG_FLAG_ENABLED) != 0)<br /> show_gameinfo = show_warnings = show_disclaimer = show_mandatory_fileman = FALSE;<br />
--- End code ---
The if line is the one that needs to be commented out, as per the code above. It will make MAME always execute the second line, which sets all the show variables to false.
--- End quote ---
Thanks for that, i will try find that later and comment it out. Will that get rid of all of those messages that pop up before a game loads telling you to press left then right to continue?
--- Quote from: BadMouth on June 16, 2015, 10:34:34 am ---
For Genesis I use Kega Fusion. It also covers master system, game gear, & sega CD.
I love Kega Fusion because it's simple.
For NES, I'm think I'm using FCE Ultra (FCEUX).
For SNES, ZSNES
--- End quote ---
Thanks, I will give these a go, I was having hassle with some of the ones I was using opening in a window instead of full screen.
phulshof:
Yes, that will get rid of all those warning messages.
jazzycian:
--- Quote from: phulshof on June 16, 2015, 11:30:57 am ---Yes, that will get rid of all those warning messages.
--- End quote ---
That would be fantastic, I will give it a go later on. Thanks very much for your assistance.
Navigation
[0] Message Index
[*] Previous page
Go to full version