mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
ec641c53b3
------------------------------- bingobear: Doctor Bingo Bear [Sean Riddle]
46 lines
1.2 KiB
XML
46 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
-->
|
|
|
|
<!--
|
|
|
|
Known modules:
|
|
- Doctor Bingo Bear (70511, PCB: TESL 7-130C-1-F)
|
|
- Space Bingo Bear (70512, same PCB)
|
|
|
|
Presumably unreleased:
|
|
- Rock Star Bingo Bear (70514)
|
|
- Monkgomery Monkey Safari (70513)
|
|
- Monkgomery Monkey Clown (70515)
|
|
|
|
-->
|
|
|
|
<softwarelist name="bingobear" description="Bingo Bear modules">
|
|
|
|
<software name="doctor">
|
|
<description>Doctor Bingo Bear</description>
|
|
<year>1986</year>
|
|
<publisher>Hasbro / Tiger Electronics</publisher>
|
|
<info name="serial" value="70511"/>
|
|
<part name="cart" interface="bingobear">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="cm62063.ic101" size="0x4000" crc="d7a12642" sha1="b93c7ef2414d17d20d240b05a960d7ff71b46102" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="space">
|
|
<description>Space Bingo Bear</description>
|
|
<year>1986</year>
|
|
<publisher>Hasbro / Tiger Electronics</publisher>
|
|
<info name="serial" value="70512"/>
|
|
<part name="cart" interface="bingobear">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="cm62065.ic101" size="0x4000" crc="ad17a05d" sha1="ada0800c8157d41f03b59362c4d5d083a6703e99" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|