]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
chd support added
authorToni Wilen <twilen@winuae.net>
Sat, 12 Jan 2013 15:26:26 +0000 (17:26 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 12 Jan 2013 15:26:26 +0000 (17:26 +0200)
commit8c59a0da6e06ee51ed9d72418c1e85a52d59793d
treeccc778fb02b416c28c91945efab2f8266ebcec0c
parent19f8367edc4261d2c5d66228a0f2fdc9011b4010
chd support added
24 files changed:
archivers/chd/astring.cpp [new file with mode: 0644]
archivers/chd/astring.h [new file with mode: 0644]
archivers/chd/bitstream.h [new file with mode: 0644]
archivers/chd/chd.cpp [new file with mode: 0644]
archivers/chd/chd.h [new file with mode: 0644]
archivers/chd/chdcd.h [new file with mode: 0644]
archivers/chd/chdcdrom.cpp [new file with mode: 0644]
archivers/chd/chdcdrom.h [new file with mode: 0644]
archivers/chd/chdcodec.cpp [new file with mode: 0644]
archivers/chd/chdcodec.h [new file with mode: 0644]
archivers/chd/chdtypes.h [new file with mode: 0644]
archivers/chd/corefile.h [new file with mode: 0644]
archivers/chd/coretmpl.h [new file with mode: 0644]
archivers/chd/flac.cpp [new file with mode: 0644]
archivers/chd/flac.h [new file with mode: 0644]
archivers/chd/hashing.cpp [new file with mode: 0644]
archivers/chd/hashing.h [new file with mode: 0644]
archivers/chd/huffman.cpp [new file with mode: 0644]
archivers/chd/huffman.h [new file with mode: 0644]
archivers/chd/md5.cpp [new file with mode: 0644]
archivers/chd/md5.h [new file with mode: 0644]
archivers/chd/osdcore.h [new file with mode: 0644]
archivers/chd/sha1.cpp [new file with mode: 0644]
archivers/chd/sha1.h [new file with mode: 0644]