summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2019-01-25 05:58:38 +0200
committer MetalliC <0vetal0@gmail.com>2019-01-25 06:10:43 +0200
commit9d515e5f41d44098dc189398fbd6e10cf5b7bc6a (patch)
tree4541dab83c2295d6b7789ed6e238176d26a42410
parent002faaba8dc1c0895e7a39d92be7b68c0393ddc6 (diff)
chdman: fix GDI 2048 extraction
-rw-r--r--src/tools/chdman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/chdman.cpp b/src/tools/chdman.cpp
index cc807e622c8..7bdf2be0a9b 100644
--- a/src/tools/chdman.cpp
+++ b/src/tools/chdman.cpp
@@ -1259,7 +1259,7 @@ void output_track_metadata(int mode, util::core_file &file, int tracknum, const
switch (info.trktype)
{
case CD_TRACK_MODE1:
- mode = 0;
+ mode = 4;
size = 2048;
break;