~ubuntu-branches/debian/sid/mame/sid

« back to all changes in this revision

Viewing changes to mess/hash/pasogo.xml

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jordi Mallach, Emmanuel Kasper
  • Date: 2011-12-19 22:56:27 UTC
  • mfrom: (0.1.2)
  • Revision ID: package-import@ubuntu.com-20111219225627-ub5oga1oys4ogqzm
Tags: 0.144-1
[ Jordi Mallach ]
* Fix syntax errors in DEP5 copyright file (lintian).
* Use a versioned copyright Format specification field.
* Update Vcs-* URLs.
* Move transitional packages to the new metapackages section, and make
  them priority extra.
* Remove references to GNU/Linux and MESS sources from copyright.
* Add build variables for s390x.
* Use .xz tarballs as it cuts 4MB for the upstream sources.
* Add nplayers.ini as a patch. Update copyright file to add CC-BY-SA-3.0.

[ Emmanuel Kasper ]
* New upstream release. Closes: #651538.
* Add Free Desktop compliant png icons of various sizes taken from
  the hydroxygen iconset
* Mess is now built from a new source package, to avoid possible source
  incompatibilities between mame and the mess overlay.
* Mame-tools are not built from the mame source package anymore, but
  from the mess source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
3
 
<softwarelist name="pasogo" description="Koei PasoGo cartridges">
4
 
        <!-- KS-1010. Contians 8M SOP44 ROM, 62256 SOP32 RAM, Microchip 1081N (reset IC?watchdog?battery-power-switcher?) and 3V battery. -->
5
 
        <software name="dgoban">
6
 
                <description>Denshi Goban</description>
7
 
                <year>1996</year>
8
 
                <publisher>Koei</publisher>
9
 
                <part name="cart" interface="pasogo_cart">
10
 
                        <dataarea name="rom" size="1048576">
11
 
                                <rom name="ks-1010.ic4" size="1048576" crc="b6a3f97c" sha1="2de63b05ec93a4ba3ea55ba131c0706927a5bf39" offset="00000000" />
12
 
                        </dataarea>
13
 
                </part>
14
 
        </software>
15
 
 
16
 
        <!-- KS-1004. Contains 4M SOP40 ROM only. -->
17
 
        <software name="igmks1">
18
 
                <description>Igo Meikyokushuu - Dai Ikkan</description>
19
 
                <year>1996</year>
20
 
                <publisher>Koei</publisher>
21
 
                <part name="cart" interface="pasogo_cart">
22
 
                        <dataarea name="rom" size="524288">
23
 
                                <rom name="yrm0442m-184s" size="524288" crc="32f9c38a" sha1="1be82afcdf5e2d1a0e873fda4161e663d7a53a85" offset="00000000" />
24
 
                        </dataarea>
25
 
                </part>
26
 
        </software>
27
 
 
28
 
        <!-- KS-1009. Contains 4M SOP40 ROM only. -->
29
 
        <software name="tnt1">
30
 
                <description>Tsuyoku Naru Tesuji - Dai Ikkan</description>
31
 
                <year>1996</year>
32
 
                <publisher>Koei</publisher>
33
 
                <part name="cart" interface="pasogo_cart">
34
 
                        <dataarea name="rom" size="524288">
35
 
                                <rom name="ks-1009.ic4" size="524288" crc="3e70fca6" sha1="c46cdc9e01f2f5c66b2523e1d30355e51c839f27" offset="00000000" />
36
 
                        </dataarea>
37
 
                </part>
38
 
        </software>
39
 
 
40
 
</softwarelist>