Commit Graph

25 Commits

Author SHA1 Message Date
Vas Crabb
878a16dda1 housekeeping: Use proper SPDX ID for CC0 license. 2022-12-23 02:49:34 +11:00
ArcadeShadow
1a49dba3d3
sg1000.xml: Use full country names rather than abbreviations, and use lowercase for descriptive text. (#10516) 2022-11-24 01:12:16 +11:00
0kmg
682d586fdf
Various cleanups in software lists. (#9866)
* Cleaned up spaces in software list comments.

* megadriv.xml: Improperly indented sharedfeat tag.

* gbcolor.xml: Converted "GBC only" comments into sharedfeat tags.

* a5200.hsi: Fixed a few dispossessed tags.

* Various softlists: Fixed improperly entabulated tags.

* Various softlists: More entabulation fixes.
2022-05-31 20:34:38 -04:00
wilbertpol
31390d3f3e
gamegear, sg1000, sms software list additions (#7649)
* New working software list additions
-----------------------------------
gamegear:
  Andre Agassi Tennis (prototype),
  Bubble Bobble (prototype),
  CJ Elephant Fugitive (prototype),
  Dinobasher Starring Bignose the Caveman (prototype),
  Dragon - The Bruce Lee Story (prototype),
  Empire Syndicate (Chicago Syndicate) (prototype, 19950320),
  Kawasaki Superbike Challenge (USA),
  Micro Machines (prototype)  [smspower]
sg1000:
  San-nin Mahjong (Jpn, alt)  [smspower]
sms:
  3D Gunner (prototype),
  Alex Kidd - High Tech World (prototype),
  Battle Wings (Bomber Raid, prototype),
  Cyborg Hunter (prototype),
  Hang-On (prototype),
  Missile Defense 3-D (prototype),
  Out Run 3-D (prototype),
  Solomon no Kagi - Oujo Rihita no Namida (prototype),
  Super Off Road (prototype)  [smspower]

New NOT_WORKING software list additions
---------------------------------------
gamegear:
  X-Terminator v2.1 for Game Gear (Euro, USA),
  X-Terminator v2.1J for Game Gear (Jpn)  [smspower]

* New working software list additions
-----------------------------------
sms:
  Game de Check! Koutsuu Anzen (Jpn, prototype)  [smspower]

* gamegear: Redumped Sports Illustrated Championship Football & Baseball (Euro, USA) [smspower]
2021-01-09 13:52:59 -05: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
Vas Crabb
8dad4881f6 srcclean (nw) 2018-02-25 01:34:04 +11:00
arbee
375c7f6294 gamegear.xml, pce.xml, sg1000.xml: begin adding new dumps [David Haywoood] 2018-02-20 19:41:31 -05:00
Scott Stone
d481cbf01b Softlist format fixes and validation fix for duplicate description created when excess whitespace submission was applied (nw) 2015-10-28 15:52:49 -04:00
Miodrag Milanovic
47f56372ee Cleanup and version bump 2015-10-28 08:06:12 +01:00
David Haywood
04792cd0bd sync with smspower (nw) 2015-10-27 13:13:35 +00:00
Curt Coder
811b29608d (MESS) sc3000: Added cartridge and cassette software lists. [Curt Coder, Anna Wu] 2014-04-23 21:07:19 +00:00
Fabio Priuli
b8f4843e1e (MESS) a few new dumps from SMS power, including European dump of
Zool for gamegear, and a series of MSX port for the Taiwanese SG1000
(these need a RAM adapter that only MESS and Meka emulate!!). nw.
2014-01-22 08:44:15 +00:00
Fabio Priuli
af6d6ee63e (MESS) sg1000: fixed RAM in a few games and added support for the Othello PCB (ROM + 2K RAM). nw. 2013-05-27 05:27:08 +00:00
Fabio Priuli
c9024eef8e (MESS) sg1000: added emulation of the Card Catcher passthrough cart. [Fabio Priuli]
eventually, softlist will better document which dumps come from cards and which from carts. 
for the moment you can load any sg dump <= 32K as a card
2013-05-24 12:34:50 +00:00
Fabio Priuli
8da97d5847 (MESS) sg1000: converted the driver to use the new sega 8bit cart slot. [Fabio Priuli]
this allowed to simplify the sg1000 code and to remove duplicate Terebi Oekaki implementation...
2013-05-24 11:04:16 +00:00
Fabio Priuli
626f45e2fc (MESS) softlist: added more documentation about Sega PCBs and chip labels. nw.
Anyone willing to contribute pictures of the PCBs for Sega console carts is welcome...
2013-03-28 07:37:20 +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
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
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
Fabio Priuli
3077c162bd softlists: misc cleanups and consistency fixes (channelf courtesy of k11). no whatsnew.
mz2000_*.xml: added a few more files. no whatsnew.
2012-08-27 18:45:25 +00:00
Miodrag Milanovic
960ae0c0de Sync software lists from MESS into hash (no whatsnew) 2012-08-21 10:47:55 +00:00