Commit Graph

161 Commits

Author SHA1 Message Date
8548a16c32 Bump version and fix Arch Linux package building scripts. 2020-07-25 03:31:28 +01:00
822bab2b37 Fix detection of PS1 and PS2 CDs with no spaces in SYSTEM.CNF. 2020-07-22 22:07:10 +01:00
3c8fc2fa0c Fix PhotoCD detection. 2020-07-22 21:56:13 +01:00
2376b65763 Code style fixes. 2020-07-22 13:20:25 +01:00
6220425ac6 Naming fixes. 2020-07-20 21:11:32 +01:00
f1fa52716c Fix namespaces. 2020-07-20 15:43:52 +01:00
0e7a86880e Fix unused code. 2020-07-20 07:47:12 +01:00
163d2ce8db Add missing XML documentation. 2020-07-20 06:02:34 +01:00
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +01:00
a4ebd0d185 Add missing file headers. 2020-07-19 22:01:30 +01:00
ad794817b4 Set language version to C# 8.0. 2020-07-19 21:44:37 +01:00
93eabef14f Add detection of China Video Disc. 2020-07-19 16:20:10 +01:00
1b70ae813d Add detection of PS1 CDs. 2020-07-19 15:59:36 +01:00
b42963e398 Fix pregap calculation in track mode changes when pregap ends in 0. 2020-07-19 14:50:28 +01:00
216fb19cfa Fix detecting indexes in track 1. 2020-07-18 21:03:26 +01:00
b0f01f53f0 Handle discs that have pregap ending in LBA 1 instead of ending in LBA 0. 2020-07-18 20:43:37 +01:00
71b4228a83 Fix block reading sizes in GD-ROM device report. 2020-07-18 19:37:26 +01:00
3e73d38517 Consider if the F1h command 06h subcommand returns the same data when trying lead-out than when tried LBA 0, it was a failure. 2020-07-18 15:04:08 +01:00
64689fafaa Fix infinite loop on some CD track mode changes while dumping. 2020-07-18 13:59:22 +01:00
a5f470cffb Fix detecting Neo Geo CD. 2020-07-14 16:43:25 +01:00
63768420ff Fix reading ISO9660 directories that span more than a sector when detecting media type. 2020-07-14 16:09:49 +01:00
439f685ce4 Trim as audio when we know it is an audio sector, fixes some firmware bugs in audio pregap after a data track. 2020-07-14 15:04:20 +01:00
533a94bdc9 Fix infinite loop when Lead-Out cannot be crossed. 2020-07-14 14:24:44 +01:00
dca471be1e Fix not exiting when an image cannot be appended. 2020-07-14 14:24:25 +01:00
14ee6da14f Fix setting track pregaps from subchannel. 2020-07-14 13:42:31 +01:00
f1244d543c Move subchannel generation and fixing to a separate class. 2020-07-14 01:06:23 +01:00
6a5b18bf45 Add option to generate subchannels for undumped ones. 2020-07-13 22:32:47 +01:00
a4b4329c2b Change database name to be more inclusive. 2020-07-13 19:41:42 +01:00
720bb1df6e Save error log on dump. 2020-07-13 18:54:41 +01:00
6f3f324742 Add media catalogue number, track isrc, flag and indexes to sidecar. Fixes #367 2020-07-12 22:47:32 +01:00
3cf21360d6 Show the reasons while a media type has been chosen on detection. Fixes #314. 2020-07-12 21:03:53 +01:00
7659aebb28 Display media sizes in international system units. Fixes #334 2020-07-12 15:15:22 +01:00
d8d3d9cc88 Fix sending media formats statistics. 2020-07-12 14:53:42 +01:00
548d3ebf81 Create report using swap trick for GD-ROM. 2020-07-12 00:20:19 +01:00
df37826a91 Add MediaTek command F1h subcommand 06h to device report. 2020-07-11 20:25:41 +01:00
ab35e58984 Add field to indicate if a device can read GD-ROM discs using swap trick. 2020-07-10 17:48:22 +01:00
5216ec5eb3 Fix some database indexes. 2020-07-10 17:38:52 +01:00
84ee971ad8 Do not show speed burst if they have not been set. Fixes #346 2020-06-25 01:47:25 +01:00
dbbb6812d2 Support dumping CD-i Ready when drive returns data sectors as audio. Fixes #294 2020-06-25 01:13:02 +01:00
651a2df2aa Detect CD-i Ready when the drive returns data scrambled. 2020-06-23 00:26:55 +01:00
99a483f02f Implement detection of CD+G, CD+EG and CD+MIDI. 2020-06-21 19:05:45 +01:00
c069073d19 Detect PhotoCD. Fixes #322. 2020-06-21 18:14:29 +01:00
8b2e2b5dec Detect VideoCD and Super Video CD. Fixes #327 2020-06-21 18:01:41 +01:00
97f8a860a4 Implement detection of Neo Geo CD discs. 2020-06-21 17:15:02 +01:00
43360c340e Implement detection of CD32 and CDTV discs. 2020-06-21 16:35:36 +01:00
e4ce5bc32d Fix checking track does not exist. 2020-06-21 14:49:25 +01:00
5ebb465901 Fix creating sidecar when a track's index 0 is negative. 2020-06-21 14:35:23 +01:00
625e8146fe Save indexes on dump, fixes #292 2020-06-21 02:44:54 +01:00
cb557760d9 Change track indexes type. 2020-06-17 21:32:19 +01:00
4f45e212b9 Print track indexes in image info. 2020-06-17 20:34:35 +01:00