summaryrefslogtreecommitdiffstatshomepage
path: root/hash/pce.xml
Commit message (Collapse)AuthorAgeFilesLines
* pce.xml: minor updates + remove a hack (#8169) 0kmg2021-06-251-26/+14
| | | | | | | | | | * pce.xml: minor updates + remove a hack * make newer revision of R-Type part 2 the parent * remove motorod2a which appears to be a 1-byte hack: it changes the 5-player input loop counter to not read input from players 3 to 5 * ok really sync + fix publisher Masaya spelling Co-authored-by: 0kmg <0kmg@users.noreply.github.com>
* pce.xml: Remove 0 offsets (default value) (#8131) ClawGrip2021-06-051-325/+325
|
* Software list items promoted to working Ivan Vangelista2021-05-251-1/+1
| | | | | | --------------------------------------- pce.xml: Dragon Egg! [Angelo Salese] pce_tourvision.xml: Dragon Egg! (TourVision PCE bootleg) [Angelo Salese]
* pce.xml: replace bad dumps quasiscroto2021-05-091-3/+3
| | | | | | Be Ball, Gomola Speed, and Youkai are listed as known bad dumps with verified correct dumps in No-Intro. Among other things this fixes sprite glitches in the dump of Gomola Speed that has been floating around for decades.
* (nw) softlist_dev.cpp: validate ROM labels Vas Crabb2020-04-161-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The free-for-all on labels in software lists is not working. There's no consistency, labels are getting excessively long, people are starting to use non-ASCII characters in labels making it harder for others to type them when manipulating files on the command line, and there's too much markup being put in labels. The length limit is 127 characters, same as for labels in MAME itself. This should be long enough to be descriptive. Remember that the Win32 path limit is 260 characters, and many applications and frameworks have issues with longer paths, including Windows Explorer and the .NET framework. Labels are used as filenames, so concessions need to be made for this. I have not abbreviated excessively long labels myself - they're currently causing 135 validity errors. Someone else can fix them. Printable ASCII characters are allowed, with a few exceptions. The exceptions are limited to characters most likely to cause issues for interactive shells and scripts: * ! - csh event substitution (very difficult to escape properly) * $ - sh varibale expansion * % - csh job control, cmd variable expansion * / - UNIX directory separator * : - sh path separator, Windows drive qualifier * \ - sh escape, Windows directory separator Most of the labels that had to be edited were using ! for markup, or using ! and % for titles in labels. Strangely, titles in labels are often forced to lower case, despite this never being enforced for software lists. There are also various other edits to titles used for labels, such as moving articles to the end (with or without a comma), or replacing spaces with underscores. As I already said, there's no consistency at all. There is far too much markup in labels. They're even being used for notes in some cases (e.g. at least one case where a dumper's name is in the label). The XML schema supports metadata - use it. For example, you can use part_id for an unrestricted display name for a software part. You can also use XML comments for notes. And while on the topic of metadata, vgmplay.xml is putting the same thing in the part_id as well as the label. The part_id should have the actual title, not the title mangled to make it more suitable for use as a filename. Addressing this would be a lot of work, given how large the file is. For now, empty data areas in software lists cause a verbose message rather than a validation warning. There are thousands of software lists using empty data areas to indicate the size/width of cartridge RAM/EEPROM/etc.
* (nw) More license shuffling Vas Crabb2020-03-071-0/+3
| | | | | | | | Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
* pce.xml: Quick format fix (nw) Scott Stone2020-01-101-1/+1
|
* small cleanups (nw) Vas Crabb2019-12-231-21/+21
|
* New working software list additions MetalliC2019-12-161-0/+15
| | | | | ---------------------------------- R-Type Part-2 (Alt) [Maddog]
* pce.cpp: add support for Tennokoe Bank extended Backup RAM [Angelo Salese] angelosa2019-08-131-0/+1
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+7
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+7
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* pce.xml: More typos (nw) ClawGrip2019-01-161-3/+3
|
* Fix typos (nw) ClawGrip2019-01-151-2/+2
|
* pce.xml: Fix typo (nw) (#4498) ClawGrip2019-01-111-2/+2
|
* gamegear.xml, pce.xml, sg1000.xml: begin adding new dumps [David Haywoood] arbee2018-02-201-0/+11
|
* new not working software list addition Ivan Vangelista2017-03-291-1/+1
| | | | | --------------------------------------- pce_tourvision.xml: Dragon Egg! [system11]
* pce_tourvision.xml: Added Barunba and Power Tennis (Not Working) [system11] Scott Stone2016-09-191-1/+1
| | | | | pce.xml : Updated status on a non-working game (nw) tourvis.cpp: Updated information for new card images added [system11]
* (MESS) pce.c: converted carts to use slot devices [Fabio Priuli] Fabio Priuli2013-05-271-0/+4
|
* (MESS) softlist: misc fixes and updates. no whatsnew. Fabio Priuli2012-10-221-6/+6
|
* (MESS) softlist: misc consistency fixes. no whatsnew. Fabio Priuli2012-09-261-2/+2
|
* Replace most fullwidth characters in Japanese software lists - they exist ↵ Justin Kerk2012-09-091-11/+11
| | | | | for backwards compatibility and there is generally no good reason to use them nowadays (nw) Also replaced combining dakuten with precomposed forms and made a few romanization tweaks
* Japanese romanization consistency (nw) Justin Kerk2012-09-081-5/+5
|
* Sync software lists from MESS into hash (no whatsnew) Miodrag Milanovic2012-08-211-0/+4451