Commit Graph

39 Commits

Author SHA1 Message Date
angelosa
e10e36febc fix: MT#07261 2023-04-02 02:10:36 +02:00
Angelo Salese
5949574352
huc6270.cpp: fix RCR sync, it happens one line earlier (#11048)
- fix: draculax Stage 4' "all blue" Richter;
- fix: faussete Stage 2 excessive slowdown and erratic water line;
- fix: xwiber Stage 2 boss never spawning [MT#07384](https://mametesters.org/view.php?id=7384)
- fix: ppersia misplaced line [MT#07727](https://mametesters.org/view.php?id=7727)
- fix: ddragon2 options menu display;
- fix: tblade hang after third person view [MT#08585](https://mametesters.org/view.php?id=8585)
2023-03-31 21:50:31 +02:00
Angelo Salese
04899e161e
hash/pcecd.xml: add couple comments for blodgear 2023-03-28 11:54:32 +02:00
Vas Crabb
2519765abd cpu/nec: Fixed build; also, srcclean 2023-03-26 04:13:23 +11:00
Angelo Salese
3cf4d60bf1
hash/pcecd.xml: QA notes (#10956)
* pce_cd.cpp: convert to logmacro, fix regression on stop/repeat conditions, workaround MT#07972

* Delete unnecessary stub files from the other branch

* hash/pcecd.xml: QA notes

* nec/pce_cd.cpp: fix MT#07972 for good

* hash/pcecd.xml: update QA

* hash/pcecd.xml, nec/pce_cd.cpp: update QA

* nec/pce_cd.cpp: make pregap to have a minimum of 2 seconds, fixes redbook offset

* sound/cdda.cpp: add an actual write callback for audio playback end event

* nec/pce_cd.cpp: implement CDDA audio end event, fixes redbook repeat with emeraldd

* hash/pcecd.xml: update QA

* nec/pce_cd.cpp: do not send an irq when start/end redbook commands are issued, fixes macr2036 (MT #5995), jleagt94, iganin

* hash/pcecd.xml: QA heavy hitters

* hash/pcecd.xml: QA

* nec/pce_cd.cpp: unbreak snatcher, unbreak audio CD player

* nec/pce_cd.cpp: document crazyhos btanb

* nec/pce_cd.cpp: make BRAM to init to a standard scdsys format data

* hash/pcecd.xml: acknowledge games using Save-Kun peripheral

* nec/pce_cd.cpp: fix cdda get_channel_volume index overflow

* sound/cdda.cpp: fix longstanding regression with get_channel_volume, rename it to get_channel_sample

* nec/pce_cd.cpp: QA fader

* nec/pce_cd.cpp: cancel redbook when audio start + play mode = 0 is issued, fixes ppersia sound when picking up sword

* hash/pcecd.xml: finalize QA

* nec/pce_cd.cpp: misc cleanups

* hash/pcecd.xml: fix neklegbb description tag

* hash/pcecd.xml: faussete/traveler description fixes
2023-03-19 13:02:02 +01:00
angelosa
f7e62a2f2b nec/pce.cpp, hash/pce.xml, hash/pcecd.xml, hash/tg16.xml: fix main entity descriptions 2023-03-02 22:53:39 +01:00
Vas Crabb
878a16dda1 housekeeping: Use proper SPDX ID for CC0 license. 2022-12-23 02:49:34 +11:00
Vas Crabb
c72f10361e Software list update:
* megadriv.xml, pce.xml, pcecd.xml, x68k_flop.xml: Added cotroller
  support usage notes for a few games.
* pcecd.xml: Noted the required CD-ROM system cards in usage notes,
  fixed capitalisation and removed unnecessary markup in descriptions.
* megadriv.xml: Added compatibility tag for gforce2a (broken graphics on
  PAL consoles).
2022-12-21 19:19:59 +11:00
ArcadeShadow
9a3701a334
pcecd.xml: Don't abbreviate "Japan" in descriptions. (#10639) 2022-12-05 00:19:04 +11:00
0kmg
efbb20204b
pcecd.xml: Fixed dknight2 rom name typo. (#10406) 2022-10-10 03:35:55 +02: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
9b571e77a5
Corrected various Wonder Boy title descriptions (MT08321). (#9798) 2022-05-22 06:53:02 +10:00
0kmg
6c4f4c2d45
Various software list kana metadata cleanups. (#9709)
- Replaced halfwidth characters (including middle dot) with fullwidth ones.
- Fixed a few alt titles.
2022-05-06 21:31:59 +00:00
Vas Crabb
25c64006b7 srcclean in preparation for 0.243 2022-04-24 14:14:49 +10:00
ArcadeShadow
c01ebe6ef3
pcecd.xml: Metadata correction (#9583)
Changed descriptive text in descriptions to lowercase
2022-04-17 20:56:07 -04:00
angelosa
b51d40ffd6 hash/pcecd.xml: validate hucard requirements:
* fix most instances where the sharedfeat doesn't match what the description implies;
* fix Mahjong Vanilla Syndrome metadata;
* fix xak12 description;
* demote implode and meteorbl to baddump;
2022-04-11 13:47:43 +02:00
eientei95
65a2e8d004
x68k_flop.xml, fmtowns_cd.xml, pc98.xml, msx2_flop.xml, pc8801_flop.xml, pcecd.xml: Standardise title of De·Ja (nw) (#9505) 2022-04-05 01:18:59 +10: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
Justin Kerk
20f2faa5d2 pcecd.xml: Game title fixes (nw) 2017-08-30 18:54:49 -07:00
Angelo Salese
9f05be95a6 pcecd.xml: fix valis3j clone ownership, thanks to einstein95 for spotting this out (nw) 2016-07-07 14:02:06 +02: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
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
d9b5bcbbd3 consistency fix. nw. 2013-03-21 07:42:14 +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
49c01126e6 (MESS) softlist: bunch of minor consistency fixes. nw. 2013-02-06 05:36:53 +00:00
Fabio Priuli
bc23730a9a (MESS) softlists: Misc naming and description consistency fixes. no whatsnew. 2013-01-20 10:16:20 +00:00
Fabio Priuli
302511d6b0 consolidating list descriptions. no whastnew. 2013-01-14 14:32:28 +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
Fabio Priuli
7a802f1884 (MESS) softlist: misc fixes and updates. no whatsnew. 2012-10-22 05:40:27 +00:00
Fabio Priuli
1069bca28d (MESS) softlist: misc consistency fixes. no whatsnew. 2012-09-26 19:05:45 +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
Justin Kerk
cd6f1470dc Japanese romanization consistency (nw) 2012-09-08 20:52:44 +00:00
Fabio Priuli
5c09b67cbb softlist: removed a few blank spaces, thanks to souxx for spotting them. no whatsnew. 2012-08-27 18:49:44 +00:00
Miodrag Milanovic
960ae0c0de Sync software lists from MESS into hash (no whatsnew) 2012-08-21 10:47:55 +00:00