mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
pce_tourvision.xml: Add game ID for "F1 Triple Battle" (nw) (#4909)
* pce_tourvision.xml: Add game ID for "F1 Triple Battle" (nw) * pce_tourvision.xml: Fix spelling (nw) The "F1 Triple Battle" cart ID was reverse-engineered by System11. It has such a specific set of inputs required to start the game in 1p or 2p mode that it was easy to isolate the correct string from the 200+ defined in the data tables. * pce_tourvision.xml: Add note (nw)
This commit is contained in:
parent
845984a1e5
commit
4e5394a76b
@ -18,7 +18,7 @@ For 512, 256 or 128KB ROMs, just a simple split is needed.
|
|||||||
|
|
||||||
Armed-F
|
Armed-F
|
||||||
Dragon Spirit
|
Dragon Spirit
|
||||||
F1 Triple Battle
|
F1 Triple Battle (reverse-engineered to be ID=100)
|
||||||
Power League IV
|
Power League IV
|
||||||
Violent Soldier
|
Violent Soldier
|
||||||
Xevious
|
Xevious
|
||||||
@ -543,7 +543,7 @@ Parasol Stars
|
|||||||
<publisher>bootleg (TourVision) / Human</publisher>
|
<publisher>bootleg (TourVision) / Human</publisher>
|
||||||
<info name="alt_title" value="F1トリプルバトル"/>
|
<info name="alt_title" value="F1トリプルバトル"/>
|
||||||
<part name="cart" interface="tourvision_cart">
|
<part name="cart" interface="tourvision_cart">
|
||||||
<feature name="id" value="0xff"/>
|
<feature name="id" value="0x64"/> <!-- ID = 100. It was not actually read from the cart, but reversed-engineered -->
|
||||||
<dataarea name="rom" size="393216">
|
<dataarea name="rom" size="393216">
|
||||||
<rom name="f1 triple battle (japan).pce" size="393216" crc="13bf0409" sha1="0a219b433529b3214f42734c2a144d238cb3c99c" />
|
<rom name="f1 triple battle (japan).pce" size="393216" crc="13bf0409" sha1="0a219b433529b3214f42734c2a144d238cb3c99c" />
|
||||||
</dataarea>
|
</dataarea>
|
||||||
|
Loading…
Reference in New Issue
Block a user