diff options
author | 2014-04-18 02:05:33 +0000 | |
---|---|---|
committer | 2014-04-18 02:05:33 +0000 | |
commit | 3eb1f14701d0612a9cf2bfb232fd27b0221a9d1f (patch) | |
tree | 4a51b4215cb4473da301f7642d18468c6ab98a85 /src/lib/util/cdrom.h | |
parent | 02df8f4487dcc376d27e305d1e245f177ffb9829 (diff) |
chd updates: [MetalliC]
- Bugfixed byte order for GD-ROM audio tracks so FLAC compression is effective
- Fixed uninitialized struct on MSVC (and possibly other) builds
nw: this will change the SHA1s of every GD-ROM CHD in MAME; a patch to reflect that is pending (the old images still work, they just take a little more space than is necessary). "chdman copy" suffices to upgrade; no downloading is necessary.
Diffstat (limited to 'src/lib/util/cdrom.h')
-rw-r--r-- | src/lib/util/cdrom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/cdrom.h b/src/lib/util/cdrom.h index 68538f6a298..426bcf36a36 100644 --- a/src/lib/util/cdrom.h +++ b/src/lib/util/cdrom.h @@ -56,6 +56,7 @@ enum }; #define CD_FLAG_GDROM 0x00000001 // disc is a GD-ROM, all tracks should be stored with GD-ROM metadata +#define CD_FLAG_GDROMLE 0x00000002 // legacy GD-ROM, with little-endian CDDA data /*************************************************************************** TYPE DEFINITIONS |