summaryrefslogtreecommitdiffstatshomepage
path: root/hash/c64_cart.xml
Commit message (Collapse)AuthorAgeFilesLines
* c64_cart: Workaround for "Unknown slot option 'ar2' in slot 'exp'" with many ↵ AJR2020-04-161-90/+90
| | | | unsupported cartridge types
* (nw) softlist_dev.cpp: validate ROM labels Vas Crabb2020-04-161-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* softlist_dev.cpp: start adding validation for data areas Vas Crabb2020-04-161-1/+1
| | | | | | | | | | romload.cpp: reduce copy-pasta (nw) (nw) I fixed the errors found by adding validation to software list data areas. Most of them seem to be simple copy-paste errors hidden by the fact that the default device_image_interface loader ignores the data area size (as opposed to the "ROM" loader). There was one C64 cartridge with a missing zero on the data area size that was pretty clearly wrong.
* (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.
* (nw) restore zero offsets in regions where more than one ROM file is loaded, ↵ Vas Crabb2019-09-241-112/+112
| | | | and remove a few zero offsets from disk regions and regions loading a single ROM file
* chessm/finalchs is PC XT/AT software, so move to ibm5150.xml (nw) hap2019-06-051-2/+2
| | | | | | New working software list additions ----------------------------------- ibm5150: The ChessMachine (The ChessMachine (v2.1, Gideon v1.7)) [hap, fhub]
* finalchs: company official name is Tasc anyway, not TASC (nw) hap2019-05-241-3/+3
|
* New working software list additions hap2019-05-231-3/+3
| | | | | ----------------------------------- ibm5170: The Final ChessCard [hap]
* (nw) c*.xml : removed not needed offset=0 Robbbert2019-05-161-418/+418
|
* c64 fcc: rename roms (nw) hap2019-05-131-10/+10
|
* c64 fcc: don't use romh for external rom (nw) hap2019-05-131-3/+3
|
* Software list items promoted to working hap2019-05-121-6/+51
| | | | | | | | | | --------------------------------------- c64_cart: The Final ChessCard (Ger, v1.0) [hap] New working software list additions ----------------------------------- c64_cart: The Final ChessCard (Eng, v1.0) [hap, Ratuv] c64_cart: The Final ChessCard (Ger, v1.5) [hap, DDI]
* Made a pass over the source to eliminate uppercase hex in hashes (nw) Scott Stone2018-07-131-2/+2
|
* c64_cart.xml: Added accompanying disk to 4040+Fast Hack'em cartridge. [Curt ↵ Curt Coder2017-08-281-0/+6
| | | | Coder]
* c64_cart.xml, c128_cart.xml: Added some diagnostic carts. [World of Jani] Curt Coder2016-02-181-1/+15
|
* c64_cart.xml: Added KoalaPainter. [Curt Coder] Curt Coder2016-01-171-0/+13
|
* Fixed typo. (nw) Curt Coder2015-05-211-1/+1
|
* (MESS) c64_cart.xml: Added Diagnose64 cartridge. [Ray Carlsen] Curt Coder2015-04-121-1/+15
|
* (MESS) added some more disks to fm7_disk.xml and fixed a bunch of etabeta782014-11-231-1/+1
| | | | naming inconsistencies. nw.
* c64.xml: remove useless chasehq2 joined ROM (nw) Alex W. Jackson2014-10-191-3/+0
|
* (MESS) c64_cart.xml: Added another version of Super Snapshot 5. [Malice] Curt Coder2014-07-201-0/+16
|
* (MESS) more unsupported software flagging (nw) Oliver Stöneberg2014-06-051-6/+6
|
* (MESS) more unsupported software flagging (nw) Oliver Stöneberg2014-06-041-2/+2
|
* (MESS) flagged some software as unsupported (nw) Oliver Stöneberg2014-06-041-50/+50
|
* c64_cart.xml: Added Insta-Calc v2.0. [Curt Coder] Curt Coder2014-02-271-0/+22
|
* (MESS) c64: Fixed Magic Formel cartridge. [Curt Coder] Curt Coder2014-01-081-9/+9
|
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-5/+5
|
* (MESS) c64: Triton Quick Disk WIP. (nw) Curt Coder2013-10-141-1/+2
|
* (MESS) c64_cart.xml: Added PK-232 driver cartridge. [Curt Coder] Curt Coder2013-10-131-0/+20
|
* (MESS) c64: Emulated the PARTNER 64 cartridge. [Curt Coder] Curt Coder2013-09-221-3/+1
|
* (MESS) c64: Implemented logic for PARTNER 64 cartridge. (nw) Curt Coder2013-09-211-2/+2
|
* (MESS) c64: Added placeholder for PARTNER 64 cartridge. (nw) Curt Coder2013-09-201-0/+19
|
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
|
* (MESS) c64: Emulated the digital parts of the Magic Voice cartridge. Speech ↵ Curt Coder2013-09-041-3/+3
| | | | synthesis is not supported yet. [Curt Coder, Stefan Uhlmann]
* (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-08-291-1/+21
|
* (MESS) c64: Emulated the Wersi Wersiboard Music 64 / Siel CMK 49 Keyboard. ↵ Curt Coder2013-08-281-0/+12
| | | | [Curt Coder]
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-3/+3
|
* (MESS) c64: Added Super Snapshot family cartridge ROMs to the software list. ↵ Curt Coder2013-05-151-14/+215
| | | | [Curt Coder]
* (MESS) snes.xml: documentation fix from ReadOnly. nw. Fabio Priuli2013-04-291-2/+2
| | | + some consistency fix/cleanups in several softlists
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-8/+8
|
* (MESS) c64: Added some Polish cartridges. (nw) Curt Coder2013-03-241-0/+64
|
* used old version of srcclean, so I put back old files and run it again, it ↵ Miodrag Milanovic2013-03-191-56/+56
| | | | produce much less changes, sorry for this (nw)
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-57/+57
|
* (MESS) c64: Documentation update. (nw) Curt Coder2013-02-121-6/+0
|
* (MESS) Softlist additions. (nw) Curt Coder2013-02-111-13/+63
|
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-3/+3
|
* (MESS) c64: Added support for the VizaStar cartridge. [Curt Coder] Curt Coder2013-02-101-0/+23
|
* (MESS) c64: Added dummy dataarea for dummy entries. (nw) Curt Coder2013-02-021-0/+4
|
* (MESS) Softlist additions. (nw) Curt Coder2013-01-301-0/+22
|
* (MESS) c64: Cartridge WIP. (nw) Curt Coder2013-01-291-2/+4
|