Commit Graph

226 Commits

Author SHA1 Message Date
David Haywood
e486506cca
new WORKING machines (Plug & Play) (#7269)
* new WORKING machines
----
Wireless Tennis (PAL, Play Vision) [David Haywood, Sean Riddle]
World Soccer TV Game 10-in-1 (PAL) [David Haywood, Sean Riddle]
Solar Games 80-in-1 (PAL) [David Haywood, Sean Riddle]
Out Run 2019 (Radica Plug & Play, Europe) [David Haywood, Sean Riddle]
new NOT WORKING machines
-----
10 Jeux Interactifs / Jeux Pour Filles (France) [David Haywood, Sean Riddle, Team Europe]

- added a note to indicate that the ROM from the Out Run 2019 Radica Plug & Play matches what is considered to be a 'Beta / Prototype' US version in NoIntro / MAME Software Lists.

* correct hash
2020-09-20 10:34:59 -04:00
Scott Stone
87dce66d84 megadriv.xml, vsmileb_cart.xml: Fixed typo and format fix (nw) 2020-09-15 16:45:12 -04:00
Scott Stone
0fb4099c2e megadriv.xml, vgmplay.xml: Change release years for Chester Cheetah games (nw) 2020-09-15 16:20:22 -04:00
Ivan Vangelista
8bdc60e97e megadriv.xml: fixed MT07735 2020-08-31 07:18:22 +02:00
Ivan Vangelista
2c745dc81b New working software list additions
-----------------------------------
Starwars (Prototype 19930125) [Arcade Shadow]
2020-07-18 21:09:04 +02:00
hap
920183b7de megadriv.xml: correct typo 2020-07-12 23:05:03 +02:00
ICEknigh7
baf84623e5
Software list updates
* specpls3_flop.xml: Added more disk images, some of which were previously missing from the internet due to them being considered "Distribution Denied". [Antonio M, Fede Jerez, Gorski, Jaime González Soriano, José Manuel, Marino Arribas, Metalbrain, robcfg, Simon Owen, Syx, Zup, TZX Vault]

* spectrum_cass: Added verified dump of Load'N'Run (Spain) (Especial) [Manu128k]

* Created softlist for Timex cassettes (timex_cass)

* megadriv.xml Added some info on games which need redumps.
2020-06-11 15:39:18 -04:00
Ivan Vangelista
0d5266c1d9 megadriv.xml: MT07171 (nw) 2020-05-08 21:02:02 +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
Cyril APAN
c4aa95da34 Fixed the Japanese transliteration of Streets of Rage titles 2020-03-23 07:40:51 -07: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
Ivan Vangelista
89edcc3ea4 megadriv.xml: corrected ROM loading for sonic2p11, promoted to supported again (nw) 2020-03-03 18:31:15 +01:00
Scott Stone
c1169e6d2d megadriv.xml: Fixed loading for sonic3p1 set, fixing MT#7582, and flagged sonic2p11 as unsupported until someone can fix loading (nw) 2020-03-03 01:30:37 -05:00
Rebecca Wallander
834b8ec6f5
Add some new Sonic prototype dumps (#6097)
* megadriv.xml - mark sonic protos as comming from loose eproms

* megadriv.xml - Add another Sonic 2 prototype dump

* gamegear.xml - Add Sonic 2 proto

* megadriv.xml - Add Sonic 3 prototype

* load16_word_swap

* Missed one
2020-01-29 10:16:33 -05:00
MetalliC
f257bac73b fix sonic protos ROM loads (nw) 2019-12-29 07:38:01 +02:00
Vas Crabb
5e4f764297 megadriv.xml: explicit zero offset when there are multiple load directives (nw) 2019-12-27 14:23:12 +11:00
Rebecca Wallander
acb3e3fae9 megadriv.xml - Add two new Sonic 2 protos 2019-12-22 22:42:24 +01:00
hap
61bb5933b3 megadriv.xml: remove titan extras (nw) 2019-12-19 18:51:21 +01:00
mooglyguy
dc3822c31c New working software list additions
-----------------------------------
megadriv
  Crying Dragon (Jpn, Prototype) [Pietro Gagliardi]
2019-11-23 10:34:39 +01:00
Ivan Vangelista
0cd3ea1d19 megadriv.xml: removed double entry. Thanks to UED-Wayder for spotting this (nw) 2019-10-14 07:41:29 +02: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
Robbbert
efedada9be (nw) megadriv.xml : fixed validation error, removed not needed offset=0 2019-05-12 11:13:37 +10:00
Scott Stone
2a4f015a8f megadriv.xml: Per Stiletto, adjusted some carts to a "baddump" status based on comments in softlist. (nw) 2019-05-11 16:29:57 -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
Ivan Vangelista
4ea765bcc0 megadriv.xml: fixed validation (nw) 2019-02-12 18:08:04 +01:00
Scott Stone
33968fd8fb Fixed MT#7231
megadriv.xml: loadflag no longer required for jpond (nw)
2019-02-11 22:58:19 -05:00
Scott Stone
3da383f372 megadriv.xml: Corrected ppersia2's copyright/release date (nw) 2018-11-20 16:08:37 -05:00
Ivan Vangelista
7d832e8664 new software list addition:
--------------------------------------------------
Centurion - Defender of Rome (Euro, Prototype, 19910528) [ArcadeShadow]
2018-11-18 17:58:27 +01:00
Ivan Vangelista
9b35e2a294 new working clone
---------------------------------
Battle Mania Daiginjou (Jpn, Prototype, 19910528) [ArcadeShadow]
2018-11-15 18:51:48 +01:00
Scott Stone
58bbd86ada megadriv.xml: Fixed rrash3 description (MT#7124) (nw) 2018-10-23 22:31:01 -04:00
Scott Stone
11da5fd993 megadriv.xml: Fixed MT#7123 - Description for Desert Strike (nw) 2018-10-20 15:16:31 -04:00
Vas Crabb
08dde5eb0a srcclean and regenerate localisations (nw) 2018-03-25 02:03:24 +11:00
VedsaGolfer
6c7bacd071 New Genesis game
New Genesis game
2018-03-11 16:37:20 -07:00
David Haywood
c3709b0558 various reorganization of radica and vtech stuff (#3108)
* various reorganization of radica and vtech stuff

* missed this (nw)

* correct file (nw)

* newlines and stuff (nw)

* less c_str (nw)

* worse (IMHO) filenames (nw)

* format got messed up (nw)

* some bits for golden tee (nw)

* get us renderng something in rad_gtg (nw)

* some basic inputs (nw)

* further improvements to the Golden Tee Home Edition (radica eu3a14)

added Radica Sensible Soccer [Sean Riddle]

* tilebase handling (nw)

* golden tee home video improvements (nw)
2018-01-24 22:00:14 -05:00
angelosa
c614d5b64b Fix comment (nw) 2017-06-09 00:33:46 +02:00
Ivan Vangelista
ee251a82ea new working software list addition
------------------------
Zhan Qi - Chinese Battle Chess (Tw) [system11]
2017-03-30 18:27:15 +02:00
Scott Stone
a977ac6e7e megadriv.xml: Corrected crc32 hash for tomjerryj to match actual image. (nw) 2017-03-20 18:33:52 -04:00
Emmanuel Vadot
8cda81fc8b Confirm a few japanese dump and add a new one. (#2161)
* Add bullvsblj to the confirmed dump section with no pcb pic.
* Add shikinjo to the confirmed dump with no pcb pic section.
* Add new dump of Tom and Jerry (Jpn).
* Add valis3j to the confirmed dump with no pcb pic section
* Move worldillj to the confirmed dump section.
* Move bullvsblj to the confirmed dump section and add pcb feature
2017-03-18 21:54:25 +11:00
einstein95
04b7187ba8 Add the Sonic 3 proto lock-on chips to the relevant Sonic 3 proto sets 2017-01-21 01:14:08 +13:00
R. Belmont
66ab17de71 Merge pull request #1741 from FakeShemp/newdumps
Add more softlist documentation based off new dumps
2017-01-06 10:55:45 -05:00
Vas Crabb
7238415d1f srcclean (nw) 2016-11-27 09:56:49 +11:00
FakeShemp
8348bd40da Add new dump confirms from TeamEurope. 2016-11-18 14:46:28 +01:00
Scott Stone
497cd665dc xml format corrections (nw) 2016-11-13 20:39:02 -05:00
FakeShemp
7eaacacbb9 Add two new prototypes. 2016-11-05 18:14:06 +01:00
FakeShemp
5c62254dbf Revert "Fix a bunch of validation errors."
This reverts commit 575b0b5e8a.
2016-10-23 16:40:56 +02:00
FakeShemp
575b0b5e8a Fix a bunch of validation errors. 2016-10-23 13:49:25 +02:00
einstein95
259940e9ed Fix megadriv.xml comment alignment and dejavuj subtitle (nw) 2016-09-26 01:22:31 +13:00
einstein95
999b0adace Fix n3dgpebb's Japanese name (nw) 2016-08-28 20:56:14 +12:00
einstein95
68637b3f29 Add f1heromd as clone of ferrari (nw) 2016-08-28 20:15:33 +12:00
Scott Stone
8cb6b51a7e Assorted softlist XML corrections for megadriv, gba, coco_cart (nw) 2016-08-23 11:44:20 -04:00
Miodrag Milanovic
63f9a01f8c Cleanup and version bump 2016-06-29 08:34:30 +02:00
etabeta78
1f6f1bfd6c New WORKING software list additions
-----------------------------------

-megadriv.xml: Chaoji Majiang Club / Super Mahjong Club (Tw)
 [system11, Fabio Priuli]
2016-06-29 05:51:59 +02:00
etabeta78
16f2a92f89 final round of consistency fixes. nw. 2016-06-28 08:00:26 +02:00
etabeta78
99e686856d a couple more. nw. 2016-06-19 23:36:18 +02:00
etabeta78
ffed658251 megadriv: improved description of many taiwanese unlicensed titles
+ added dump of Ju Ji Ma Jiang II by Sun Green. [Fabio Priuli]
2016-06-19 18:47:59 +02:00
etabeta78
6f10f33e6e misc additions. nw. 2016-05-30 07:22:07 +02:00
Miodrag Milanovic
68785dccfe Cleanups and version bump 2016-05-25 08:19:21 +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
etabeta78
ff7bea6544 another round of protos. nw. 2016-05-23 07:48:25 +02:00
Scott Stone
ee4f0bb6a4 Fix for megadriv.xml duplicate publisher and numerous format fixes for recent XML additions and changes (nw) 2016-05-17 14:23:10 -04:00
etabeta78
4d0e3033a7 misc. nw. 2016-05-17 07:57:39 +02:00
etabeta78
1007a0730c confirmed Zoop (USA) padding. thanks plgDavid. nw. 2016-05-17 05:22:08 +02:00
etabeta78
7842148635 updated megadriv.xml list with the new protos just
released. nw.
2016-05-16 13:50:53 +02:00
etabeta78
392ceebfad new softlist entry
=============

megadriv.xml: Sega Channel (Jpn), two revisions [Kiddo Cabbusses, RetroJunkie]

out of whatsnew: these were dumped back in Oct. 2013, but since we can't attract interest of console
dumpers in our softlists, it got overlooked for all this time (by nointro as well, FWIW)... we really need
to better organize our preservation efforts !!
2016-05-12 09:46:38 +02:00
etabeta78
1fec8db985 brought SNES softlist on par with latest dumps from various
sources. at last. nw.
2016-05-10 19:03:56 +02:00
etabeta78
4eb3eb9c9f misc prototype additions. nw. 2016-05-04 14:34:53 +02:00
AJR
32fbe35386 Check software parts for incompatibility as well as compatibility
This new softlist feature is now used by genesis_tmss to exclude several entries from megadriv.xml.

- Use popmessage instead of osd_printf_warning for incompatibility warnings
- Unify some common software loading code, which reduces indentation levels in clifront.cpp
2016-05-03 23:52:32 -04:00
etabeta78
1441709592 megadrive: added custom X24C02 emulation to NBA Jam cart,
making finally possible to save records at exit. Hopefully, this
will help finding the problem in our core emulation. [Fabio Priuli]
2016-05-01 19:37:48 +02:00
Miodrag Milanovic
cfee536f22 Cleanups and version bump 2016-04-27 08:13:59 +02:00
David Haywood
de5a894217 region code in rom is US so use that. 2016-04-13 14:38:31 +01:00
David Haywood
588b3a4afc new Software List entry
megadriv.xml:
F1 - World Championship Edition (Euro, Prototype, set 2) [oliverthepig]
2016-04-13 12:34:10 +01:00
Scott Stone
474f91dee3 Softlist format fixes (nw) 2015-12-27 19:41:26 -05:00
David Haywood
29d2f7f708 2 recent MD proto dumps 2015-12-27 16:38:15 +00:00
Scott Stone
2313e3f8d6 Softlist validity and format fixes (nw) 2015-10-26 15:16:17 -04:00
David Haywood
ff4a8e0b4c some interesting prototype / homebrew stuff for the SLs (nw) 2015-10-26 13:17:08 +00:00
einstein95
396889297e Fix for ddanpei and ninjab (nw) 2015-08-27 02:45:28 +12:00
MetalliC
d2fc258f66 new megadrive dump (nw) 2015-05-24 12:09:14 +03:00
etabeta78
f1255b59d6 a bunch of new dumps and many consistency fixes. nw. 2015-05-12 13:24:02 +02:00
etabeta78
45193e8451 (MESS) softlist: added a bunch of new dumps from various sources, and
improved consistency across a few lists. nw.
2015-04-22 22:35:15 +02:00
etabeta78
8e0608371f (MESS) misc round of new dump additions (from multiple sources) and consistency fixes. nw. 2015-03-23 08:28:08 +01:00
etabeta78
33c8d18d61 these were needed too. nw. 2015-02-25 08:06:12 +01:00
etabeta78
3fd95a53ca a few fixes and additions. nw. 2015-02-24 08:31:23 +01:00
etabeta78
c32c95a62d added a bunch of new dumps and removed a dupe. nw. 2014-12-29 19:50:53 +01:00
etabeta78
608d952074 (MESS) megadriv: slightly improved support for CodeMasters 2-in-1 carts
and added a pair of unlicensed game dumps. nw.
2014-12-27 01:00:48 +01:00
Scott Stone
5fcdaf0c95 Assorted validation issues (nw) 2014-11-25 15:57:16 -05:00
Scott Stone
3d3ed13db5 Alignment fixes for recent changes to XML hashes. (nw) 2014-11-08 15:50:19 -05:00
etabeta78
c74910aa3f (MESS) megadriv.xml: dumped Codemasters Cosmic Spacehead
+ Fantastic Dizzy 2-in-1 cart. [sunbeam]
2014-11-02 08:51:38 +01:00
etabeta78
384f7653e1 (MESS) misc new dumps and redumps. nw. 2014-11-01 14:49:37 +01:00
etabeta78
bb6c49751b (MESS) megadriv.xml: some more pcb documented by sunbeam. nw. 2014-10-30 20:09:57 +01:00
m.milanovic@levi9.com
3dcf8d65af Fixed mixed line endings (nw) 2014-10-22 12:13:36 +02:00
Osso
7dd7305e60 Fixed MT05252 (nw) 2014-10-20 20:39:03 +02:00
Fabio Priuli
e79775ef43 new dump surfaced in the past days. nw. 2014-10-15 03:27:09 +00:00
Fabio Priuli
07228e3d11 (MESS) megadriv.c: Added support for Game Genie as a passthru cart. [Fabio Priuli] 2014-09-07 06:27:29 +00:00
Fabio Priuli
03599dbedb megadriv.xml: verified and documented a lot of dumps, added Shining Force (Euro), redumped
Muhammad Ali Heavyweight Boxing (Euro). [sunbeam]
2014-08-07 17:47:44 +00:00
Alex W. Jackson
64df51f7a7 add width and endianness to megadriv softlist (nw) 2014-07-01 09:31:38 +00:00
Scott Stone
532bfb9e2b Alignment fixes for XML hashes. (nw) 2014-07-01 00:17:55 +00:00
David Haywood
014770a5af add an SRAM to Pro Yakyuu Super League '91 (megadrij) based on game usage, can't enter gameplay without it, not specified in header, thanks to Kale for spotting it. 2014-04-29 17:17:49 +00:00
Fabio Priuli
b6cfb44d1c (MESS) misc recent dumps added to softlists. nw. 2014-04-05 12:57:26 +00:00
Fabio Priuli
2b2197e01f (MESS) softlists: added a bunch of new dumps (plus a couple from next summer). nw. 2014-02-09 12:41:26 +00:00