Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Removing Green Instruction Screen (in Tecmo Games)  (Read 2876 times)

0 Members and 1 Guest are viewing this topic.

DashRendar

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 488
  • Last login:November 06, 2015, 05:46:52 pm
  • "Don't get your servos in a twist pal."
Removing Green Instruction Screen (in Tecmo Games)
« 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.
WANTED: Somebody to go back in time with me. This is not a joke. P.O. Box 322, Oakview, CA 93022. You'll get paid after we get back. Must bring your own weapons. Safety not guaranteed. I have only done this once before.

Dazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1246
  • Last login:January 11, 2025, 07:43:39 am
  • HyperSpin Team
    • VPUniverse
Re: Removing Green Instruction Screen (in Tecmo Games)
« Reply #1 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.



DashRendar

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 488
  • Last login:November 06, 2015, 05:46:52 pm
  • "Don't get your servos in a twist pal."
Re: Removing Green Instruction Screen (in Tecmo Games)
« Reply #2 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.
WANTED: Somebody to go back in time with me. This is not a joke. P.O. Box 322, Oakview, CA 93022. You'll get paid after we get back. Must bring your own weapons. Safety not guaranteed. I have only done this once before.

chillinwater

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 54
  • Last login:February 01, 2022, 12:13:55 am
Re: Removing Green Instruction Screen (in Tecmo Games)
« Reply #3 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

Congui

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 142
  • Last login:July 23, 2015, 12:54:53 pm
  • Newbie!
Re: Removing Green Instruction Screen (in Tecmo Games)
« Reply #4 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.

Dazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1246
  • Last login:January 11, 2025, 07:43:39 am
  • HyperSpin Team
    • VPUniverse
Re: Removing Green Instruction Screen (in Tecmo Games)
« Reply #5 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. 



Ginsu Victim

  • Yeah, owning a MAME cab only leads to owning real ones. MAME just isn't good enough. It's a gateway drug.
  • Trade Count: (+10)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10092
  • Last login:June 28, 2025, 10:45:55 pm
  • Comanche, OK -- USA
Re: Removing Green Instruction Screen (in Tecmo Games)
« Reply #6 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.

DashRendar

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 488
  • Last login:November 06, 2015, 05:46:52 pm
  • "Don't get your servos in a twist pal."
Re: Removing Green Instruction Screen (in Tecmo Games)
« Reply #7 on: June 28, 2010, 06:17:13 pm »
Thanks for the advice everyone.  :)
WANTED: Somebody to go back in time with me. This is not a joke. P.O. Box 322, Oakview, CA 93022. You'll get paid after we get back. Must bring your own weapons. Safety not guaranteed. I have only done this once before.

nexusmtz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 489
  • Last login:June 01, 2022, 03:14:22 am
Re: Removing Green Instruction Screen (in Tecmo Games)
« Reply #8 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.
« Last Edit: June 29, 2010, 11:46:05 am by nexusmtz »