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: Having trouble with MAME menu on my TV.  (Read 2152 times)

0 Members and 1 Guest are viewing this topic.

DFitz1138

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:September 07, 2016, 10:11:43 pm
Having trouble with MAME menu on my TV.
« on: July 11, 2011, 06:51:19 pm »
Ok so my setup is I'm using MaLa as my frontend and I have the PC hooked up via an S-Video cable to an RF Adaptor which is connected to my TV.

MaLa runs fine and my layout is visible and the games run fine.  My problem I'm finding is, while in a game, if I hit the TAB key which brings up the menu to let me edit controls (my main reason for using it at least) as well as a bunch of other things, the menu choices are almost solid white blocks.

Is there a setting in Mame itself that I can use to fix this or is this just a result of the TV and/or the way I have it hooked to the computer?

Thanks in advance for any help.

*EDIT*

Also, if I hook the PC up to my HDTV via a regular monitor cable I don't have this problem.  But I'm not sure if that's because of the TV itself being a better resolution/quality TV or not.
« Last Edit: July 11, 2011, 06:52:58 pm by DFitz1138 »

DFitz1138

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:September 07, 2016, 10:11:43 pm
Re: Having trouble with MAME menu on my TV.
« Reply #1 on: July 11, 2011, 10:30:25 pm »
Correction on my above Edit.  I thought the menu worked fine on my HDTV but it's giving me the same problem.  The text for the menu is just blocks of white instead of letters.  Works fine on my laptop though.  Right now I'm just using the laptop menus as a guide to navigate those on the arcade PC.

Haze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1296
  • Last login:October 04, 2023, 08:30:02 am
  • I want to build my own arcade controls!
    • MAME Development Blog
Re: Having trouble with MAME menu on my TV.
« Reply #2 on: July 12, 2011, 06:58:34 am »
this usually happens if your video card / video drivers are bad  (or simply always with some of those awful intel chipsets/drivers)


headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Having trouble with MAME menu on my TV.
« Reply #3 on: July 12, 2011, 12:05:48 pm »
this usually happens if your video card / video drivers are bad  (or simply always with some of those awful intel chipsets/drivers)

White textures are often an indication of using a capability the card doesn't support. I am possibly wrong about this but a GetDeviceCaps() and using a different texture format, power 2 (or square) texture might be all that's needed. You guys have probably checked all this but would verbose output display an error of some sort that might be a clue to the problem?

DFritz: You could try editing mame.ini and changing

Code: [Select]
video                     d3d
to

Code: [Select]
video                     ddraw
It won't look as pretty but you're running on a TV anyway.

DFitz1138

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:September 07, 2016, 10:11:43 pm
Re: Having trouble with MAME menu on my TV.
« Reply #4 on: August 04, 2011, 10:53:26 pm »
Thanks to both of you.  I'll have to try editing mame.ini.  I'll post back if it works or not.

DFitz1138

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:September 07, 2016, 10:11:43 pm
Re: Having trouble with MAME menu on my TV.
« Reply #5 on: May 21, 2012, 12:32:53 am »
I know it's been a while but life intruded for a bit.  My cabinet project seems to be getting back on track.  Just wanted to post that editing the mame.ini worked perfectly for me.  Thanks again =)