Commit Graph

36 Commits

Author SHA1 Message Date
r09
f934677a3b x68k_flop.xml: 2 new dumps from original disks
Also renamed the existing entries to reflect the fact that they are cracked versions.

New working software list additions
-----------------------------------
Detana!! TwinBee [r09]
Video Game Anthology vol. 11 - Pac-Land [cyo.the.vile]
2021-06-26 19:35:31 +02:00
Vas Crabb
01661be41c srcclean and cleanup (nw) 2020-06-21 14:59:50 +10:00
Angelo Salese
fb410f496a
QA a selection of Sharp X68000 SWs (nw) (#6714)
* QA x68k part 1

* pandas automated injection

* Refactor up to E

* Refactored the rest of the notes

* Standardize "this format is multi-disk", standardize drive -> DF#
2020-05-21 21:30:18 +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
Scott Stone
5e896c29e2 vgmplay.xml - Added 35 new entries and corrected a setname (tdragon -> tdragon2) [Tafoid]
x68k_flop.xml - Corrected shortname and description for "Cube Runner" to read "Cueb Runner" based on research, actual pictures, and title screen (nw)
2019-09-09 14:05:12 -04:00
Vas Crabb
34fcc982dd x68k_flop.xml: fix typo in title (nw) 2018-10-28 18:17:52 +11:00
Scott Stone
21ead43c0c x68k_flop.xml - XML validation fix not detected by -validate (nw) 2018-10-14 12:43:38 -04:00
Wayder
8392ec249e x68k_flop: many added info and fix data (except Doujin) 2018-10-12 21:09:15 +09:00
Justin Kerk
36535a6894 x68k_flop.xml: fix game title (nw) 2018-10-11 22:22:27 -07:00
smf-
61f5bc2885 fix feature part_id (nw) 2018-07-25 19:37:37 +01:00
Wayder
fa3bbf1948 x68k_flop: Sorry, Return to GJ 2018-07-23 19:56:44 +09:00
Wayder
cc08910b18 x68k_flop: Added new/replace Login Soft list. and sorted 2018-07-04 12:09:00 +09:00
Wayder
f8ec241343 x68k_flop: return 2018-07-04 11:43:33 +09:00
Wayder
cd65cfdc29 x68k_flop: Added new/replace Login Soft list. and sorted 2018-07-04 11:10:38 +09:00
Wayder
d358706cae x68k_flop: fix redump bgelmntt and gradius2d 2018-07-01 22:27:21 +09:00
Scott Stone
a5bca54a8a x68k_flop.xml: fix validation (nw) 2018-06-29 18:57:00 -04:00
Wayder
efb3eca6c2 x68k_flop: Add/Replace and Organize Login Soft Category 2018-06-24 14:18:14 +09:00
Justin Kerk
ea6babb2b3 New working software list additions
-----------------------------------
ibm5150: Battle Chess, Blades of Steel, Castlevania, Earl Weaver Baseball, Hardball 2, John Madden Football, Lakers vs Celtics and the NBA Playoffs [Justin Kerk]
ibm5150: Le Manoir de Mortevielle [breiztiger]
ibm5170: B-17 Flying Fortress, Body Blows, DOS/V (multiple sets) [Justin Kerk]
x68k_flop: Chourensha 68k (v1.00) [Justin Kerk]

New NOT working software list additions
-----------------------------------
ibm5150: Boulder Dash Construction Kit [Justin Kerk]
2017-06-30 02:13:06 -07:00
Justin Kerk
9a08e0b80b New working software list additions
-----------------------------------
x68k_flop: Bradion, Dennou Club Vol. 90 Tokubetsu Henshuu-ban,
  Dennou Club Vol. 94, Dennou Club Vols. 96-139, GJ, Nemesis '95 Gradius 2
  [Justin Kerk]

(nw) replaced ssf2 set with ssf2a as the disks are identical when converted to .dim format
2017-06-17 14:25:08 -07:00
UED-Wayder
da63bfc159 x68k: Add/fix to the software list 2016-10-02 17:26:01 +09:00
Wayder
011b9dbab5 Added some clones 2016-09-09 19:26:43 +09:00
etabeta78
16f2a92f89 final round of consistency fixes. nw. 2016-06-28 08:00:26 +02:00
etabeta78
42d83f8e36 a couple of naming fixes. nw. 2016-06-14 16:29:55 +02:00
etabeta78
be406134ae more consistency fixes. nw. 2016-05-29 11:38:55 +02:00
etabeta78
e37e21416d more naming consistency across lists. nw. 2016-05-23 07:52:20 +02:00
etabeta78
f1255b59d6 a bunch of new dumps and many consistency fixes. nw. 2015-05-12 13:24:02 +02:00
etabeta78
e95d8404e7 another item crossed out from my backlog... nw. 2015-04-26 17:01:05 +02:00
Justin Kerk
97385f1c06 Japanese romanization (nw) 2014-11-23 13:38:00 -08: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
1c05ccc93b Cleanups and version bump 2013-05-20 06:51:25 +00:00
Fabio Priuli
79c671e879 (MESS) x68k_flop.xml: added missing sets from TOSEC, plus a lot of new disks dumped in the past
seven years, plus lots of info [Ashura, mek1, wushu, Starscream the 2nd, cpt. Misumaru Tenchi, 
SuperDeadite, Anna Wu, Fabio Priuli]

Disks do not work in current MESS (and DIM format has not been converted yet to modern), but I was tired to
sit on these with risk to lose backup...
Huge thanks go to the Tokugawa Boards guys who helped tracking some disks which were very hard to find
2013-05-13 17:22:59 +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
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
960ae0c0de Sync software lists from MESS into hash (no whatsnew) 2012-08-21 10:47:55 +00:00