Skip to content

Commit

Permalink
nes.xml: Fixed board type
Browse files Browse the repository at this point in the history
Fixed the board type name, which is "NES-SNEPROM" as seen in the existing picture.

Named the dump "0.prg" following the notes in the softlist:
> Note on the filenames: whenever a chip was labeled, the label writings have been used as filenames, so that in principle
>    one could burn back the content on the right chip. When no label was present on the cart pcb, we have arbitrarily chosen the names
>    0.prg and 0.chr (alternatively, 1.prg and 1.chr for later revisions of a game).

(Original released dump file was named "Super Sushi Pinball.nes", not sure how it became in "super sushi pinball (usa) (beta).prg" the previous PR)
  • Loading branch information
ICEknigh7 committed Dec 27, 2023
1 parent 9820b68 commit 507de20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hash/nes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51764,9 +51764,9 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<publisher>CSG Imagesoft</publisher>
<part name="cart" interface="nes_cart">
<feature name="slot" value="sxrom" />
<feature name="pcb" value="NES-SLROM" />
<feature name="pcb" value="NES-SNEPROM" />
<dataarea name="prg" size="131072">
<rom name="super sushi pinball (usa) (beta).prg" size="131072" crc="24118960" sha1="4aef1331d11d6ce24c1d5809d1b4d2e5549b28c0" />
<rom name="0.prg" size="131072" crc="24118960" sha1="4aef1331d11d6ce24c1d5809d1b4d2e5549b28c0" />
</dataarea>
<!-- 8k VRAM on cartridge -->
<dataarea name="vram" size="8192">
Expand Down

0 comments on commit 507de20

Please sign in to comment.