Trol
Professional
for the older one chdman -extract input.chd output.imgThe question remains, what is the command you're supplying to chdman for extraction?
Try using extractraw insteadfor the older one chdman -extract input.chd output.imgfor the newer one chdman extracthd -i input.chd -o output.imgThe question remains, what is the command you're supplying to chdman for extraction?
dd if=./output.img of=/dev/disk2 bs=1m or use selfimage or the image writing utility
I'm not familiar Mac options, but I'm pretty sure you're just supposed to write the CHD file to a card?I'm on a Mac and having troubles extracting the CHD to IMG to burn to the cards. Anyone have any ideas?
the chd still need to be extracted to an img file before it can be written. this is the step he's having a problem with.I'm pretty sure you're just supposed to write the CHD file to a card
sambookpro:~ sampson$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *251.0 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 250.8 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +250.8 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 218.5 GB disk1s1
2: APFS Volume Preboot 19.2 MB disk1s2
3: APFS Volume Recovery 509.9 MB disk1s3
4: APFS Volume VM 6.4 GB disk1s4
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *4.0 GB disk2
1: DOS_FAT_16 NO NAME 40.9 MB disk2s1
sambookpro:~ sampson$
right but which build... it needs to be the correct version for the CHDs being used.you need to grab a build of Mame built for OSX
You can use almost the same that came with the archive, 0.131 (Apr 23 2009)right but which build... it needs to be the correct version for the CHDs being used.you need to grab a build of Mame built for OSX
ROM_REGION32_LE( 0x01000000, "bankedroms", 0 )
ROM_LOAD16_BYTE( "e39-06.4", 0x0000001, 0x100000, CRC(2980c30d) SHA1(597321642125c3ae37581c2d9abc2723c7909996) )
ROM_LOAD16_BYTE( "e39-05.3", 0x0000000, 0x100000, CRC(750e5b13) SHA1(68fe9cbd7d506cfd587dccc40b6ae0b0b6ee7c29) )
ROM_LOAD( "e39-01.1", 0x0400000, 0x400000, CRC(bdaaa251) SHA1(a42daa706ee859c2b66be179e08c0ad7990f919e) )
ROM_LOAD( "e39-02.2", 0x0800000, 0x400000, CRC(a47aab5d) SHA1(64b58e47035ad9d8d6dcaf475cbcc3ad85f4d82f) )
ROM_LOAD( "e39-03.12", 0x0c00000, 0x400000, CRC(a883b6a5) SHA1(b8d00d944c90f8cd9c2b076688f4c68b2e6d557a) )
ROM_REGION( 0x080000, ":taito_zoom:mn10200", 0 )
ROM_LOAD( "e39-07.14", 0x0000000, 0x080000, CRC(2252c7c1) SHA1(92b9908e0d87cad6587f1acc0eef69eaae8c6a98) )
ROM_REGION32_LE( 0x400000, ":taito_zoom:zsg2", 0 )
ROM_LOAD( "e39-04.27", 0x0000000, 0x400000, CRC(6ee35e68) SHA1(fdfe63203d8cecf84cb869039fb893d5b63cdd67) )
MD5 (SYSTEM.INF) = 5b7241e8b8123890c4535195256e9365
MD5 (SYSTEM.TIM) = 40e43ba18c3d4bcee3cd249aeb1a1930
MD5 (loader.bin) = ccf36cee123dc0ce2ea7459f5b70325e
MD5 (wave0.bin) = b0222da50450f2e5c35f25a241536456
MD5 (wave1.bin) = 2b7d7d6a257778d52b03b09b9c5c62ce
MD5 (zoom.bin) = 246f0b30dd292f0dbbcfa7cf232ce441
MD5 (e39-01.1) = f6195fd696c23951f9b8bd519db06adc
MD5 (e39-02.2) = 26dbb31b6519e78edb14accd3a43960c
MD5 (e39-03.12) = b1ef99c01dd7f292d3f163c437ad0614
MD5 (e39-04.27) = 39cd162f32b0c89ff6701cb6dacfe87e
MD5 (e39-07.14) = 246f0b30dd292f0dbbcfa7cf232ce441
MD5 (e39-11.3) = 3d3eed2bfd8531da411098bfd1fc517b
MD5 (e39-12.4) = 6cc456cfa267465966be43b28a8f4d4f
MD5 (e39-05.3) = 9cad28de3216387febddf6359436fb62
MD5 (e39-06.4) = 587a80c2c36755c7fd184f66bfc2b881
MD5 (e39-08.ic4) = dab3ae4e2fc40fa8ace616513031f847
MD5 (e39-10.ic3) = 45dfffc6c79eecdc6192e635c0a4aeb3
MD5 (part1.bin) = b0222da50450f2e5c35f25a241536456
MD5 (part2.bin) = 2b7d7d6a257778d52b03b09b9c5c62ce
:feh sampson$ strings gdarius1.bin | head -n1
Licensed by Sony Computer Entertainment Inc.(SCEI)
:feh sampson$ strings /Volumes/NO\ NAME/* | grep "SCEI"
:feh sampson$ strings ../img/gdarius.img | grep SCEI
Licensed by Sony Computer Entertainment Inc.(SCEI)
Licensed by Sony Computer Entertainment Inc.(SCEI)
:feh sampson$