does/ has anyone figured out how to make roms boot straight to game without
the test screens(for ex: Pacs, Galaga, etc..). i would like to see just
the game come straight up!
* Kelly Ray wrote in alt.games.mame:
> does/ has anyone figured out how to make roms boot straight to game without
> the test screens(for ex: Pacs, Galaga, etc..). i would like to see just
> the game come straight up!
> any ideas how to do this? sites? is this easy?
No, MAME emulates the hardware, those screens, as you pointed out, are
the hardware booting so without changing the code it cant be done.
We are talking seconds out of your life here...
--
David
He may have come up with the recipe, but I came up with the idea of
charging $6.95 for it.
SINNER <99nesorjd@gates_of_hell.invalid> wrote in
news:4s8im2xfte.ln2@news.gates_of_hell.com:
> MAME emulates the hardware, those screens, as you pointed out, are
> the hardware booting so without changing the code it cant be done.
>
> We are talking seconds out of your life here...
Agreed. Think about all the time you'd otherwise spend rooting through the
code and trying to make sense of it all. Fugeddaboudid! Decide instead that
you are running a piece of living history! Which is actually the truth, and
arguably what MAME is all about.
SINNER wrote on 26. May 2005:
>
> * Kelly Ray wrote in alt.games.mame:
>> does/ has anyone figured out how to make roms boot straight to game without
>> the test screens(for ex: Pacs, Galaga, etc..). i would like to see just
>> the game come straight up!
>
>> any ideas how to do this? sites? is this easy?
>
> No, MAME emulates the hardware, those screens, as you pointed out, are
> the hardware booting so without changing the code it cant be done.
And it's all about emulation. That you can also play the games is just a
side effect. :-)
Sune Salminen wrote:
> Kelly Ray wrote:
>
>>does/ has anyone figured out how to make roms boot straight to game
>>without the test screens(for ex: Pacs, Galaga, etc..). i would like
>>to see just the game come straight up!
>>
>>any ideas how to do this? sites? is this easy?
>>
>>thanks,
>>Kelly
>
>
> You can unthrottle the game momentarily by pressing...*alzheimer
> light*..erm....F10 or F11. That will bypass the boot-up sequence faster.
>
> -Sune
>
I know whats causing your problems, only 12 hours in the day and
children, right? My nippers sap the life out of me (bless em) and I
find it hard to find the time to do anything else!
Either that or you are just getting old ;-)
--
MCR
MAME(TM) - History In The Making...
documentation, decryping, developing and playing games!
> does/ has anyone figured out how to make roms boot straight to game
> without the test screens(for ex: Pacs, Galaga, etc..). i would like to
> see just the game come straight up!
> any ideas how to do this? sites? is this easy?
If you *can* compile MAME, you can use my tweaks to do this. I have a tweak
utility that allows you to add options to the standard MAME including these
which will address your issue. If you don't know how to compile MAME, do a
search as there are webpages on how to do it.
-fast_startup_frames <int> / -fsf <int> (default 0) will unthrottle the
specified number of frames at the beginning of a game to skip by them faster
as well as mute the audio.
-skip_startup_frames <int> / -ssf <int> (default 0) will unthrottle and not
display the specified number of frames at the beginning of a game to skip by
them faster as well as mute the audio.
You will have to figure out the number of frames to skip for each game and
create a game specific ini (galaga.ini containing skip_startup_frames 870).
Understand that you can't really skip these frames, they are part of the
emulation. What you can do is run them quickly and not display them or
their audio.
"MCR" <mark.coleman10@nospamntlworld.co.uk> wrote in message
news:juBle.126$%h4.115@newsfe3-win.ntli.net...
> Sune Salminen wrote:
>> Kelly Ray wrote:
>>
>>>does/ has anyone figured out how to make roms boot straight to game
>>>without the test screens(for ex: Pacs, Galaga, etc..). i would like
>>>to see just the game come straight up!
>>>
>>>any ideas how to do this? sites? is this easy?
>>>
>>>thanks,
>>>Kelly
>>
>>
>> You can unthrottle the game momentarily by pressing...*alzheimer
>> light*..erm....F10 or F11. That will bypass the boot-up sequence faster.
>>
>> -Sune
>>
>
> I know whats causing your problems, only 12 hours in the day and
> children, right? My nippers sap the life out of me (bless em) and I find
> it hard to find the time to do anything else!
>
> Either that or you are just getting old ;-)
>
> --
> MCR
> MAME(TM) - History In The Making...
> documentation, decryping, developing and playing games!
thank you, that's the answer i was looking for(help)!
thanks a lot,
Kelly
"SA Development" <nospam38925@forme.com> wrote in message
news:MpGdnZ26P-XZjArfRVn-rw@valortelecom.com...
> Hi Kelly,
>
>> does/ has anyone figured out how to make roms boot straight to game
>> without the test screens(for ex: Pacs, Galaga, etc..). i would like to
>> see just the game come straight up!
>> any ideas how to do this? sites? is this easy?
>
> If you *can* compile MAME, you can use my tweaks to do this. I have a
> tweak utility that allows you to add options to the standard MAME
> including these which will address your issue. If you don't know how to
> compile MAME, do a search as there are webpages on how to do it.
>
> -fast_startup_frames <int> / -fsf <int> (default 0) will unthrottle the
> specified number of frames at the beginning of a game to skip by them
> faster as well as mute the audio.
>
> -skip_startup_frames <int> / -ssf <int> (default 0) will unthrottle and
> not display the specified number of frames at the beginning of a game to
> skip by them faster as well as mute the audio.
>
> http://home.earthlink.net/~alank2/mame/MAMETweaks.zip >
> You will have to figure out the number of frames to skip for each game and
> create a game specific ini (galaga.ini containing skip_startup_frames
> 870).
>
> Understand that you can't really skip these frames, they are part of the
> emulation. What you can do is run them quickly and not display them or
> their audio.
>
> Thanks,
>
> SA Dev
>
>
SA Development wrote:
> Hi Kelly,
>
>
>>does/ has anyone figured out how to make roms boot straight to game
>>without the test screens(for ex: Pacs, Galaga, etc..). i would like to
>>see just the game come straight up!
>>any ideas how to do this? sites? is this easy?
>
>
> If you *can* compile MAME, you can use my tweaks to do this. I have a tweak
> utility that allows you to add options to the standard MAME including these
> which will address your issue. If you don't know how to compile MAME, do a
> search as there are webpages on how to do it.
>
> -fast_startup_frames <int> / -fsf <int> (default 0) will unthrottle the
> specified number of frames at the beginning of a game to skip by them faster
> as well as mute the audio.
>
> -skip_startup_frames <int> / -ssf <int> (default 0) will unthrottle and not
> display the specified number of frames at the beginning of a game to skip by
> them faster as well as mute the audio.
>
> http://home.earthlink.net/~alank2/mame/MAMETweaks.zip >
> You will have to figure out the number of frames to skip for each game and
> create a game specific ini (galaga.ini containing skip_startup_frames 870).
>
> Understand that you can't really skip these frames, they are part of the
> emulation. What you can do is run them quickly and not display them or
> their audio.
>
> Thanks,
>
> SA Dev
>
>
-show_frames / -sf will add total frames rendered to the information
displayed when <F11> is pressed.
-save_peak_volume / -spv will track the highest volume level recorded
during session and add the line 'peak_volume ###' to [game].ini upon
exit. (To help in setting 'gainvolume'.)
> -show_frames / -sf will add total frames rendered to the information
> displayed when <F11> is pressed.
This one is easy, although I probably wouldn't implement it as an option as
much as I would just change the on screen display. The next time I'm
updating my tweaks, I'll take a look at adding it...
> -save_peak_volume / -spv will track the highest volume level recorded
> during session and add the line 'peak_volume ###' to [game].ini upon exit.
> (To help in setting 'gainvolume'.)
Currently gainvolume reports the amount it reduced it by when exiting, I
agree that an option to create/edit a game specific INI or CFG file to
remember what it reduced it to would be a good idea. I've sort of given up
on the idea of perfect MAME audio. I worked hard, and I mean so very hard
on trying to come up with a *good* way of equalizing MAME volume, but to do
this, in realtime or not, is hugely complicated. Part of the problem is
that the human ear is much more sensitive to certain frequencies than others
so even the same power output at different frequencies varies greatly in
perceived volume.
In news:<A-WdncSVDP4Y7gvfRVn-ow@comcast.com>, Kelly Ray
<starwarsroomspam@comcast.net> says...
> does/ has anyone figured out how to make roms boot straight to game without
> the test screens(for ex: Pacs, Galaga, etc..). i would like to see just
> the game come straight up!
> any ideas how to do this? sites? is this easy?
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.