Commit Graph

118 Commits

Author SHA1 Message Date
ClawGrip
471e9fb582
New NOT_WORKING software list additions (#7749)
---------------------------------------
vsmile_cart.xml:
Disney's Mickey Mouse - De wonderwereld van Mickey (Netherlands), Nickelodeon Spongebob Squarepants - Een Dag uit het Leven van een Spons (Netherlands), Truckie's Rekenrace (Netherlands), The Batman - De redding van Gotham City (Netherlands), Nick Jr. Dora - Dora's Reparatie Avontuur! (Netherlands, 2005), Nick Jr. Dora - Dora's Reparatie Avontuur! (Netherlands, 2009), Walt Disney's Assepoester - De wonderwereld van Assepoester (Netherlands, 2010), Walt Disney's Assepoester - De wonderwereld van Assepoester (Netherlands, rev. 123, 2007), Walt Disney's Assepoester - De wonderwereld van Assepoester (Netherlands, alt, 2005), Marvel Spider-Man en Vrienden - Geheime Missies (Netherlands, rev. 123), Spider-Man en Vrienden - Geheime Missies (Netherlands) [Ramco Sahara]


vsmile_cart.xml updates:
* Use VTech regional codes as game names suffixes
* Fix some parent-clone relationships
2021-02-07 20:18:02 +11:00
ClawGrip
1dba1dc985
New working software list additions (#7342)
-----------------------------------
vsmile_cart:
  Alphabet Park Adventure (USA, rev. 2) [DiscoStarslayer]
2020-10-11 21:53:20 -04:00
Ryan Holtz
dbea17a536 Software list items promoted to working
-----------------------------------
vsmile_cart: V.Smile Tanz Mit Center (Germany), V.Smile Défi Gym (France), Gimnasio Interactivo V.Smile (Spain)

-vsmile: Added support for the Jammin' Gym Class dance mat. [bmx, Ryan Holtz]
2020-10-10 00:44:01 +02:00
ClawGrip
17b5d46e5e
New NOT_WORKING software list additions (#7245)
--------------------------------------
vsmile_cart:
V.Smile Smart Keyboard (USA) [tenyuhuang]
2020-09-16 22:38:58 -04:00
ClawGrip
0a3ddd2103
vsmile_cart.xml: Add note about missing carts 2020-07-30 21:16:06 +02:00
Ryan Holtz
8dfc462573 -vsmile: Fixed cartridge CS2 select hookup. [Ryan Holtz]
Software list items promoted to working
---------------------------------------
vsmile_cart:
  Disney's Little Einsteins (Spain), Disney Manny et ses outils (France), Disney Mickey - Mickey à la Recherche De Pluto (France), Scooby-Doo - Misterio en el Parque (Spain), V.Smile Art Studio (USA), V.Smile Zeichenatelier (Germany), V.Smile Studio De Dessin (France), V.Smile Estudio De Arte (Spain) [Ryan Holtz]
vsmilem_cart:
  Shrek Forever After (USA), Für immer Shrek (Germany), Shrek 4 - Il était une fin (France) [Ryan Holtz]
2020-07-13 17:42:46 +02:00
Ryan Holtz
2b18e4aad5 -vsmile_cart: Checked all games flagged as no inputs, all that use a standard controller now work. 2020-07-12 06:40:43 +02:00
ClawGrip
4a20d67020
New working software list additions (vsmile_cart.xml) (#6890)
-----------------------------------
Bianfuxia - Zhengjiu Chengshi (China) [tenyuhuang]
2020-06-30 13:21:51 -04:00
ClawGrip
cee7e4ad16
New NOT_WORKING software list additions (vsmile_cart.xml)
---------------------------------------
Disney/Pixar Wall-E (China) [tenyuhuang]

New working software list additions (vsmile_cart.xml)
-----------------------------------
Les Bisounours - Le monde merveilleux des Bisounours (France) [DisizDream]
Nickelodeon Bob L'éponge - Une journée dans la vie d'une éponge (France) [DisizDream]
2020-06-28 17:53:58 +02:00
ClawGrip
a9b2cf88c2
New working software list additions
-----------------------------------
Bob le Bricoleur - Les P'tits chantiers de Bob (France) [DisizDream]
Lil' Bratz Au Top de la Mode - Complices, Cools et Class' (France) [DisizDream]
2020-05-22 22:11:34 +02:00
ClawGrip
b107c795bc
New working software list additions (#6670)
* New working software list additions
-----------------------------------
Mission Pilote (France) [DisizDream]

New NOT_WORKING software list additions
---------------------------------------
DreamWorks Monstres contre Aliens (France) [DisizDream]
2020-05-09 08:35:05 -04:00
Robbbert
dd0c188e13 (nw) vsmile_cart.xml: validation error 2020-04-23 10:20:45 +10:00
ClawGrip
da608ae1a6
New working software list additions (#6577)
* New working software list additions

-----------------------------------
Avventura nel Parco Alfabeto (Italy) [tag2015]
V.Smile Football Club (Italy) [tag2015]
Spider-Man & Friends - La Sfida del Dottor Ock (Italy) [tag2015]
Nickelodeon Spongebob - Un giorno da Spugna (Italy) [tag2015]
Disney/Pixar Toy Story 2 - Operazione: Salvataggio di Woody! (Italy) [tag2015]

New NOT_WORKING software list additions
---------------------------------------
Disney Cenerentola - I desideri magici di Cenerentola (Italy, rev. 1) [tag2015]
Disney/Pixar Toy Story 3 (Italy) [tag2015]
Disney/Pixar Wall-E (Italy) [tag2015]

* Marked "toystor3i" as baddump (nw)
2020-04-22 18:59:50 -04:00
Scott Stone
346031fb6d Fixed some label duplicates. In cases where the label was an actual rom label, sldh (same label different hash comments were added (nw) 2020-04-19 23:02:28 -04: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
c3da4c5b4b Merge tag 'mame0220' into mainline-master
MAME 0.220
2020-04-06 03:52:34 +10:00
Vas Crabb
7038bb974c pardon my French (correct some software list titles) (nw) 2020-04-01 17:16:15 +11:00
ClawGrip
28a34dd1d1
vsmile_cart.xml: Add notes about (maybe) unreleased games (nw) 2020-03-29 20:07:00 +02:00
ClawGrip
7d63c510af
New NOT_WORKING software list additions
---------------------------------------
Marvel Spider-Man & ses amis - Missions secrètes (France, Rev. 105) [DisizDream]
Marvel Spider-Man & ses amis - Missions secrètes (France, Rev. 305) [DisizDream]
Disney/Pixar Wall-E (France) [DisizDream]
DreamWorks Shrek Le Troisième - L'aventure d'Arthur (France, Rev. 105) [DisizDream]
2020-03-20 14:37:44 +01:00
ClawGrip
1c2ce5cb33
New working software list additions
-----------------------------------
Spider-Man & ses amis - Le Défi Du Docteur Ock (France) [DisizDream]

New NOT_WORKING software list additions
---------------------------------------
Disney/Pixar Là-Haut (France, Rev. 005) [DisizDream]
Disney Manny et ses outils (France) [DisizDream]
Disney Mickey - Meickey à la Recherche De Pluto (France) [DisizDream]
V.Smile Mes Premiers Clics (France) [DisizDream]
Les adventures du Petit Chaperon Rouge (France) [DisizDream]
Oui-Oui - Détective d'un Jour (France, Rev. 105) [DisizDream]
Nickelodeon Go Diego! - À la rescousse des animaux! (France) [DisizDream]
Kung Fu Panda - La Mission de Po (France) [DisizDream]
Disney La Maison De Mickey (France) [DisizDream]
2020-03-13 21:10:49 +01:00
Scott Stone
c639983620 vsmile_cart.xml: Fix incorrect SHA1 hash (nw) 2020-03-08 17:18:49 -04:00
R. Belmont
80d9962aad
Merge pull request #6408 from clawgrip/patch-3
New working software list additions
2020-03-07 10:52:23 -05: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
ClawGrip
cbd538939a
New working software list additions
-----------------------------------
Aladdin - Les fabuleuses aventures d'Aladdin (France) [DisizDream]
Toy Story 2 - Buzz à la Rescousse! (France) [DisizDream]
The Batman - Panique à Gotham City (France) [DisizDream]
Football Challenge (France) [DisizDream]

New NOT_WORKING software list additions
---------------------------------------
V.Smile Défi Gym (France) [DisizDream]
Les Aventures Imaginaires d'Ernest et Bert (France) [DisizDream]
2020-03-07 01:07:56 +01:00
ajrhacker
7fc658ce58
New NOT_WORKING software list additions (#6404)
* New NOT_WORKING software list additions

---------------------------------------
V.Smile Clavier Tip Tap (France) [DisizDream]
V.Smile Studio De Dessin (France) [DisizDream]
Walt Disney Cendrillon - Le rêve enchanté de Cendrillon (France, Rev. 205) [DisizDream]
Cranium - Le Parc D'Attractions (France) [DisizDream]

* Small format fixes (nw)
2020-03-04 21:03:35 -05:00
Scott Stone
0e448ba32a vsmile_cart.xml - Correct SHA1 hashes for ratatf, shrek3f (nw) 2020-03-01 16:14:47 -05:00
ClawGrip
8eae2da593
New working software list additions
-----------------------------------
Disney/Pixar Le Monde de Nemo - Nemo à la découverte de l'océan (France)

New NOT_WORKING software list additions
---------------------------------------
Scooby-Doo! - Panique à Funland (France, Rev. 105)
Disney Princesses Cendrillon - Le rêve enchanté de Cendrillon (France, Rev. 105)
Dora L'Exploratrice - Les aventures de Dora Apprentie Mécano (France, Rev. 105)
DreamWorks Shrek Le Troisieme - L'aventure d'Arthur (France)
Disney/Pixar Ratatouille - Les nouvelles recettes de Rémy (France)
Disney - Les petits Einsteins - Le bal du soulier de verre (France)
2020-02-29 23:38:24 +01:00
DisizDream
fd6e433838
Added some missing french carts 2020-02-20 09:36:29 +01: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
Ivan Vangelista
09ac3ebfc3 new working software list additions
------------------------------------------------------
Spider-Man & Freunde - Geheime Missionen (Germany) [TeamEurope]
2019-10-26 11:59:43 +02:00
Zoë Blade
e0bac48f8f Spelling (#5796)
* Tidy up comments

* Fix typos

* Fix spelling

* Tidy

* Tidy
2019-10-24 12:25:49 -04:00
Vas Crabb
eca800a23f (nw) vsmile_cart.xml: no inputs == not supported 2019-09-23 13:14:02 +10:00
Vas Crabb
5036387ab4 srcclean (nw) 2019-09-22 13:34:40 +10:00
ClawGrip
90fc6efedc New working software list additions
-----------------------------------
Scooby-Doo - Misterio En El Parque (Spain, translucent blue cartridge) [TeamEurope, ClawGrip]
Campeonato de Futbol V.Smile (Spain) [TeamEurope, ClawGrip]

New NOT_WORKING software list additions
---------------------------------------
Dakota y su mascota (Spain) [TeamEurope, ClawGrip]
Walt Disney La Cenicienta - Los sueños mágicos de Cenicienta (Spain, Rev. 122) [TeamEurope, ClawGrip]
Kung Fu Panda - Aventura en el Valle de la Paz (Spain) [TeamEurope, ClawGrip]
2019-09-19 13:51:19 +10:00
ClawGrip
3e7f8f1d8d
New working software list additions
-----------------------------------
Walt Disney La Cenicienta - Los sueños mágicos de Cenicienta (Spain) [TeamEurope, ClawGrip]
Bob y sus Amigos - Un Día De Trabajo (Spain) [TeamEurope, ClawGrip]
Disney/Pixar À Procura de Nemo - Nemo À Descoberta do Oceano (Portugal) [TeamEurope, ClawGrip]
The Batman - Rescate en Gotham City (Spain) [TeamEurope, ClawGrip]
Noddy - Detective Por um Dia (Portugal) [TeamEurope, ClawGrip]
DreamWorks Shrek - El Cuento de la Dragona (Spain) [TeamEurope, ClawGrip]
Lil' Bratz Estrellas De La Moda- Amigos, Moda y Diversión (Spain) [TeamEurope, ClawGrip]
Superman - El Hombre de Acero (Spain) [TeamEurope, ClawGrip]
Disney/Pixar Cars - Acelera el Motor en Radiador Springs (Spain) [TeamEurope, ClawGrip]

New NOT_WORKING software list additions
---------------------------------------
V.Smile Estudio De Arte (Spain) [TeamEurope, ClawGrip]
Spider-Man y Amigos - Misiones Secretas (Spain, Rev. 222) [TeamEurope, ClawGrip]
Cranium - Parque de Atracciones de Cranium (Spain) [TeamEurope, ClawGrip]
Disney's Little Einsteins (Spain) [TeamEurope, ClawGrip]
2019-09-16 20:46:56 +02:00
ClawGrip
0596066b97
New NOT_WORKING software list additions
---------------------------------------
V.Smile PC (Spain) [TeamEurope, ClawGrip]
Nick Jr. Dora the Explorer - Dora's Got a Puppy (US) (Smartbook) [TeamEurope, ClawGrip]
Disney/Pixar Toy Story 2 (USA) (Smartbook) [TeamEurope, ClawGrip]
2019-09-14 18:06:25 +02:00
ClawGrip
92d69d4691
New working software list additions
-----------------------------------
Bob der Baumeister - Bobs spannender Arbeitstag (Germany, Rev. 104) [TeamEurope]

New NOT_WORKING software list additions
---------------------------------------
Cranium - Freizeit Park - Ein Jahrmarkt voller Spiel- und Lernspaß (Germany) [TeamEurope]
2019-09-09 23:38:51 +02:00
ClawGrip
6963799146 Add vsmile and vsmilem "soon to be dumped carts" info (nw) (#5568)
* vsmilem_cart.xml: Mark soon to be dumped carts

*  vsmilem_cart.xml: Mark soon to be dumped carts (nw)

* vsmile_cart.xml: : Mark soon to be dumped carts (nw)

* Also removed color sticker info, it's no relevant at all (nw)
2019-08-31 16:35:29 -04:00
ClawGrip
7486703578 vsmile_cart.xml: Small fixes (nw) (#5561)
* vsmile_cart.xml: Small fixes (nw)

* Fix typo (nw)
2019-08-28 08:32:54 -04:00
ClawGrip
ad86e98560
vsmile_cart.xml: New WORKING software list additions
----------------------------
Abenteuer im ABC Park (Germany, Rev. 3) [TeamEurope]
The Batman - Rettung von Gotham City (Germany) [TeamEurope]

New NOT_WORKING software list additions
----------------------------
Dolphis Wasser-abenteuer (Germany) [TeamEurope]

* Also renamed some sets to follow the list common rules (nw)
2019-08-26 21:38:23 +02:00
Vas Crabb
7031c31c00 srcclean (nw)
I'm assuming atronic.cpp was supposed to be Windows-1252 with Euro currency symbol encoding.  Everyone please use UTF-8 for source files.
2019-08-25 13:39:06 +10:00
ClawGrip
d445ff999e
vsmile_cart.xml: Mark soon-to-be-dumped carts (nw) 2019-08-12 16:36:40 +02:00
ClawGrip
147e73b98f Add notes about soon-to-be-dumped carts (nw) (#5439) 2019-08-05 19:26:56 +02:00
ClawGrip
2499d14991 vsmile_cart.xml: New NOT_WORKING software list addition (#5429)
* New NOT_WORKING software list addition
-----------------------------
Scooby-Doo! - A Night of Fright is no Delight (V.Smile Smartbook) [TeamEurope]

* Add notes about V.Baby games (nw)

* Typo (nw)

* Add notes about soon-to-be-dumped carts (nw)

* vsmileb_cart.xml: Normalized region names with other V.Smile softlists (nw)
2019-08-04 15:45:41 -04:00
ClawGrip
000e3303cc
Typos (nw) 2019-07-30 20:34:43 +02:00
ClawGrip
f18d67258c
vsmile_cart.xml: New WORKING software list additions
----------------------------
Flitzers Schlaue Städtetour (Germany) [TeamEurope]
Mein erster Mausklick (Germany) [TeamEurope]

New NOT_WORKING software list additions
----------------------------
Nick Jr. Dora the Explorer - Dora's Fix-it Adventure (UK) [TeamEurope]
2019-07-30 20:30:23 +02:00
ClawGrip
1eb4f51316 vsmile_cart.xml: New WORKING software list additions (#5408)
* vsmile_cart.xml: New WORKING software list additions

-------------------------
Assepoester - De wonderwereld van Assepoester (NL) [TeamEurope]
Aladdin - De winderwereld van Aladdin (NL) [TeamEurope]
Scooby-Doo!-Griezelen in het Pretpark (NL) [TeamEurope]
Alfabet Pretpark (NL) [TeamEurope]

New NOT_WORKING software list additions
-------------------------
Ratatouille-Remy's Nieuwe Recepten (NL) [TeamEurope]
Winnie de Poeh - De wonderwereld van Poeh (NL) [TeamEurope]

* (nw)

* Add note about undumped cart (nw)

* Fix typos (nw)
2019-07-29 11:49:32 -04:00
ClawGrip
e594ddcabb vsmile_cart.xml: Add note about missing cart (nw) (#5396)
* vsmile_cart.xml: Add note about missing cart (nw)

Changed the comments section width to the default GitGub editor, for easy viewing (nw)

* Notes about Korean carts (nw)

* Marked soon-to-be-dumped carts (nw)
2019-07-26 11:27:34 -04:00
ClawGrip
51f58bc839
vsmile_cart.xml: New WORKING software list additions
--------------------------------------
50-092244-204 - Cinderella - Lernen im Märchenland (GER) [TeamEurope]
50-092424 - Findet Nemo - Nemos Unterwasserabenteuer (GER) [TeamEurope]
2019-07-24 21:40:50 +02:00