-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors with Krikzz's Mega-CD Verificator #408
Comments
Following tests have been fixed by 58accf0: |
Yes, this test was confirmed as not working on most Sega CD / Mega CD models by Blastem author (see http://gendev.spritesmind.net/forum/viewtopic.php?f=5&t=3166&start=25) so I suspect it only works on the specific CDC model (LC8913) used in CDX/Multimega and X-Eye/Wondermega M2. If you look at the (very limited) LC8913 datasheet, it seems there are some additional configuration (double/quad speed playback, configurable CD input stream format,...) that are not mentionned in the other chips of same family (LC89510 and LC89515) used in Model 1 / Model 2 hardware so it is quite possible this particular chip model extends the number of available registers and use 5 bits for Address Register. |
Ah, I didn't see that thread before, completely flew under my radar somehow. Glad to know. |
REG X002 test 0x2B fixed by 6669d25 |
CDC INIT test 0x04 and CDC DMA3 test 0x02 fixed by b330eb8 |
all CDC REGS tests fixed by fcb6620 Note: Wondermega M2, X'Eye, CDX or Multi-Mega BIOS is needed for these tests to run OK (with real hardware, these tests only pass on these models, cf comments above) |
CDC FLAGS test 0x22 and CDC DMA3 tests 0x04 & 0x13 fixed by 52b4f78 |
CDC DMA3 tests 0x20 and 0x21 fixed by 16589b5 |
CDC DMA3 tests 0x42 to 0x55 fixed by da8e4e5 |
CDC DMA3 test 0x56 fixed by 2c1a2d0 |
CDC DMA3 tests 0x60 to 0x63 fixed by 64d3e08 |
VAR TESTS 0x02 and CDC FLAGS tests 0x40/0x41 fixed by 47761b9 |
CDC FLAGS test 0x42 fixed by f09c973 |
CDC FLAGS test 0x46 fixed by 49a289d |
When being run in Genesis Plus GX, Krikzz's Mega-CD Verificator Test ROM reports several errors:
This test ROM has been reported (by Krikzz) to run without errors on CDX/Multimega hardware.
The text was updated successfully, but these errors were encountered: