mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
Keep u7 compatible while we wait for Aaron (nw)
This commit is contained in:
parent
7feff76282
commit
76bf455ff9
@ -56,7 +56,7 @@
|
||||
#define CD_MAX_SUBCODE_DATA (96)
|
||||
|
||||
#define CD_FRAME_SIZE (CD_MAX_SECTOR_DATA + CD_MAX_SUBCODE_DATA)
|
||||
#define CD_FRAMES_PER_HUNK (8)
|
||||
#define CD_FRAMES_PER_HUNK (4) // should be 8 for v5 CDs, with a 4-frame pad at the end to maintain SHA1 compatibility
|
||||
|
||||
#define CD_METADATA_WORDS (1+(CD_MAX_TRACKS * 6))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user