Commit Graph

28 Commits

Author SHA1 Message Date
Angelo Salese
deff4306c5
amiga.cpp: modernization changes (#9263)
Structural changes:

- amiga_copper.cpp: convert to device, added copins implementation as debugging mailbox, convert to logmacro.h;
- 8364_paula.cpp: convert audio implementation accessors from switch-case to per-channel maps;
- amiga.cpp: convert OCS/ECS/AGA chipset flavours to address_map_bank_device, currently using the older custom_chip_r/_w as a legacy trampoline that will be progressively removed once that we have working implementations of Agnus/Denise and derivatives;
- akiko.cpp: convert to logmacro.h;
- amigafdc.cpp: better elaborate QA notes, add "Trackdisk" to device long name as officially referred by Amiga SDK:
- amiga.cpp: kicked off an amiga_demos.xml SW list hookup;

Adds the following implementation detail changes:
- amigaaga.cpp: fix sprites and bitplanes in dualpf modes, fixes at very least cd32:dstreets on gameplay;
- amigaaga.cpp: fix BPLCON0 when planes == 7 is set, fixes title screen GFXs in surfninj;
- amigaaga.cpp: use HAM6 when not in AGA mode, fixes colors in cdtv:townona when run with CD32 system;
- amigaaga.cpp: fix sprite control fetches when FMODE != 0, fixes at very least Digger AGA sprites display;
- amigaaga.cpp: add extended bitplane delay hooks;
- amigaaga.cpp: fix HAM8 when in HIRES mode, fixes at least roadkill title and car screens;
- amiga.cpp: allow LOF bit to be set by writing bit 15 on VPOSW, fix roadkill AGA boot;
- amigaaga.cpp: implement Extra Half-Brite mode, used by bblow_a main menu
- amiga.cpp: disallow blitter address writes to go beyond the allocated chip RAM, fixes OCS sockid and AGA sockid_a drawing spurious filled tiles on playfield;
- amiga.cpp, amigaaga.cpp: workaround most GFX pitch corruptions, caused by implicit DDFSTOP overrunning width loop;
- amiga.cpp: allow DDFSTRT and DDFSTOP to read bit 2 in lores mode, fix swordsod GFX pitch in gameplay;
- amiga.cpp: use pf2pri for non-dual playfield, fixes alfred player sprite visibility;
- akiko.cpp: subq command adds +2 in command buffer, fixes cdtv:defcrown hardlock emulation;
- amigaaga.cpp: implement bscan2;
- amiga.cpp: disable floppy drive default for CD32;
- cubo.cpp: add inputs to eldoralg/odeontw/odeontw2;
- amiga.cpp: allow CD32 to read CDTV titles from SW list;

New NOT_WORKING software list additions
---------------------------------------
cdtv.xml: 17 Bit - Collection for Amiga CDTV, 17 Bit - Continuation Disc,
A Bun for Barney (USA), Advanced Military Systems (Europe),
American Heritage Illustrated Encyclopedic Dictionary (USA, 1991a Edition),
Barney Bear Goes to School (USA), Cinderella - The Original Fairy Tale (USA),
Defender of the Crown CDTV (Europe), Deutschland Kompakt (Germany),
Fantastic Voyage (USA), Garden Fax - Garden Plants (USA),
Garden Fax - Trees, Shrubs, Roses, and Conifers (USA),
Language TV - English (France), Lemmings (Europe), Log!cal (Europe),
Mud Puddle (USA, Multi 5), Pandora's CD v1.0 (alt), Psycho Killer (U2A2020UA),
CDTV Demo Disc (Europe), Raffles (Sweden),
Snoopy - The Case of the Missing Blanket (Sweden), Team Yankee (Europe),
The Curse of Ra (Germany),
The Demo Collection for Amiga CDTV (Europe, Black Disc),
The Hutchinson Encyclopedia (Europe),
The New Basics Electronic Cookbook (USA, 1991a Edition),
Time Table of History - Business, Politics & Media (USA, 1991a Edition),
Trivial Pursuit - The CDTV Edition (Europe, v1.0a),
Turrican (Germany, alt), Turrican II: The Final Fight (Germany, alt),
Welcome to CDTV Multimedia (USA, CDRM-499000), Wrath of the Demon (USA),
Xenon 2 - Megablast (Eng, Fra, Ger, Ita), Ten on Ten Compilation [redump.org]
2022-02-22 00:20:36 +01:00
Vas Crabb
9466410248 srcclean for upcoming release 2021-08-22 08:12:22 +10:00
Scott Stone
0e1b8aa3fa - cd32.xml, k28m2.xml, megadriv.xml, msx1_cart.xml, msx2_cart.xml, neogeo.xml, timex_cass.xml - Various commented entry adjustments to represent proper status.
New NOT_WORKING software list additions
---------------------------------------
Superfrog (Rev 1) [TheBoss]
2021-08-15 23:47:15 -04:00
Ivan Vangelista
7876065078 New NOT_WORKING software list additions
---------------------------------------
cd32: Jetstrike, Microcosm, Project-X and F17 Challenge, Universe [Guru]

cd32.xml: redumped atr [Guru]
2020-04-17 20:06:31 +02:00
Ivan Vangelista
cb48319a86 New NOT_WORKING software list additions
---------------------------------------
cd32: Heimdall 2 - Into The Hall Of Worlds [Guru]
2020-04-16 18:52:37 +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
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
Wintermute 0110
73012fdbfa Improve Commodore SL names. (#5926) 2019-11-30 21:14:17 +11:00
Vas Crabb
ace8e401fc srcclean (nw) 2019-07-28 14:31:16 +10:00
Rebecca Wallander
2fae6e2fda cd32.xml - Add more dumps and info (#5281)
* cd32.xml - Add more dumps and info

* typo
2019-06-23 12:44:04 -04:00
Vas Crabb
d3af11cb11 srcclean (nw) 2019-06-23 18:02:43 +10:00
Robbbert
e6510ccd55 (nw) cd32: fixed typos 2019-06-15 10:18:16 +10:00
Scott Stone
44d3b14680 cd32.xml: Fix -validate errors detected and assured it passes xmllint (nw) 2019-06-14 18:25:10 -04:00
Rebecca Wallander
11525fd64f cd32.xml - Sort list by name and add new dumps (#5233)
* Start sorting the list by name

* cd32.xml - Flesh out cd32 softlist

* Update cd32.xml

copy-paste error
2019-06-14 15:37:56 -04:00
FakeShemp
d6fffca404 cd32.xml - Add some CD32 demos 2019-05-14 18:17:36 +02: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
Rebecca Wallander
0d66505d28 cd32.xml - Add one dump 2019-03-12 18:54:19 +01:00
Vas Crabb
4e8bb7c7e5 srcclean and regenerate localisations (nw) 2018-01-28 14:25:52 +11:00
EoceneMiacid
e4d1f16be0
Added 34 entries to cd32
- 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]
2017-12-24 13:08:39 +01:00
EoceneMiacid
7671aadd45 Added several entries to psx, ibm5170_cdrom and cd32 (#2920)
* 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
2017-12-17 14:40:53 -08:00
Fabio Priuli
9ebe46b04f (MESS) softlist: misc consistency fixes, mostly to have common shortnames for the same games
across different lists. nw.
2013-05-01 08:05:35 +00:00
Scott Stone
c7254e6408 Alignment fixes for XML hashes. (nw) 2013-02-21 05:04:54 +00:00
Fabio Priuli
302511d6b0 consolidating list descriptions. no whastnew. 2013-01-14 14:32:28 +00:00
Miodrag Milanovic
0e19f641d3 Cleanups and version bump 2013-01-11 07:32:46 +00:00
Miodrag Milanovic
8813fb6bcd Cleanups and version bump (nw) 2012-11-19 08:40:08 +00:00
Scott Stone
03731d39a2 [MESS] Improved the inputs in CD32 (by adding a mirror of the first button 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]
2012-11-03 21:08:51 +00:00
Miodrag Milanovic
960ae0c0de Sync software lists from MESS into hash (no whatsnew) 2012-08-21 10:47:55 +00:00