Commit Graph

64 Commits

Author SHA1 Message Date
Vas Crabb
4e80f6e0d9 -misc/paracaidista.cpp: Fixed a really gross buffer overrun causing memory corruption.
-hash: Removed empty info elements.
2025-04-01 06:47:57 +11:00
angelosa
3262f39d24 sega/saturn.cpp: move stvcd into sega folder, bulk replace sat_cdrom -> cdrom i/f, hookup photo cd list 2025-02-11 20:48:35 +01:00
ArcadeShadow
bd398c51a3
saturn.xml: Added language info elements, and corrected parent/clone relationships for Rayman games. (#12091) 2024-04-05 01:40:31 +11:00
Vas Crabb
ed45a4f223
Use literal romaji for Jikkyou Powerful Pro Yakyuu game titles. (#12074)
* Official media leans towards using literal romaji "JIKKYOU PAWAFURU PURO YAKŪ".
* Software lists still have "Jikkyou Powerful Pro Yakyuu" to help people search.
2024-03-19 03:49:08 +11:00
Scott Stone
a1cb730d16 Various XML format and spacing fixes [skip ci] 2024-02-24 06:11:07 -05:00
angelosa
fdc46dbd2a New working software list items
-------------------------------
saturn.xml: Delisoba Deluxe [archive.org]
2023-12-12 02:32:13 +01:00
ArcadeShadow
2daf0fd772
saturn.xml: Replaced abbreviations in descriptions. (#11599) 2023-10-07 00:12:31 +11:00
Michael Sanborn
4f089d1153
Made NBA Jam Tournament Edition titles more consistent with marketing materials. (#11035)
* Arcade releases were known as "NBA Jam Tournament Edition".
* Console releases all used "NBA Jam T.E." in box art and marketing material.
2023-04-02 01:42:32 +11:00
Vas Crabb
878a16dda1 housekeeping: Use proper SPDX ID for CC0 license. 2022-12-23 02:49:34 +11:00
Michael Sanborn
6fc98a4435
sega/model2.cpp and hash/saturn.xml - Last Bronx title changes for Japanese sets. (#10423)
* sega/model2.cpp - Include subtitle to Last Bronx Japanese set.

* has/saturn.xml - Just simply Last Bronx.
2022-11-19 13:31:25 -05:00
angelosa
ee3425dfbd sega/saturn_m.cpp: replace printf -> logerror for 68k reset log 2022-11-05 19:01:19 +01:00
ArcadeShadow
eb5802b91b
saturn.xml: Replaced abbreviated country names in descriptions with full names. (#10409) 2022-10-15 03:31:25 +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
0kmg
9c4211b156
Miscellaneous software list cleanups. (#10058)
* Removed mention of MESS.
* Corrected case (and more) in various Japanese titles.
2022-07-12 14:43:48 +10: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
ArcadeShadow
2895364c7b
saturn.xml: Cleaned up metadata. (#9761)
Changed Prototype, Alt, Rev, Demo to lowercase in descriptions.
2022-05-30 04:20:21 +10:00
Angelo Salese
e2331a7eed
saturn.cpp: Add Korean BIOS placeholder (#8608)
* saturn.cpp: add Korean BIOS placeholder, refactored init routines, add enumerator for regions

* hash/saturn.xml: marked all Korean set with NTSC-K, also part I of SW list QA overhaul

* stvcd.cpp: guard against deleting partial sectors in cmd_delete_sector_data, fixes pstarcol Phantasy Star 2 crash after first attract cycle

* smpc.cpp: NMI is unconditionally requested for screen clock change commands, fixes booting in bigichig, capgen1, capgen4, capgen5

* stvcd.cpp: add fixed status for NetLink, allow dragndrm to actually boot (on -non drc)

* stvcd.cpp: fix clang build, put another QA point for Dragon's Dream

* More QA up to J
2021-09-25 14:56:19 +02:00
ArcadeShadow
885d6e1dd9
saturn.xml: corrected the name "Isto é Zico - Zico no Kangaeru Soccer (Jpn)" (#8539) 2021-09-07 19:58:29 -04:00
ArcadeShadow
b6609eb1ca saturn.xml: Updated metadata (name; year)
Updated metadata (name; year)
2021-07-17 18:24:42 +01: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
firewave
87426ce349 avoid "Redundant default attribute value assignment" in hash files (nw) 2020-01-20 09:52:32 +01:00
Vas Crabb
d506479fdd minimaws: load and index some software list data (no way to display it yet)
also fix up some software lists with duplicate part features (nw)
2019-12-15 00:19:29 +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
Vas Crabb
97b6717027 (nw) Clean up the mess on master
This effectively reverts b380514764 and
c24473ddff, restoring the state at
598cd52272.

Before pushing, please check that what you're about to push is sane.
Check your local commit log and ensure there isn't anything out-of-place
before pushing to mainline.  When things like this happen, it wastes
everyone's time.  I really don't need this in a week when real work™ is
busting my balls and I'm behind where I want to be with preparing for
MAME release.
2019-03-26 11:13:37 +11:00
andreasnaive
b380514764 Revert "conflict resolution (nw)"
This reverts commit c24473ddff, reversing
changes made to 009cba4fb8.
2019-03-25 23:13:40 +01:00
Vas Crabb
30caaa7bef srcclean (nw) 2019-03-24 09:48:58 +11:00
angelosa
427ab5516b Start improving meta (nw) 2019-03-15 00:33:07 +01:00
angelosa
a64ac442e7 Consistancy fix (nw) 2018-04-18 01:09:41 +02:00
sparrowred
56556f95b6 added sharedfeat requirements to n64dd.xml and saturn.xml (nw) 2017-02-12 17:51:30 +01:00
Scott Stone
cd2e853167 saturn.xml: renamed "area51" parent to "area51e" to avoid conflict with the arcade title setname "area51" which is also a CHD. (nw)
Note:  Without this change, using "-verifysoftlist saturn" will detect the arcade CHD if it is anywhere in the rompath and assumes you are looking for the saturn one.  That is a problem since all -verify commands are only supposed to check romset that you actually HAVE in a folder or compressed folder.
2016-09-06 16:12:51 -04:00
etabeta78
16f2a92f89 final round of consistency fixes. nw. 2016-06-28 08:00:26 +02:00
etabeta78
be406134ae more consistency fixes. nw. 2016-05-29 11:38:55 +02:00
etabeta78
6d69c89500 another (and last for this development cycle) round of
naming consistency "enforcement", especially for saturn.xml. nw.
2016-05-24 06:47:23 +02:00
Miodrag Milanovic
4afd75e2fd Cleanups and version bump 2015-12-30 08:18:51 +01:00
David Haywood
4454a0db70 small note (nw) 2015-12-28 14:40:03 +00:00
David Haywood
63cd724c43 another recently dumped proto (nw) 2015-12-28 04:08:45 +00:00
sparrowred
1a5561dab6 fixed whitespace for publishers and descriptions in softwarelist xmls (nw) 2015-10-28 11:40:10 +01:00
Justin Kerk
97385f1c06 Japanese romanization (nw) 2014-11-23 13:38:00 -08:00
David Haywood
586853edd8 update the note in saturn.xml too. 2013-10-02 17:32:45 +00:00
Fabio Priuli
649956dcea (MESS) softlist: misc consistency fixes. nw. 2013-05-19 13:27:45 +00:00
Fabio Priuli
b3bae5a204 (MESS) softlist: misc fixes to descriptions (to match title screens), to publishers, and to
shortnames (to be consistent across lists, where possible). nw.
2013-05-13 17:42:03 +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
Angelo Salese
5d9e1c46a0 Some HW notes 2013-02-27 01:52:15 +00:00
Angelo Salese
2c9983b2de Actually fixed track seek, fixes regression with Zero Divide 2013-02-22 17:43:28 +00:00
Angelo Salese
c3440702e6 It looks like we don't have an Angelique Special 2 ... 2013-02-22 16:53:21 +00:00
Fabio Priuli
49c01126e6 (MESS) softlist: bunch of minor consistency fixes. nw. 2013-02-06 05:36:53 +00:00