Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: DashRendar on June 28, 2010, 03:05:41 pm

Title: Removing Green Instruction Screen (in Tecmo Games)
Post by: DashRendar on June 28, 2010, 03:05:41 pm
Working on my cab last night, I decided to test the game resolutions.

I went through firing up different games, and noticed the Tecmo games were all squished due to having a green instruction screen on the top half.

Is there a trick to hiding that annoying green instruction screen? 

It does this on Ninja Gaiden III, Rygar, and Goonies, as well as several others I'm sure.
Title: Re: Removing Green Instruction Screen (in Tecmo Games)
Post by: Dazz on June 28, 2010, 04:49:22 pm
That's the Nintendo Playchoice system rom.  As far as I know you can't remove those screens since it's actually part of the system/rom.
Title: Re: Removing Green Instruction Screen (in Tecmo Games)
Post by: DashRendar on June 28, 2010, 04:52:36 pm
Ah thanks, so I'm guessing I need to track down a non-Playchoice rom.

I was hoping it'd be something like a dipswitch setting.
Title: Re: Removing Green Instruction Screen (in Tecmo Games)
Post by: chillinwater on June 28, 2010, 05:13:49 pm
You can Disable it using "tab" while in Mame. (tab is the default Options key)

(to get to the options menu)
select
\tab\
then from the main options screen
select
\video options\
and then select the screen you want
Title: Re: Removing Green Instruction Screen (in Tecmo Games)
Post by: Congui on June 28, 2010, 05:14:18 pm
Actually, in the more recent versions of mame, you can select under TAB the video option; there, you can choose the screen to display, this way you can only display the game screen (0 I think).  The only problem with this is, that since PlayChoice games use a timer (which is in the instruction screen) you won't be able to see it how much time you have left, so you can't really tell how long before your time runs out.  Makes sense?  Not really sure if you can display the instruction screen in a secundary display.
Title: Re: Removing Green Instruction Screen (in Tecmo Games)
Post by: Dazz on June 28, 2010, 05:27:13 pm
Ahh, thanks for the additional info guys...  I wonder if there is a way to make the instruction screen go down to my secondary 7" screen. 
Title: Re: Removing Green Instruction Screen (in Tecmo Games)
Post by: Ginsu Victim on June 28, 2010, 06:00:59 pm
I know you can, but don't have the details. You can specify in the INI file which monitor to display which screen on.
Title: Re: Removing Green Instruction Screen (in Tecmo Games)
Post by: DashRendar on June 28, 2010, 06:17:13 pm
Thanks for the advice everyone.  :)
Title: Re: Removing Green Instruction Screen (in Tecmo Games)
Post by: nexusmtz on June 29, 2010, 12:16:39 am
Ahh, thanks for the additional info guys...  I wonder if there is a way to make the instruction screen go down to my secondary 7" screen.  

For MAME v107 and up,
Code: [Select]
mame -verbose -numscreens 2 -screen0 \\.\DISPLAY1 -screen1 \\.\DISPLAY2 -view0 "Screen 0 Standard" -view1 "Screen 1 Standard" pc_tbowlThat's the full command. Usually though, all you need is -numscreens 2 to put one game screen on each physical screen.