diff options
| author | 2017-08-01 10:09:24 +0200 | |
|---|---|---|
| committer | 2017-08-01 10:16:35 +0200 | |
| commit | eb7f61c41defc086dc9f3473d807c5083c5251bf (patch) | |
| tree | 44a1279483b5ea33dcf08748b5af55957dbc7a3b | |
| parent | dbd213a763672f231b53b50171ef90b22ed67fd3 (diff) | |
nes.xml: fixed serial value and added information about Pinball PCB.
| -rw-r--r-- | hash/nes.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hash/nes.xml b/hash/nes.xml index 1792247c576..4244d846bf4 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -28297,12 +28297,16 @@ <description>Pinball (Euro, Rev. A)</description> <year>1986</year> <publisher>Nintendo</publisher> - <info name="serial" value="NES-PN (EEC/NOE/ESP)"/> + <info name="serial" value="NES-PN-(EEC/NOE/ESP)"/> <info name="release" value="19860109"/> <part name="cart" interface="nes_cart"> <feature name="slot" value="nrom" /> <feature name="pcb" value="NES-NROM-128" /> <feature name="mirroring" value="horizontal" /> + <feature name="pcb_model" value="NES-NROM-128-06" /> + <feature name="u1" value="U1 PRG" /> + <feature name="u2" value="U2 CHR" /> + <feature name="u3" value="U3 CIC" /> <dataarea name="prg" size="32768"> <rom name="pal-pn-0 prg" size="16384" crc="b8571339" sha1="9fb84f4b9e3eaa1df88be37c679ce20204acef77" offset="00000" /> <rom size="16384" offset="0x4000" loadflag="reload" /> |
