Any thoughts on this? The game i am experiencing this with is Title Fight but I know I've run into it before. tfight has dual screens, but I am running Ninja Warriors and Darius I and II just fine on one screen. So why should tfight be any different?
the numscreens command at the the command line seems to have no effect, I've tried values of 1 and 2 and added the -w command as well just to see if windowed would make a difference. So far no love.
mame tfight -numscreens 1
and
mame tfight -numscreens 2
I'm I doing something completely wrong here? Resolution issue? what do you guys this is causing this error.
This seems to be the code that's returning the message, what's it for? ideas? Is there something that needs to be set in mame config to run tfight and other games that might run into this?
http://mamedev.org/source/src/emu/layout/noscreens.lay.html 1 <?xml version="1.0"?>
2 <mamelayout version="2">
3 <element name="background">
4 <rect>
5 <bounds left="0" top="0" right="1" bottom="1" />
6 <color red="0.0" green="0.0" blue="0.0" />
7 </rect>
8 </element>
9 <element name="warning">
10 <text string="No screens attached to the system">
11 <color red="1.0" green="0.5" blue="0.5" />
12 </text>
13 </element>
14 <view name="No screens attached">
15 <bezel element="background">
16 <bounds left="0" top="0" right="280" bottom="150" />
17 </bezel>
18 <bezel name="warning_txt" element="warning">
19 <bounds left="50" right="230" top="50" bottom="65" />
20 </bezel>
21 </view>
22 </mamelayout>