mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
(MESS) microvision : added a software-list switch to pick the correct display per game. Fixes alienrdr,bowling,vegas (part 2)
This commit is contained in:
parent
70895111eb
commit
0d706c4fd3
1 changed files with 41 additions and 38 deletions
|
@ -20,6 +20,7 @@ The "rc" feature is used to indicate the source of the clock signal
|
||||||
<publisher>Milton Bradley</publisher>
|
<publisher>Milton Bradley</publisher>
|
||||||
|
|
||||||
<part name="cart" interface="microvision_cart">
|
<part name="cart" interface="microvision_cart">
|
||||||
|
<feature name="pla" value="1" />
|
||||||
<feature name="pcb" value="4952-79 REV-B" />
|
<feature name="pcb" value="4952-79 REV-B" />
|
||||||
<feature name="paddle" value="yes" />
|
<feature name="paddle" value="yes" />
|
||||||
<feature name="rc" value="100pf/23.2K" />
|
<feature name="rc" value="100pf/23.2K" />
|
||||||
|
@ -68,6 +69,7 @@ The "rc" feature is used to indicate the source of the clock signal
|
||||||
|
|
||||||
<part name="cart" interface="microvision_cart">
|
<part name="cart" interface="microvision_cart">
|
||||||
<!-- also seen with 4952 REV-A -->
|
<!-- also seen with 4952 REV-A -->
|
||||||
|
<feature name="pla" value="1" />
|
||||||
<feature name="pcb" value="4952-79 REV-B" />
|
<feature name="pcb" value="4952-79 REV-B" />
|
||||||
<feature name="paddle" value="no" />
|
<feature name="paddle" value="no" />
|
||||||
<feature name="rc" value="100pf/23.2K" />
|
<feature name="rc" value="100pf/23.2K" />
|
||||||
|
@ -194,6 +196,7 @@ The "rc" feature is used to indicate the source of the clock signal
|
||||||
<publisher>Milton Bradley</publisher>
|
<publisher>Milton Bradley</publisher>
|
||||||
|
|
||||||
<part name="cart" interface="microvision_cart">
|
<part name="cart" interface="microvision_cart">
|
||||||
|
<feature name="pla" value="1" />
|
||||||
<feature name="pcb" value="4952 REV-A" />
|
<feature name="pcb" value="4952 REV-A" />
|
||||||
<feature name="paddle" value="no" />
|
<feature name="paddle" value="no" />
|
||||||
<feature name="rc" value="100pf/23.2K" />
|
<feature name="rc" value="100pf/23.2K" />
|
||||||
|
|
Loading…
Reference in a new issue