Commit Graph

76 Commits

Author SHA1 Message Date
angelosa
4ad35cf43b m6502/m6510.cpp: initialize CPU port to all output
Software list items promoted to working
---------------------------------------
c64_cart.xml: Pitfall II: The Lost Caverns [Angelo Salese]
2024-08-21 08:56:48 +02:00
angelosa
b2677d7951 hash/c64_cart.xml: demote riveraid and pitfall2 2024-08-20 20:18:03 +02:00
angelosa
68ca82fb42 hash/c64_cart.xml: QA checkpoint 2024-08-17 23:20:28 +02:00
Curt Coder
27fdce1f58 c64: Emulated the TIB Disc Drive DD-001 cartridge. [Curt Coder]
New working software list items
-------------------------------
c64_cart:
	Disc Drive DD-001 (v1.1) [Steve Gray], Disc Drive DD-001 (v1.0) [LHS]

c64_flop_misc:
	Games and Utility Disc (v1.1) [LHS]
2023-09-04 10:00:29 +03:00
Curt Coder
2f4d5e1f44 MAME Testers bugs fixed
-----------------------
- 05777: [Misc] All c64 systems: C64: systemm1 cartridge wrong behaviour, inaccurate cartridge info. (Curt Coder)

New working software list items
-------------------------------
c64_cart: Expert C420, Expert C800 [LordKopromaster]
2023-03-24 13:53:13 +02:00
Vas Crabb
878a16dda1 housekeeping: Use proper SPDX ID for CC0 license. 2022-12-23 02:49:34 +11:00
ArcadeShadow
50884ba433
c64_cart.xml: Cleaned up metadata. (#10347)
Use lowercase and avoid abbreviations in descriptive text.
2022-09-19 23:47:44 +10:00
0kmg
682d586fdf
Various cleanups in software lists. (#9866)
* Cleaned up spaces in software list comments.

* megadriv.xml: Improperly indented sharedfeat tag.

* gbcolor.xml: Converted "GBC only" comments into sharedfeat tags.

* a5200.hsi: Fixed a few dispossessed tags.

* Various softlists: Fixed improperly entabulated tags.

* Various softlists: More entabulation fixes.
2022-05-31 20:34:38 -04:00
smf-
68ebb786d1 Added Z80 Video Pak cartridge to Commodore 64. [smf]
Fixed XL-80 cartridge lower case and inverse video [smf]
2022-05-20 15:06:04 +01:00
Ivan Vangelista
04240ca392 c64_cart.xml: redumped and verified Magic Voice, Dragonsden, Frog Master, Gorf, International Soccer, Rootin' Tootin', Solar Fox, Super Smash, Viduzzles, Wizard of Wor, Financial Advisor, Simons' Basic [Guru] 2021-12-31 14:52:45 +01:00
Ivan Vangelista
4a30c0e17d c64_cart.xml: corrected hashes 2021-12-24 15:19:37 +01:00
Ivan Vangelista
8cc8792ab4 - c64_cart.xml: redumped and verified blueprnt, gridrunr, hesmon, minfats, omegrace, paintbrs, storymac [Guru]
- vic10.xml: redumped and verified lemans [Guru]
2021-12-24 15:16:50 +01:00
Ivan Vangelista
671e1e8404 - hash/c64_cart.xml: corrected dragnden description tag to match actual title shown on screen and on cartridge cover [Guru]
- hash/vic10.xml: corrected ROM label for seawolf [Guru]
2021-12-07 06:43:34 +01:00
AJR
19b87b747b c64_cart: Workaround for "Unknown slot option 'ar2' in slot 'exp'" with many unsupported cartridge types 2020-04-16 21:14:27 -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
8f393f526f softlist_dev.cpp: start adding validation for data areas
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.
2020-04-16 00:11:41 +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
Vas Crabb
edec6b6d9e (nw) restore zero offsets in regions where more than one ROM file is loaded, and remove a few zero offsets from disk regions and regions loading a single ROM file 2019-09-24 02:45:41 +10:00
hap
d09e5fa603 chessm/finalchs is PC XT/AT software, so move to ibm5150.xml (nw)
New working software list additions
-----------------------------------
ibm5150: The ChessMachine (The ChessMachine (v2.1, Gideon v1.7)) [hap, fhub]
2019-06-05 22:04:40 +02:00
hap
8660a20178 finalchs: company official name is Tasc anyway, not TASC (nw) 2019-05-24 00:49:13 +02:00
hap
f560cef0a4 New working software list additions
-----------------------------------
ibm5170: The Final ChessCard [hap]
2019-05-23 23:23:45 +02:00
Robbbert
134944e4e6 (nw) c*.xml : removed not needed offset=0 2019-05-16 13:11:31 +10:00
hap
9300a0c518 c64 fcc: rename roms (nw) 2019-05-13 16:41:31 +02:00
hap
87f72ffe10 c64 fcc: don't use romh for external rom (nw) 2019-05-13 16:12:16 +02:00
hap
f748a7fe59 Software list items promoted to working
---------------------------------------
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]
2019-05-12 01:28:02 +02:00
Scott Stone
8cae70c9b1 Made a pass over the source to eliminate uppercase hex in hashes (nw) 2018-07-13 21:15:33 -04:00
Curt Coder
4485c0c7eb c64_cart.xml: Added accompanying disk to 4040+Fast Hack'em cartridge. [Curt Coder] 2017-08-28 21:17:58 +03:00
Curt Coder
73efab3f3e c64_cart.xml, c128_cart.xml: Added some diagnostic carts. [World of Jani] 2016-02-18 22:36:28 +02:00
Curt Coder
ee9bca746e c64_cart.xml: Added KoalaPainter. [Curt Coder] 2016-01-17 16:42:33 +02:00
Curt Coder
9ee29390ad Fixed typo. (nw) 2015-05-21 16:06:41 +03:00
Curt Coder
f4a5975d4d (MESS) c64_cart.xml: Added Diagnose64 cartridge. [Ray Carlsen] 2015-04-12 13:09:11 +03:00
etabeta78
f3a70a2de1 (MESS) added some more disks to fm7_disk.xml and fixed a bunch of
naming inconsistencies. nw.
2014-11-23 16:39:59 +01:00
Alex W. Jackson
3b017bd93f c64.xml: remove useless chasehq2 joined ROM (nw) 2014-10-19 09:10:16 +00:00
Curt Coder
6ec29c5c30 (MESS) c64_cart.xml: Added another version of Super Snapshot 5. [Malice] 2014-07-20 06:19:53 +00:00
Oliver Stöneberg
5c0a2624c6 (MESS) more unsupported software flagging (nw) 2014-06-05 10:46:50 +00:00
Oliver Stöneberg
5cd95bf6f6 (MESS) more unsupported software flagging (nw) 2014-06-04 14:43:21 +00:00
Oliver Stöneberg
313146fcaf (MESS) flagged some software as unsupported (nw) 2014-06-04 14:18:38 +00:00
Curt Coder
93a0352d1c c64_cart.xml: Added Insta-Calc v2.0. [Curt Coder] 2014-02-27 16:30:27 +00:00
Curt Coder
2777a10ec5 (MESS) c64: Fixed Magic Formel cartridge. [Curt Coder] 2014-01-08 15:38:45 +00:00
Miodrag Milanovic
44d5c1b8ab Cleanups and version bump 2013-11-05 06:59:51 +00:00
Curt Coder
d77a52f5e4 (MESS) c64: Triton Quick Disk WIP. (nw) 2013-10-14 18:01:59 +00:00
Curt Coder
b364eda107 (MESS) c64_cart.xml: Added PK-232 driver cartridge. [Curt Coder] 2013-10-13 20:31:09 +00:00
Curt Coder
ed44165efd (MESS) c64: Emulated the PARTNER 64 cartridge. [Curt Coder] 2013-09-22 10:22:35 +00:00
Curt Coder
67328a0ccd (MESS) c64: Implemented logic for PARTNER 64 cartridge. (nw) 2013-09-21 21:20:33 +00:00
Curt Coder
3edb1bb9b0 (MESS) c64: Added placeholder for PARTNER 64 cartridge. (nw) 2013-09-20 20:05:55 +00:00
Miodrag Milanovic
96aa5e1c08 Cleanups and version bump 2013-09-17 06:47:03 +00:00
Curt Coder
21c4aba60d (MESS) c64: Emulated the digital parts of the Magic Voice cartridge. Speech synthesis is not supported yet. [Curt Coder, Stefan Uhlmann] 2013-09-04 18:14:17 +00:00
Curt Coder
373f2ec13e (MESS) c64: Magic Voice WIP. (nw) 2013-08-29 13:34:09 +00:00
Curt Coder
268de4b9d0 (MESS) c64: Emulated the Wersi Wersiboard Music 64 / Siel CMK 49 Keyboard. [Curt Coder] 2013-08-28 18:24:46 +00:00
Miodrag Milanovic
1c05ccc93b Cleanups and version bump 2013-05-20 06:51:25 +00:00