"Fix" PCE Paranoia by marking bad roms
This commit is contained in:
parent
1634a6c042
commit
cc9cf04a57
|
@ -22,7 +22,6 @@ Lode Runner - Freezes in new game
|
|||
Madoo Granzort - Graphics issues because SGX VPC renderer is not using new frame timing
|
||||
MML Demo - Echo channels are too loud (equal volume!)
|
||||
Outrun - OK currently but timing sensitive game for future testing
|
||||
Paranoia - Game hits BREAK on 3rd level. need to investigate
|
||||
Power Drift - Timing glitch... starting new game runs slower than it should
|
||||
Power Tennis - Elaborate intro screen doesnt display right
|
||||
Raiden - Sprites and BG get out of sync with current timing
|
||||
|
@ -62,4 +61,7 @@ Stuff I Fixed That's Not In Other Docs:
|
|||
+ Writing to the SATB location register of the VDC requests a VRAM->SAT DMA even if the SAT DMA
|
||||
bit is disabled in the DCR.
|
||||
+ This is in other docs, but Fighting Run requires full MWR register emulation including the various
|
||||
4 color modes. It appears to be the only game that requires this, and it's a shitty game. :(
|
||||
4 color modes. It appears to be the only game that requires this, and it's a shitty game. :(
|
||||
+ The ROM of Paranoia (J) that is commonly labeled as the authoritative dump - I assume its a bad
|
||||
dump, because it dies during the 3rd stage on ALL EMULATORS. Alternative versions of the rom
|
||||
work fine.
|
|
@ -2170,7 +2170,6 @@ B74EC562 Override PCE
|
|||
7632DB90 P-47 - The Freedom Fighter PCE
|
||||
D6E30CCD Pac-Land PCE
|
||||
4148FD7C Pachiokun Juban Shobu PCE
|
||||
BB4429B6 Paranoia PCE
|
||||
E6458212 Parasol Stars PCE
|
||||
647718F9 Parodius PCE
|
||||
740491C2 PC Denjin - Punkic Cyborgs PCE
|
||||
|
@ -2181,6 +2180,7 @@ BE8B6E3B Power Gate PCE
|
|||
29EEC024 Power Sports PCE
|
||||
8DEF5AA1 Power Tennis PCE
|
||||
03883EE8 Psycho Chaser PCE
|
||||
6CC10824 Psychosis PCE
|
||||
965C95B3 Puzznic PCE
|
||||
F2E6856D Quiz Toukou Shashin PCE
|
||||
3E79734C Racing Damashi PCE
|
||||
|
@ -2259,6 +2259,7 @@ F9C3EFD4 V Dungeon Explorer (bad dump) PCE
|
|||
C4751503 V Impossamole (bad dump) PCE
|
||||
13B5407F V Military Madness (bad dump) PCE
|
||||
2739B927 V Pac-Land (bad dump) PCE
|
||||
BB4429B6 V Paranoia (bad dump - dies in level 3) PCE
|
||||
85B85FF9 V Rastan Saga II (bad dump) PCE
|
||||
9E2CF932 V R-Type (bad dump) PCE
|
||||
4CAA6BE9 V Silent Debuggers (bad dump) PCE
|
||||
|
|
Loading…
Reference in New Issue