diff options
| author | 2020-05-15 22:16:46 +0200 | |
|---|---|---|
| committer | 2020-05-15 16:16:46 -0400 | |
| commit | 5ad522f0c1c39d9982400adbd1440e8ccd07055d (patch) | |
| tree | 90203b676f36862063419b9e73a5c386edbd15b3 /hash | |
| parent | 12ec6362bbc975e798a97cec7b5ef6d7d34c4dcc (diff) | |
jaguar.cpp updates [Angelo Salese]
* move i/o handlers to specific maps, untangle register array usage, to be completed
* Nuke duplicate I/O accesses, rename to iobus_r/w, make go_w to be an actual line
* Fix addqmod & subqmod modulo mask for DSP
* Refactor TOM to host CPU function, and fix GPU irq lv 3 when a GPU object is encountered. Fixes mutntpng and atarikrt booting
* Fix Jaguar irq line to 2, trusted
* Start reworking the blitter
* Relicensed to BSD
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/jaguar.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/hash/jaguar.xml b/hash/jaguar.xml index da65900767f..6d5a11e2b06 100644 --- a/hash/jaguar.xml +++ b/hash/jaguar.xml @@ -168,7 +168,7 @@ Unreleased (possibly no prototypes exist): </part> </software> - <!-- black screen --> + <!-- boot OK, gameplay graphics have clipping/alignment issues, eventually throws an exception, no sound --> <software name="atarikrt" supported="no"> <description>Atari Karts</description> <year>1995</year> @@ -181,8 +181,8 @@ Unreleased (possibly no prototypes exist): </part> </software> - <!-- black screen --> - <software name="mutntpng" supported="no"> + <!-- boot OK, title screen foreground layer not drawn properly, no sound --> + <software name="mutntpng" supported="partial"> <description>Attack of the Mutant Penguins</description> <year>1996</year> <publisher>Atari</publisher> @@ -592,7 +592,8 @@ Unreleased (possibly no prototypes exist): </part> </software> - <!-- hangs at the NBA Jam TE logo --> + <!-- exception on non-debug, on debug gameplay sports no sprite GFXs --> + <!-- minor glitch on team box when selecting one (blitter not filling properly) --> <software name="nbajamte" supported="no"> <description>NBA Jam T.E. - Tournament Edition</description> <year>1996</year> @@ -966,7 +967,7 @@ Unreleased (possibly no prototypes exist): </software> <!-- boot OK, no BGMs, has minor GFX pitch issue when action summary message pops up after a play --> - <software name="troyaik" supported="no"> + <software name="troyaik" supported="partial"> <description>Troy Aikman NFL Football</description> <year>1995</year> <publisher>Williams Entertainment</publisher> |
