Commit Graph

33 Commits

Author SHA1 Message Date
Scott Stone
a1cb730d16 Various XML format and spacing fixes [skip ci] 2024-02-24 06:11:07 -05:00
Curt Coder
53c99c9971 New working software list items
-------------------------------
pet_flop: A Bright Shining Star [Genesis Project]
2023-03-30 07:22:23 +03:00
Vas Crabb
878a16dda1 housekeeping: Use proper SPDX ID for CC0 license. 2022-12-23 02:49:34 +11:00
Vas Crabb
120cc5a33a Fix up software list cleanup.
There are a number of places where multiple spaces were being used
intentionally (extracted directly from disk labels, separating titles
from subtitles, tabulation, etc.).

Also fixed misspelled Twinbee Yahho titles.
2022-08-11 00:27:19 +10:00
Scott Stone
63af0bdb5c - hash\*.xml: Cleanup of some software lists of various spacing and format issues. More to come. [Tafoid] 2022-08-09 18:41:22 -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
Robbbert
206d3b88c2 (nw) more removal of offset=0 from swlists 2019-10-03 13:33:11 +10:00
Curt Coder
dbb99ce29f pet_flop.xml: Added some images. (nw) 2017-05-30 21:57:59 +03:00
Miodrag Milanovic
1b452e3bfb Cleanups and version bump 2015-07-29 08:34:21 +02:00
Robbbert
a1c224c15c Fixed 6 validation errors. 2015-07-12 01:14:29 +10:00
Curt Coder
a23ac093ee (MESS) pet_cass.xml: Added tapes. [Dagarman]
(MESS) pet_flop.xml: Added disks. [Dagarman]
2015-07-04 14:27:56 +03:00
Curt Coder
5b6deb350a (MESS) pet_flop.xml: Added alternate Commodore SFD-1001 Test/Demo diskette. [Curt Coder] 2015-06-29 19:32:17 +03:00
Curt Coder
2d81c07ecb (MESS) pet_flop.xml: Added SFD-1001 Test/Demo disk. [SPACETAXI] 2015-05-26 21:25:10 +03:00
Curt Coder
f487c89803 (MESS) pet_flop.xml: Added blank formatted Commodore 8280 diskette, since formatting one takes several minutes. (nw) 2015-04-20 23:50:30 +03:00
Mike Naberezny
a61d61956e Add year and publisher for HSG disks. (nw) 2014-11-28 09:17:56 -08:00
Curt Coder
ad14b5f38d [MESS] pet: Added skeleton for the CBM 8000 High Speed Graphics (324402-01) card. (nw) 2014-11-24 12:05:08 +02:00
Fabio Priuli
c9cf38dcd4 and one more. nw. 2014-10-09 07:27:56 +00:00
Mike Naberezny
3c801d80bb (MESS) pet_flop.xml: Replaced bad D80 for Z-RAM. [Mike Naberezny] 2014-04-17 19:52:53 +00:00
Mike Naberezny
e3a409d9bd (MESS) pet_flop.xml: Fixed "set unit number" program on HardBox disks. [Mike Naberezny] 2014-01-08 06:23:47 +00:00
Curt Coder
68e33427df (MESS) Emulated the SSE HardBox, a Corvus interface for PET [Mike Naberezny] 2013-07-24 13:11:13 +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
6ccbdb50b3 (MESS) pet_flop.xml: Added Z-RAM floppy. [Mike Naberezny] 2013-06-13 19:01:28 +00:00
Fabio Priuli
38e965c78c fixed xml. nw. 2013-06-03 20:37:25 +00:00
Curt Coder
67b05b5f15 (MESS) pet_flop.xml: Added some unsorted floppies. (nw) 2013-06-03 13:51:49 +00:00
Curt Coder
a93fdfab23 (MESS) pet: Implemented SoftBox IEEE-488 peripheral mode, where a PET computer is used as terminal. [Curt Coder, Mike Naberezny] 2013-05-29 20:06:42 +00:00
Curt Coder
a8e51e24e2 (MESS) Added some third party Commodore operating systems. (nw) 2013-03-28 20:01:16 +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
Curt Coder
0d5912f40d (MESS) cbm2/pet: Added floppies. (nw) 2013-02-05 15:08:54 +00:00
Curt Coder
bfe24376e8 (MESS) pet: Added floppies. (nw) 2013-02-04 19:02:41 +00:00
Curt Coder
4da7220671 (MESS) Softlist additions. (nw) 2013-01-31 15:08:18 +00:00
Curt Coder
30b6014d2d (MESS) Softlist additions. (nw) 2013-01-30 16:36:43 +00:00