Commit Graph

29 Commits

Author SHA1 Message Date
Scott Stone
0e1b8aa3fa - cd32.xml, k28m2.xml, megadriv.xml, msx1_cart.xml, msx2_cart.xml, neogeo.xml, timex_cass.xml - Various commented entry adjustments to represent proper status.
New NOT_WORKING software list additions
---------------------------------------
Superfrog (Rev 1) [TheBoss]
2021-08-15 23:47:15 -04:00
Vas Crabb
1a5c013c33 (nw) softlist_dev.cpp: validate ROM labels
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.
2020-04-16 14:04:06 +10:00
Vas Crabb
438a497c37 (nw) More license shuffling
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.
2020-03-07 22:02:56 +11:00
Scott Stone
1d3ecff45d vz_snap.xml: dtd validation fix (nw)
Many assorted XML files fixed for errant spaces, missing linefeed, improper format, and other oddness (nw)
2019-10-06 21:12:33 -04:00
etabeta78
4f8bcab90b msx: started adding disk images to msx1_flop.xml and msx2_flop.xml, based
on preliminary partial work by Riley110 [Fabio Priuli]

out of whatsnew: more work soonish...
2015-05-12 13:23:03 +02:00
etabeta78
f3a70a2de1 (MESS) added some more disks to fm7_disk.xml and fixed a bunch of
naming inconsistencies. nw.
2014-11-23 16:39:59 +01:00
Miodrag Milanovic
79246ab917 More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
Wilbert Pol
1e5d478646 (MESS) msx2_cart/flop.xml: Added description for Arc and moved Halnote description to msx2_flop.xml. (nw) 2014-06-04 20:16:15 +00:00
Wilbert Pol
5582b6aba7 (MESS) msx1/msx2_cart.xml: Notes (nw) 2014-06-03 17:08:27 +00:00
Wilbert Pol
9ceee30f7b (MESS) msx2_cart.xml: mirai seems to work now (nw) 2014-06-02 21:22:18 +00:00
Wilbert Pol
8f2237dc93 (MESS) msx2_cart.xml: Added descriptions for the SCC+ cartridges that came with Snatcher and SD-Snatcher. (nw) 2014-05-09 06:58:18 +00:00
Wilbert Pol
d37004818f (MESS) msx1/2_cart.xml: Fixed ascii16_sram sram sizes. (nw) 2014-05-08 14:13:16 +00:00
Wilbert Pol
ece633791b (MESS) msx2_cart.xml: Fixed daisenr sram issue. (nw) 2014-05-08 14:05:20 +00:00
Wilbert Pol
537e813916 (MESS) MSX softlists: preparing for slot support. (nw) 2014-05-07 13:55:39 +00:00
Fabio Priuli
2c51901aac msx2_cart: documented a couple of dumps from VC releases, from LoganB. nw.
gbcolor: resized a couple of dumps, from Taizou. nw.
2013-05-10 15:02:27 +00:00
Fabio Priuli
373ef6f248 (MESS) partner_cass.xml: fixed some descriptions and added more info [LoganB]
+ enforced some lode runner naming consistency
2013-05-01 10:27:44 +00:00
Fabio Priuli
9ebe46b04f (MESS) softlist: misc consistency fixes, mostly to have common shortnames for the same games
across different lists. nw.
2013-05-01 08:05:35 +00:00
Miodrag Milanovic
4337250fbe used old version of srcclean, so I put back old files and run it again, it produce much less changes, sorry for this (nw) 2013-03-19 11:38:58 +00:00
Miodrag Milanovic
0e1f5ad25b Cleanups and version bump 2013-03-19 07:22:20 +00:00
Fabio Priuli
255222ae0d (MESS) msx1_cart.xml: added missing cart dumps. [Fabio Priuli] 2013-01-24 21:20:02 +00:00
Fabio Priuli
bc23730a9a (MESS) softlists: Misc naming and description consistency fixes. no whatsnew. 2013-01-20 10:16:20 +00:00
smf-
19a14cbba6 use spaces in xml comments. This is the output from a local srcclean change applied after reverting the 0.148 cleanup, to avoid losing previous formatting. 2013-01-11 16:23:29 +00:00
Miodrag Milanovic
0e19f641d3 Cleanups and version bump 2013-01-11 07:32:46 +00:00
Fabio Priuli
9c8255b28a (MESS) fixed a couple of wrong MSX2 mapper assignments. pacmania & zombihun are in fact playable. no whatsnew.
(MESS) properly set support status in tg16.xml and in some more gba.xml and gameboy.xml entries. no whatsnew.
2012-09-30 22:33:34 +00:00
Fabio Priuli
b0fc8540af (MESS) msx2_cart.xml: Fixed mapper for dynabowl and profmjg. These games now loads fine
from softlists. [Fabio Priuli]
(MESS) msx2_cart.xml: Added remaining available dumps to the list. Basically all entries are 
unconfirmed at the moment, so Japanese dumpers willing to help us in confirming cart 
checksums and pcb types are kindly requested to contact us. [Fabio Priuli]
(MESS) msx.c: Added support for more mappers when loading from softlist, needed by new 
additions to the softlist. [Fabio Priuli]
2012-09-29 14:50:09 +00:00
Fabio Priuli
b4343927a4 (MESS) msx.c: slightly simplified sram handling in conjunction with softlists. no whatsnew. 2012-09-26 19:09:39 +00:00
Justin Kerk
268bc19da2 Replace most fullwidth characters in Japanese software lists - they exist 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
2012-09-09 23:41:25 +00:00
Wilbert Pol
2f705b8dba (MESS) msx2_cart.xml: ascii mapper initial bank setting fixed 2 msx2 cartridges. (nw) 2012-08-24 19:14:42 +00:00
Miodrag Milanovic
960ae0c0de Sync software lists from MESS into hash (no whatsnew) 2012-08-21 10:47:55 +00:00