Add new Drives#387
Conversation
Add missing two Kreon drives and the new two MT1339E drives.
📝 WalkthroughWalkthroughThe ChangesDrive Database Configuration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@drive.ixx`:
- Line 183: The database entry for the PLDS DVD-ROM DH-16D5S uses a
timestamp-like vendor_specific string which prevents drive_find_in_database from
matching patched drives; update the entry for the record containing "PLDS",
"DVD-ROM DH-16D5S" (the vendor_specific field) to a non-restrictive value (e.g.,
an empty string) so matching is based on the other fields instead of exact
vendor_specific equality.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
Also been testing the DH41N with the ZZ00 firmware. All the hashes for the discs that I've successfully dumped so far using this drive have matched both previous dumps I've done with other drives (H353C and ASUS BC-12D2HT flashed to Omnidrive) and from redump. So far from my testing this drive seems to read damaged discs much better compared to the H353C and ASUS BC-12D2HT. I only managed to dump my G Police PC disc with my ASUS BC-12D2HT after setting redumper --speed=1 while the H353C wouldn't even recognise it in the drive. The DH41N on the other hand read the whole disc fine with no C2/SCSI errors without having to lower the speed manually at all. I have also dumped a couple of other discs that got C2 errors with the H353C but dump fine with the DH41N. Lead-out wise it seems to get around twice what the H353C can get:
The only strange thing I noticed was with a specific PS1 game disc, Hot Wheels Turbo Racing. I got the below SCSI error right at the beginning of the disc.
This only seems to happen with this drive as I have dumped this disc with my H353C and I didn't get this error with that drive. So far that's the only disc I've got that error with though so could be something specific to my specific disc and drive. Full log below: Drive test log and several dump logs attached below: DH41N_Drive_Test_ZZ00.txt |
|
@apemax thanks for testing, if other PSX discs are ok I think it might be a combination of particular disc that drive doesn't like. |
|
Thanks for more drives, merging! |
Add missing two Kreon drives and the new two MT1339E drives.
I added the logs for the new two drives.
DH16D5S.log
DH41N.log
Summary by CodeRabbit