Commit Graph

54 Commits

Author SHA1 Message Date
Vas Crabb
878a16dda1 housekeeping: Use proper SPDX ID for CC0 license. 2022-12-23 02:49:34 +11:00
ClawGrip
6294f1cb80
pce_tourvision.xml: Added Galaga '88 to list of known undumped games. (#9807) 2022-05-23 05:05:41 +10:00
0kmg
76b55de45c
Software lists: Standardized titles of Mashin Eiyuuden Wataru games. (#9764) 2022-05-16 12:15:00 +10:00
0kmg
4eaaa5d35e
pce.xml: minor updates + remove a hack (#8169)
* pce.xml: minor updates + remove a hack

* make newer revision of R-Type part 2 the parent
* remove motorod2a which appears to be a 1-byte hack: it changes the 5-player input loop counter to not read input from players 3 to 5

* ok really sync + fix publisher Masaya spelling

Co-authored-by: 0kmg <0kmg@users.noreply.github.com>
2021-06-25 19:41:10 -04:00
ClawGrip
60b917f44f
New NOT_WORKING software list addition (#8132)
* New NOT_WORKING software list addition
------------------------------
pce_tourvision.xml:   Titan [Arcade Planet]

* Rename "TourVision" to "TourVisión"
As "TourVisión" is used on the carts, cab and printed ads.
* tourvis.cpp: Move "Tourvision" to "TourVisión"
2021-06-25 17:23:07 -04:00
Ivan Vangelista
3ea04a3b75 Software list items promoted to working
---------------------------------------
pce.xml: Dragon Egg! [Angelo Salese]
pce_tourvision.xml: Dragon Egg! (TourVision PCE bootleg) [Angelo Salese]
2021-05-25 18:03:31 +02:00
quasiscroto
96b38ad486 pce_tourvision.xml: cleanup to match changes to pce.xml
Be Ball and Gomola Speed do in fact match the only verified dumps in pce.xml. Old alternates in pce.xml appear to be bad dumps.
2021-05-09 16:33:17 -08: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
MASH
cf06328a46
pce_tourvision.xml: Typo 2019-06-16 21:29:36 +02:00
ClawGrip
1ecb04a303
pce_tourvision.xml: New NOT_WORKING software list additions
------------------------
Racing Damashii  (TourVision PCE bootleg) [system11]
Paranoia  (TourVision PCE bootleg) [system11]
2019-06-04 11:20:57 +02:00
ClawGrip
4e5394a76b pce_tourvision.xml: Add game ID for "F1 Triple Battle" (nw) (#4909)
* pce_tourvision.xml: Add game ID for "F1 Triple Battle" (nw)

* pce_tourvision.xml: Fix spelling (nw)

The "F1 Triple Battle" cart ID was reverse-engineered by System11.
It has such a specific set of inputs required to start the game in 1p or 2p mode that it was easy to isolate the correct string from the 200+
defined in the data tables.

* pce_tourvision.xml: Add note (nw)
2019-04-20 19:58:06 +10:00
ClawGrip
2631eb81c7
pce_tourvision.xml: New NOT_WORKING software list addtion
--------------------------
F1 Triple Battle (TourVision PCE bootleg)

(nw) Also removed redundant 0 offset labels
2019-04-19 19:10:11 +02: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
76323eb770 srcclean and cleanup (nw) 2019-01-27 14:22:20 +11:00
ClawGrip
0c0eec548d pce_tourvision.xml: New NOT_WORKING software list additions (#4499)
* pce_tourvision.xml: New WORKING software list additions

----------------------------
Blodia (Tourvision PCE bootleg) [system11, Recreativas.org, ClawGrip]
Ganbare! Golf Boys (Tourvision PCE bootleg) [system11, Recreativas.org, ClawGrip]
Hanii on the Road (Tourvision PCE bootleg) [system11, Ricky2001, Recreativas.org, ClawGrip]
Time Cruise II (Tourvision PCE bootleg) [system11, Ricky2001, Recreativas.org, ClawGrip]

* Cleaned the TourVisión software list

* Unified publisher names with the PCE softlist, where it's just publisher, not developer or copyright holder (taken from the serial prefix).
* Changed carts IDs to hexa.
* Trimmed the ROM when the splitted data matches the PCE HuCard dump (on the PCE softlist).
* When it's the same, unified the ROM name with the PCE softlist.
* Marked the TourVisión dumps that do not fully match any known PCE ROM.
* Fixed some ROM area sizes.
* Added "alt_title" info.
* Removed Parasol Stars (rumored, but not actually dumped).

* Checked and splitted also the 1MB -> 384KB dumps (nw)

Also renamed outrun to outruna [Out Run (alt)], as it's different from the PCE ROM.

* Rename pcgenj -> pcgenja (nw)
2019-01-22 21:51:29 -05:00
Vas Crabb
f99c502820 srcclean and fixup (nw) 2018-11-25 11:49:51 +11:00
Scott Stone
ef919afce6 pce_tourvision.xml: Fix -validation/DTD issue (nw) 2018-11-07 21:37:43 -05:00
ClawGrip
b82160abbe pce_tourvision.xml: Add game IDs as a "feature" (nw) (#4269)
* pce_tourvision.xml: Add game IDs as a "feature" (nw)

Game IDs are relevant to the emulation, and should be on the XML, not on comments.
Also updated the comments on missing games and missing IDs.

* Removed "Money In The Sky II" from undumped games list (it's really "Hani on the Road") (nw)
2018-11-07 21:27:00 -05:00
Firehawke
9ece34eb21 Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
This reverts commit 54155441e9.
2017-12-13 21:31:27 -07:00
Firehawke
54155441e9 Revert "Merge branch 'master' of https://github.com/mamedev/mame"
This reverts commit f537428e5a, reversing
changes made to 0d70d79810.
2017-12-13 21:01:10 -07:00
Ivan Vangelista
79c848c885 tourvis.cpp: moved known games list to the software list, for consistency (nw) 2017-12-13 18:59:15 +01:00
Ivan Vangelista
7e7bff3543
pce_tourvision.xml: removed copy-paste leftover (nw) 2017-12-06 08:00:44 +01:00
Ivan Vangelista
7a471e0d76 new working software list additions
-----------------------------------------
pce_tourvision: Final Soldier, PC Genjin, Saint Dragon, Splatterhouse, Tiger Road, Violent Soldier [system11, The Dumping Union]
2017-12-06 07:28:45 +01:00
Vas Crabb
a734a3b8e9 (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF-8 will be nuked, and cleaning it up by hand is annoying 2017-09-24 11:41:45 +10:00
Scott Stone
253a31b6da New NOT_WORKING software list additions
---------------------------------------
pce_tourvision:  Bomberman 93, Die Hard, Hit The Ice, Knight Rider Special [system11]

tourvis:  Added new BIOS dump, clarified BIOS names, and updated several games with newly discovered ID codes.  [system11, Tafoid]
2017-08-26 23:01:10 -04:00
Scott Stone
21964a5981 New working software list additions
-----------------------------------
pce_tourvision:  Majin Eiyuu Den Wataru (Tourvision PCE bootleg) [system11, The Dumping Union]
2017-07-21 20:49:41 -04:00
Scott Stone
a15487b210 Added comment for newly added pce_tourvision title (nw) 2017-07-17 13:23:24 -04:00
Ivan Vangelista
c92c68cbc5 new not working machine
-----------------------------------
Doraemon - Nobita no Dorabian Night (Tourvision PCE bootleg) [system11, The Dumping Union]
2017-07-17 18:15:50 +02:00
Ivan Vangelista
1e7bcf5560 New working software list additions
-------------------------------------------------
pce_tourvision: Ankoku Densetsu, Batman, Burning Angels, Cadash, Gradius, Toilet Kids, World Jockey [system11, The Dumping Union]
2017-06-19 18:52:30 +02:00
Vas Crabb
dac6dc4f62 srcclean (nw) 2017-04-23 12:27:42 +10:00
Ivan Vangelista
d8a68e8f09 new not working software list addition
---------------------------------------
pce_tourvision.xml: Dragon Egg!  [system11]
2017-03-29 18:58:12 +02:00
Scott Stone
57fdec7d18 fixed typo (nw) 2016-09-19 08:46:06 -04:00
Scott Stone
e8c651e343 pce_tourvision.xml: Added Barunba and Power Tennis (Not Working) [system11]
pce.xml :  Updated status on a non-working game (nw)
tourvis.cpp:  Updated information for new card images added  [system11]
2016-09-19 08:29:27 -04:00
Scott Stone
24d749545c pce_tourvision.zml - Added a number of new dumps (15) to the softlist. [system11, Tafoid]
Updated driver with new information related to ID and gamelist for tourvis.cpp  [system11, Tafoid]

Fixed instances in source where "Tecmo" was shown as "Temco".  This also covers MT#6293.  (nw)
2016-07-13 16:27:09 -04:00
Miodrag Milanovic
63f9a01f8c Cleanup and version bump 2016-06-29 08:34:30 +02:00
Scott Stone
05f681781c New Software List Entry
-----------------------
pce_tourvision.xml:  Out Run [system11, kebrank]

Added misc source notes (nw)
2016-06-02 00:05:51 -04:00
Miodrag Milanovic
68785dccfe Cleanups and version bump 2016-05-25 08:19:21 +02:00
Scott Stone
2d6c0e4002 New Software List items added
pce_tourvision.xml - Cyber Core, Download, Vigilante [system11]

Added source notes to tourvis.cpp (nw)
Fixed formatting in recent XML file additions (alice32, alice90) (nw)
2016-05-20 22:50:58 -04:00
Miodrag Milanovic
cfee536f22 Cleanups and version bump 2016-04-27 08:13:59 +02:00
Scott Stone
be8159d01e Correct format errors in pce_tourvision.xml hash file (nw) 2016-04-27 00:03:57 -04:00
David Haywood
83ab0dbe54 given evidence collected I see no reason not to (nw) 2016-04-26 22:13:36 +01:00
David Haywood
509da69746 trim the dumps that didn't match the PCE list to the expected size.
Gomolaa might be iteresting, it could actually be a previously undumped revision of the game that ended up in the Tourvision cart.
2016-04-26 22:02:31 +01:00
David Haywood
bb5158a617 rest verified (nw) 2016-04-26 21:45:06 +01:00
David Haywood
4222b12a0f more verifications (nw) 2016-04-26 21:36:43 +01:00
David Haywood
2e083d6182 R-Type II is NOT identical, copyright strings have been erased on the tourvision cart 2016-04-26 21:19:38 +01:00
David Haywood
919b01d07b further verifications (nw) 2016-04-26 21:09:37 +01:00
David Haywood
1ed1a28953 more cleanup (nw) 2016-04-26 20:48:02 +01:00
David Haywood
724e9b7508 furhter verifications
Gomola Speed is NOT an identical match to the PCE rom.
2016-04-26 20:34:00 +01:00