summaryrefslogtreecommitdiffstatshomepage
path: root/hash/cd32.xml
Commit message (Collapse)AuthorAgeFilesLines
* New NOT_WORKING software list additions Ivan Vangelista2020-04-171-5/+55
| | | | | | | --------------------------------------- cd32: Jetstrike, Microcosm, Project-X and F17 Challenge, Universe [Guru] cd32.xml: redumped atr [Guru]
* New NOT_WORKING software list additions Ivan Vangelista2020-04-161-1/+13
| | | | | --------------------------------------- cd32: Heimdall 2 - Into The Hall Of Worlds [Guru]
* (nw) softlist_dev.cpp: validate ROM labels Vas Crabb2020-04-161-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (nw) More license shuffling Vas Crabb2020-03-071-0/+3
| | | | | | | | 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.
* Improve Commodore SL names. (#5926) Wintermute 01102019-11-301-1/+1
|
* srcclean (nw) Vas Crabb2019-07-281-13/+13
|
* cd32.xml - Add more dumps and info (#5281) Rebecca Wallander2019-06-231-21/+569
| | | | | | * cd32.xml - Add more dumps and info * typo
* srcclean (nw) Vas Crabb2019-06-231-1/+1
|
* (nw) cd32: fixed typos Robbbert2019-06-151-2/+2
|
* cd32.xml: Fix -validate errors detected and assured it passes xmllint (nw) Scott Stone2019-06-141-2/+2
|
* cd32.xml - Sort list by name and add new dumps (#5233) Rebecca Wallander2019-06-141-225/+481
| | | | | | | | | | * Start sorting the list by name * cd32.xml - Flesh out cd32 softlist * Update cd32.xml copy-paste error
* cd32.xml - Add some CD32 demos FakeShemp2019-05-141-20/+389
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+21
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. 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.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+2
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* cd32.xml - Add one dump Rebecca Wallander2019-03-121-2/+21
|
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-20/+20
|
* Added 34 entries to cd32 EoceneMiacid2017-12-241-1/+409
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Arabian Nights [arabian] - Base Jumpers [basejump] - Beavers [beavers] - Benefactor [benefact] - Black Viper [blkviper] - Battletoads [btoads] - Bubba 'N' Stix [bubba] - Bubble & Squeak [bubblesq] - Bump 'N Burn [bumpburn] - Chuck Rock [chuckrck] - Chuck Rock II - Son of Chuck [chukrck2] - Darkseed [darkseed] - Deep Core [deepcore] - D-Generation [dgen] - Donk! The Samurai Duck! [donk] - Dragonstone [dstone] - Dangerous Streets [dstreets] - Emerald Mines [emerald] - Fireforce [fireforc] - Flink [flink] - Fly Harder [flyhard] - Frontier - Elite II [frontier] - Global Effect [global] - Gloom [gloom] - Guardian [guardian] - International Karate + [ikplus] - Kid Chaos [kidchaos] - Marvin's Marvellous Adventure [marvin] - Myth - History in the Making [myth] - Naughty Ones [naughty] - Overkill + Lunar-C [okillunc] - Quik - the Thunder Rabbit [quik] - Roadkill [roadkill] - Skeleton Krew [skelkrew]
* Added several entries to psx, ibm5170_cdrom and cd32 (#2920) EoceneMiacid2017-12-171-3/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added several entries * Added 'Kaette Kita Cyborg Kuro-chan' [kaetkita] * corrected 'partially' to 'partial' * Added some more entries, clean up formatting * Delete psx.xml.save * Added "Chou Jikuu Yousai Macross - Ai Oboete Imasu Ka (Japan)" to psx * Corrected year for macross * Added 'Banshee' to cd32 * Added year,publisher for banshee * Added 'The Chaos Engine' to cd32 * Added 'Alien Breed 3D' to cd32 * Corrected year from 94 to 95 for abreed3d * Added 'Alien Breed - Tower Assault' to cd32 * Added newline at end of ibm5170_cdrom * Added 'Alien Breed Special Edition + Qwak' to cd32 * Changed cd32/chaoseng supported from 'partial' to 'no' * Added several entries to cd32 * changed rom name from 'abesqwak' to 'abseqwak' * Added 'Shadow Fighter' and 'Chambers of Shaolin' to cd32 * Added 'The Classic Lotus Trilogy' to cd32 * Added 'Akira' and 'Alfred Chicken' to cd32 * Fixed 'cdrom2' tag for second disc of macross * Set zyclunt supported='no' * Removed .chd from rise2dc * Removed duplicate 'prototyp' entry
* (MESS) softlist: misc consistency fixes, mostly to have common shortnames ↵ Fabio Priuli2013-05-011-1/+1
| | | | | for the same games across different lists. nw.
* Alignment fixes for XML hashes. (nw) Scott Stone2013-02-211-80/+80
|
* consolidating list descriptions. no whastnew. Fabio Priuli2013-01-141-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-121/+121
|
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-4/+4
|
* [MESS] Improved the inputs in CD32 (by adding a mirror of the first button ↵ Scott Stone2012-11-031-18/+130
| | | | | | where the regular Amiga reads it) this allows the majority of the booting CD32 games to actually be started. [David Haywood] [MESS] Expanded cd32.xml softlist entries to highlight more future test cases. [David Haywood]
* Sync software lists from MESS into hash (no whatsnew) Miodrag Milanovic2012-08-211-0/+31