Previous Thread
Next Thread
Print Thread
#79603 05/26/12 01:43 PM
Joined: May 2012
Posts: 1
B
Member
Member
B Offline
Joined: May 2012
Posts: 1
Hi there!
I want to edit the M1.xml file cause wana run the Terminator 2 Pinball roms. (t2_l8)

I already wrote an entry witch won�t work, so i need some help.
</game>
<game name="t2_L8" board="Williams Pinball CVSD">
<description>Terminator2 (L-8) (pinball)</description>
<year>1992</year>
<manufacturer>Williams</manufacturer>
<m1data default="1" stop="0" min="1" max="255" subtype="1"/>
<region type="cpu1" size="1572864">
<rom name="t2_u14.l3" size="131072" crc="9addc9dc" sha1="847bb027f6b9167cbbaa13f1af50d61e0c69f01f" offset="0"/>
<rom name="t2_u15.l3" size="131072" crc="dad03ad1" sha1="7c200f9a6564d751e5aa9b1ba84363b221502770" offset="0"/>
<rom name="t2_u18.l3" size="131072" crc="2280bdd0" sha1="ea94265cb8291ee427e0a2119d901ba1eb50d8ee" offset="0"/> </region>
</game>

I want to know what means m1data default="1" and
<region type="cpu1"? on most Williams Pinball rom�s bouth are set to "1" but not on every rom, so on what depend this?
I also want to know how to get the offset value of an rom.

Joined: Mar 2001
Posts: 17,261
Likes: 267
R
Very Senior Member
Very Senior Member
R Online: Content
Joined: Mar 2001
Posts: 17,261
Likes: 267
Yeah, that won't work. The offsets need to be set correctly (in hex) so the ROMs don't all overlap. Try this:

Code
<rom name="t2_u14.l3" size="131072" crc="9addc9dc" sha1="847bb027f6b9167cbbaa13f1af50d61e0c69f01f" offset="0"/>
<rom name="t2_u15.l3" size="131072" crc="dad03ad1" sha1="7c200f9a6564d751e5aa9b1ba84363b221502770" offset="20000"/>
<rom name="t2_u18.l3" size="131072" crc="2280bdd0" sha1="ea94265cb8291ee427e0a2119d901ba1eb50d8ee" offset="40000"/> 

default="1" is the song number that is selected by default.

cpu1 is which CPU for drivers with more than one CPU; pinball CVSD only has 1 so "cpu1" is the only valid option.


Moderated by  R. Belmont 

Link Copied to Clipboard
Who's Online Now
3 members (R. Belmont, MrBogi, Dam0), 144 guests, and 2 robots.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,363
Posts122,479
Members5,082
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Powered by UBB.threads™ PHP Forum Software 8.0.0