2011-01-11 02:55:51 +00:00
|
|
|
======= TurboGrafx compatibility issues =======
|
|
|
|
|
|
|
|
General:
|
2011-03-13 03:20:28 +00:00
|
|
|
+ Don't have a complete list of instructions affected by T flag. Currently warns if SET precedes an unrecognized instruction.
|
2011-01-11 02:55:51 +00:00
|
|
|
+ Audio volumes are probably wrong.
|
|
|
|
+ LFO is not implemented, though I can't tell.
|
2011-03-07 00:48:52 +00:00
|
|
|
+ Screen is too tall on several games. Obv resolution calculation is not 100% correct.
|
2011-01-11 02:55:51 +00:00
|
|
|
|
2011-03-13 03:20:28 +00:00
|
|
|
Aero Blaster - Bottom of Screen extends too many lines - like 3 extra or so
|
|
|
|
Air Zonk - Fully playable, doesn't freeze, but some gfx/timing issues
|
|
|
|
Alice - Screen too tall; glitches when scrolling up, but in pcejin also,
|
2011-03-07 00:48:52 +00:00
|
|
|
but not ootake; ergo probably a timing artifact
|
|
|
|
Andre Panza Kickbx- Doesn't boot. Looks like semi pedigree as Battle Royal.
|
2011-01-11 02:55:51 +00:00
|
|
|
Battle Royale - Doesnt boot
|
2011-03-07 00:48:52 +00:00
|
|
|
Chase HQ - Press start -"O" sprite gets left on screen. probably timing on SATB DMA
|
|
|
|
Cross Wiber - Minor; Raster on wrong line
|
2011-03-13 03:20:28 +00:00
|
|
|
Davis Cup Tennis - Some timing issue, splash screen is too slow
|
2011-03-07 00:48:52 +00:00
|
|
|
Dead Moon - Screen is too tall
|
|
|
|
Dungeon Explorer - Freeze in 'intro' - gfx corruption in-game
|
2011-01-11 02:55:51 +00:00
|
|
|
Fighting Run - Corruption issues
|
2011-03-13 03:20:28 +00:00
|
|
|
Final Blaster - Intro does crazy shit with video modes; not sure what if anything to do about it
|
2011-03-07 00:48:52 +00:00
|
|
|
Griffon - Screen goes black because game changes video mode mid-frame
|
2011-01-11 02:55:51 +00:00
|
|
|
Gunboat - Crash / CPU Break (Needs BRAM)
|
2011-03-13 03:20:28 +00:00
|
|
|
Jack Nicholas Golf- Some screens are too tall and reveal bad gfx below the intended visible screen
|
2011-03-07 00:48:52 +00:00
|
|
|
Legend of Hero Ton- Slight gfx- check top of screen
|
|
|
|
Lode Runner - Freezes in new game
|
2011-03-13 03:20:28 +00:00
|
|
|
Madoo Granzort - Graphics issues because SGX VPC renderer is not using new frame timing
|
|
|
|
Metal Stoker - Tearing when scrolling vertically at bottom of screen - screen too tall?
|
2011-01-11 02:55:51 +00:00
|
|
|
MML Demo - Echo channels are too loud (equal volume!)
|
2011-03-01 02:57:31 +00:00
|
|
|
Outrun - Raster issues, music slows when paused
|
2011-03-13 03:20:28 +00:00
|
|
|
Paranoia - Game hits BREAK on 3rd level. need to investigate
|
2011-01-11 02:55:51 +00:00
|
|
|
Populous - Game freezes on starting new game - *** NEEDS BATTERY SAVERAM ***
|
|
|
|
Power Drift - Timing glitch... starting new game runs slower than it should
|
2011-03-13 03:20:28 +00:00
|
|
|
Power Tennis - Elaborate intro screen doesnt display right
|
2011-02-27 08:06:21 +00:00
|
|
|
Raiden - Sprites and BG get out of sync with current timing
|
2011-03-07 00:48:52 +00:00
|
|
|
Side Arms - Screen is like 4 pixels too tall
|
2011-03-13 03:20:28 +00:00
|
|
|
Sinistron - Much less bad raster effect errors now
|
2011-03-07 00:48:52 +00:00
|
|
|
Tiger Road - On second level, sprites should be getting masked from the top status area somehow
|
2011-01-11 02:55:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
Stuff I Fixed That's Not In Other Docs:
|
|
|
|
|
|
|
|
+ Street Fighter II special mapper
|
|
|
|
+ Populous has special BRAM / saveRAM (I have not yet fixed this) - Gunboat appears to be the same
|
|
|
|
+ After Burner - There is a 1-instruction delay on changes to IRQ Control Byte taking effect
|
|
|
|
+ There is a one-instruction delay on changes to the I flag taking effect
|
|
|
|
- Affects (Not a complete list): Blodia, Body Conquest 2, Champions Forever Boxing,
|
|
|
|
Cross Wiber, Jackie Chan, Jigoku Meguri, New Adventure Island, World Beach volley
|
|
|
|
- Actually, I'm not at all convinced there's always a 1-instruction delay on the I-flag.
|
|
|
|
But this fixes several games; clearly there are delays in some scenarios. But it's not clear
|
2011-02-27 08:06:21 +00:00
|
|
|
to me that this delay is ALWAYS present.
|
|
|
|
+ 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.
|