Previous 199869 Revisions Next

r31950 Saturday 6th September, 2014 at 13:10:23 UTC by Fabio Priuli
pcb_type for this had been wrong forever, finally fixed. nw.
[hash]a7800.xml
[src/emu/bus/a7800]rom.c

trunk/hash/a7800.xml
r31949r31950
365365      <info name="serial" value="CX7859"/>
366366      <sharedfeat name="compatibility" value="NTSC"/>
367367      <part name="cart" interface="a7800_cart">
368         <feature name="pcb_type" value="TYPE-3" />
369         <feature name="slot" value="a78_sg_pokey" />
368         <feature name="pcb_type" value="TYPE-2" />
369         <feature name="slot" value="a78_sg" />
370370         <feature name="peripheral" value="lightgun" /> <!-- Works with Lightgun -->
371371         <dataarea name="rom" size="131072">
372372            <rom name="barnyard.bin" size="131072" crc="ed0a587d" sha1="cbcde3d85c8778dea402394568677884cd781de3" offset="0" />
trunk/src/emu/bus/a7800/rom.c
r31949r31950
247247 Carts with SuperGame bankswitch + POKEY chip
248248 As above + Pokey chip access
249249 
250 GAMES: Commando and Barnyard Blaster
250 GAMES: Commando
251251 
252252 -------------------------------------------------*/
253253

Previous 199869 Revisions Next


© 1997-2024 The MAME Team