Tom's Hardware > Forum > Games General > Games General Discussions > How to remove boot test screens for certain games???

How to remove boot test screens for certain games???

Forum Games General : Games General Discussions - How to remove boot test screens for certain games???

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: alt.games.mame (More info?)

 

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

Sponsored Links
Register or log in to remove.

Archived from groups: alt.games.mame (More info?)

 

* 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.

-- Moe Syzlak
Flaming Moe's

Reply to sinner

Archived from groups: alt.games.mame (More info?)

 

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.


:-)

Reply to Anonymous

Archived from groups: alt.games.mame (More info?)

 

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. :-)

> We are talking seconds out of your life here...

The time is running out of our hands. And I go to bed now, wasting more
precious time being unconsciousness. ;-)
--
By(e) Andreas
U w4nt r0meZ? <http://www.lazarus.org.uk/>
Old school arcade classics at http://www.tombstones.org.uk/~ankman/
Linux without installation? http://www.knopper.net/knoppix/index-en.html
OE user? Ease the pain and try the better newsreader http://xnews.newsguy.com/
Registered as user #289125 with the Linux Counter http://counter.li.org/

Reply to Anonymous

Archived from groups: alt.games.mame (More info?)

 

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!

Reply to mcr

Archived from groups: alt.games.mame (More info?)

 

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

Reply to Anonymous

Archived from groups: alt.games.mame (More info?)

 

AMEN!

"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!

Reply to Anonymous

Archived from groups: alt.games.mame (More info?)

 

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
>
>

Reply to Anonymous

Archived from groups: alt.games.mame (More info?)

 

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'.)

Please?

--
Thnik about it!
Deadly_Dad

Reply to Anonymous

Archived from groups: alt.games.mame (More info?)

 

Hi Dead Dad,

> -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.

Thanks,

SA Dev

Reply to Anonymous

Archived from groups: alt.games.mame (More info?)

 

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?

AdvanceMAME does this for you. Automagically. :)

AdvanceMAME:
http://advancemame.sourceforge.net/

Specific information:
http://advancemame.sourceforge.net [...] tml#8.12.4

/Kristoffer

--
This cookie has a scrap of paper inside. It reads:
Qba'g rng gbb zhpu: lbh zvtug fgneg uvppbhtuvat!

Reply to Anonymous
Tom's Hardware > Forum > Games General > Games General Discussions > How to remove boot test screens for certain games???
Go to:

There are 1272 identified and unidentified users. To see the list of identified users, Click here.

Please mind

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.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them