Commit Graph

37 Commits

Author SHA1 Message Date
ArcadeShadow
e45786ca6d
c128_flop.xml; plus4_cart.xml; vic1001_flop.xml; pet_rom.xml: Avoid abbreviations and use lowercase for descriptive text. (#12619) 2024-08-03 05:23:14 +10:00
Vas Crabb
878a16dda1 housekeeping: Use proper SPDX ID for CC0 license. 2022-12-23 02:49:34 +11:00
hap
ab3a834deb remove references to "mame64" from comments 2021-03-29 15:26:38 +02: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
Mike Naberezny
0e0f3ad6a1 pet_rom.xml: Added KeyChip. [Andy Grady] 2017-04-10 12:23:47 -07:00
Mike Naberezny
7af0966abe pet_rom.xml: Added SUPER*TOOL. [Francesco Messineo] 2016-10-31 19:20:21 -07:00
Curt Coder
36546b5bc7 pet_rom.xml: Added MONJANA/1. [Ruud Baltissen] 2015-12-11 14:07:26 +02:00
Curt Coder
f4f2ec71ca pet_rom.xml: Added Edex (France, v4.4) [Hervé Warin] 2015-08-24 09:26:16 +03:00
Miodrag Milanovic
1b452e3bfb Cleanups and version bump 2015-07-29 08:34:21 +02:00
Mike Naberezny
f299b7b03b Add TODO comment to investigate toolkit2-b000.bin (nw) 2015-07-17 13:19:50 -07:00
Mike Naberezny
52e4c741b5 (MESS) pet_rom.xml: Added BASIC Programmer's Toolkit for BASIC 2.0 [Mike Naberezny] 2015-05-02 13:47:05 -07:00
Curt Coder
e821485431 (MESS) pet_rom.xml: Added KRAM 2.0. [Ville Laustela] 2015-04-24 21:47:38 +03:00
Mike Naberezny
c3110a019f (MESS) pet_rom.xml: Added McTerm 1.10. [Bo Zimmerman, Steve Gray, Mike Naberezny] 2015-03-28 10:33:20 -07:00
Mike Naberezny
fb6880dcbc (MESS) pet_rom.xml: Added McTerm 0.95. [Mike Naberezny] 2015-03-23 16:43:45 -07:00
Mike Naberezny
fdb28dd282 (MESS) pet_rom.xml: Added InfoPro. [Paul Rickards, Mike Naberezny] 2014-05-26 22:17:23 +00:00
Mike Naberezny
fc38a629a8 (MESS) pet_rom.xml: Fixed validation. (nw) 2014-03-28 17:28:34 +00:00
Mike Naberezny
7c4c302745 (MESS) pet_rom.xml: Added Nestar Cluster/One CLO-1002-2 [Mike Naberezny] 2014-03-27 21:10:14 +00:00
Miodrag Milanovic
44d5c1b8ab Cleanups and version bump 2013-11-05 06:59:51 +00:00
Fabio Priuli
4fca5f2c04 fixed mess -valid. nw. 2013-10-28 18:31:13 +00:00
Mike Naberezny
81c146cc3b (MESS) pet_rom.xml: Added Paperclip 2.84. [Mike Naberezny] 2013-10-21 15:14:07 +00:00
Mike Naberezny
87df587d81 (MESS) pet_rom.xml: Added Waterloo Structured BASIC. [Mike Naberezny] 2013-10-21 14:50:08 +00:00
Mike Naberezny
1b89da860c (MESS) pet_rom.xml: Added WordPro 3. [Mike Naberezny] 2013-10-21 14:34:20 +00:00
Mike Naberezny
e413535e9c (MESS) pet_rom.xml: Added SORT. [Mike Naberezny] 2013-10-20 21:14:12 +00:00
Mike Naberezny
4935e716b4 (MESS) pet_rom.xml: Added McTerm 1.21. [Mike Naberezny, Stefano Santerini] 2013-10-20 17:56:10 +00:00
Mike Naberezny
779649290e (MESS) pet_rom.xml: Fix size of McTerm. (nw) 2013-10-16 16:34:59 +00:00
Mike Naberezny
823445991e (MESS) pet_rom.xml: Added Command-O for 8032 [Mike Naberezny] 2013-10-15 19:27:37 +00:00
Mike Naberezny
5a2fac4ee9 (MESS) pet_rom.xml: Added Oracle 3.03. [Mike Naberezny] 2013-10-15 19:02:10 +00:00
Mike Naberezny
9ec85b5be3 (MESS) pet_rom.xml: Added POWER. [Mike Naberezny] 2013-10-15 18:47:56 +00:00
Mike Naberezny
e77dc181ec (MESS) pet_rom.xml: Added BASIC Programmer's Toolkit for BASIC 4.0 (Mike Naberezny) 2013-10-15 18:31:27 +00:00
Mike Naberezny
5f43b29429 (MESS) pet_rom.xml: Added McTerm 1.20 [Mike Naberezny] 2013-10-15 17:49:02 +00:00
Mike Naberezny
d492f14b2c (MESS) pet_rom.xml: Sort entries by name for easier editing (nw) 2013-08-02 18:38:49 +00:00
Mike Naberezny
02d68ab647 (MESS) pet_rom.xml: Add some missing info (nw) 2013-08-02 18:26:21 +00:00
Curt Coder
8f895194eb (MESS) pet_flop.xml: Added 8050 version of VisiCalc. [Curt Coder] 2013-07-10 19:22:07 +00:00
Curt Coder
54994dadfd (MESS) pet2001: Connected ROM software list. (nw) 2013-01-31 20:12:14 +00:00
Curt Coder
30b6014d2d (MESS) Softlist additions. (nw) 2013-01-30 16:36:43 +00:00
Curt Coder
1e7e398238 (MESS) pet: Added add-on ROM software list. [Curt Coder] 2013-01-29 15:11:28 +00:00