future lookup optimizations.
By and large, the only things that used 2-character tags were bulk-
converted sound chips which were generally mapped to "ym" or "ay"
(and a few others). These were changed to "ymsnd" and "aysnd",
mimicking the way CPUs were changed from "main" to "maincpu" a while
back.
- Reworked PMMU/core interface so PMMU now sees all cop 0 instructions
- Improved disassembly of PMMU instructions
- Preliminary 68LC040 support
- Fixed disassembly for EC/LC variants of '030/'040
NOTE: Please "co-credit" the original dumper for these last 2 CPS2 games [Artemio Urbina]
Originally the key extractor generated a false positive, but David had it continue after the first key and the second one generated works correctly
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Dungeons & Dragons: Shadow over Mystara (Hispanic 960223) [David Haywood]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Mega Man 2: The Power Fighters (Hispanic 960712) [David Haywood]
At some point the driver was updated and the CPU region for all other games is set to ROMREGION_ERASE00 while Final Gorodi & Wyvern Wings were marked as "0" ... changing this to ROMREGION_ERASE00 gets them running again.
New games added or promoted from NOT_WORKING
--------------------------------------------
Super Poker [Mariusz Wojcieszek]
GEI Multi Game [Mariusz Wojcieszek]
Sport Authority [Mariusz Wojcieszek]
New clones added
----------------
Joker Poker (Version 16.04BI 10-19-88, Joker Poker ICB 9-30-86) [Mariusz Wojcieszek]
Joker Poker (Version 16.03BI 5-10-85, Poker No Raise ICB 9-30-86) [Mariusz Wojcieszek]
Amuse (Version 30.08 IBA) [Mariusz Wojcieszek]
Da: David Haywood [mailto:neohaze@nildram.co.uk]
Inviato: venerdì 13 novembre 2009 15.45
Cc: Angelo Salese
Oggetto: Re: Soccer Superstars tilemaps
slightly better fix.
David Haywood wrote:
> this allows the full width tilemaps to be shown without wrapping
> problems.. probably not an ideal fix, but it works until I find
> something better.
>
Nicola will need to derive the key to get it working
New Clone Added
--------------------------------------
Dungeons & Dragons: Shadow over Mystara (Hispanic 960223) [Artemio Urbina]
- Added f1superb notes and IRQ generation code from nuapete
---------- Forwarded message ----------
From: David Haywood <neohaze@nildram.co.uk>
Date: Thu, Nov 12, 2009 at 4:28 PM
Subject: Re: MS32 f1superb notes
To: Philip Bennett <p.j.bennett@gmail.com>
- Hide quoted text -
Thinking about it, let's just use the code to generate irqs that he
sent, this lets the sprites go nuts, but I've noticed that since I
hooked up the line ram buffer it actually draws the sky in lineram,
thus confirming that it really is lineram.
David Haywood wrote:
>
> I dug up these old notes from nuapete and added them to the driver. Maybe they will help somebody...
>
Note the pcb had a lot of wire mods on it (being an early one), and the colors might not be correct yet, I'm getting some action shots from Andy to verify them. Also updated rom names for cosmica (version II) set since Andy has two of those pcbs, but I need a few more chip markings checked.
new working game
----------------
Run & Gun 2 [David Haywood, Angelo Salese]
-----Messaggio originale-----
Da: David Haywood [mailto:neohaze@nildram.co.uk]
Inviato: mercoledì 11 novembre 2009 19.34
A: Angelo Salese
Oggetto: Minor change to Soccer Superstars roz double copy
This treats pens as transparent, prevents it from blacking out the screen on the 'Winners' display, although does cause some nasty flicker in the select sceren. I guess that's more down to proper source clipping needed to. It's on my -todo list. (video/konamigx)
-----Messaggio originale-----
Da: David Haywood [mailto:neohaze@nildram.co.uk]
Inviato: mercoledì 11 novembre 2009 13.38
Cc: Angelo Salese
Oggetto: Re: Slam Dunk 2
Improved video offsets for these games (they're not perfect, I think in reality they depend on layers enabled etc. but they're much improved)
apply after previous.
David Haywood wrote:
> with this I think you can mark it as working
>
> - added a workaround for it not enabling the display (tied to the
> type4/rushing heroes hack we already have)
> - fixed rom loading for other sets (also swapped the data roms on
> vsnet around so that the load positions match up with the working
> games)
> - moved most of machine/konamigx.c to video/konamigx.c (mixer code
> etc.) left the protection related code in machine/konamigx.c
>
> note, you'll need to DELETE machine/konamigx.h from svn and ADD
> includes/konamigx.h to it.
>
- Added the alt tilemap layout used by f1superb for the backgrounds
Date: Tue, 10 Nov 2009 14:47:56 +0000
From: David Haywood <neohaze@nildram.co.uk>
CC: Philip Bennett <p.j.bennett@gmail.com>
Subject: Re: MS32 update
It actually decodes as 2048 wide line data.
I don't know how to use it tho, I guess it's possible the buffers aren't
valid for the same reason that the road is always straight (maths dsp / mcu)
David Haywood wrote:
> this adds the alt tilemap layout used by f1superb for the backgrounds.
>
> I'm trying to make sense of the extra roms, they don't seem to be for
> an extra roz layer as first thought, maybe they're line data for some
> kind of line drawing / blitter device isntead.
>
Fixed sprite ROM loading in Slam Dunk 2 [David Haywood]
(run with -debug switch and write a 1 at $d8001f after the POST for now)
-----Messaggio originale-----
Da: David Haywood [mailto:neohaze@nildram.co.uk]
Inviato: mercoledì 11 novembre 2009 1.04
A: Angelo Salese
Oggetto: compile fixes
noticed these when doing a clean compile, didn't realise this was called from elsewhere.