mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
pcb_type for this had been wrong forever, finally fixed. nw.
This commit is contained in:
parent
f939f73ec7
commit
7da88443b8
@ -365,8 +365,8 @@ type of rom dumps. Effort will be made at a later date to split them and docume
|
|||||||
<info name="serial" value="CX7859"/>
|
<info name="serial" value="CX7859"/>
|
||||||
<sharedfeat name="compatibility" value="NTSC"/>
|
<sharedfeat name="compatibility" value="NTSC"/>
|
||||||
<part name="cart" interface="a7800_cart">
|
<part name="cart" interface="a7800_cart">
|
||||||
<feature name="pcb_type" value="TYPE-3" />
|
<feature name="pcb_type" value="TYPE-2" />
|
||||||
<feature name="slot" value="a78_sg_pokey" />
|
<feature name="slot" value="a78_sg" />
|
||||||
<feature name="peripheral" value="lightgun" /> <!-- Works with Lightgun -->
|
<feature name="peripheral" value="lightgun" /> <!-- Works with Lightgun -->
|
||||||
<dataarea name="rom" size="131072">
|
<dataarea name="rom" size="131072">
|
||||||
<rom name="barnyard.bin" size="131072" crc="ed0a587d" sha1="cbcde3d85c8778dea402394568677884cd781de3" offset="0" />
|
<rom name="barnyard.bin" size="131072" crc="ed0a587d" sha1="cbcde3d85c8778dea402394568677884cd781de3" offset="0" />
|
||||||
|
@ -247,7 +247,7 @@ WRITE8_MEMBER(a78_rom_sg_device::write_40xx)
|
|||||||
Carts with SuperGame bankswitch + POKEY chip
|
Carts with SuperGame bankswitch + POKEY chip
|
||||||
As above + Pokey chip access
|
As above + Pokey chip access
|
||||||
|
|
||||||
GAMES: Commando and Barnyard Blaster
|
GAMES: Commando
|
||||||
|
|
||||||
-------------------------------------------------*/
|
-------------------------------------------------*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user