2013-11-03 23:45:44 +00:00
|
|
|
|
namespace BizHawk.Emulation.DiscSystem
|
2011-05-08 09:07:46 +00:00
|
|
|
|
{
|
|
|
|
|
//TBD CCD format
|
2012-12-26 18:25:45 +00:00
|
|
|
|
//check out ccd2iso linux program?
|
|
|
|
|
//https://wiki.archlinux.org/index.php/CD_Burning#TOC.2FCUE.2FBIN_for_mixed-mode_disks advice here
|
2011-05-08 09:07:46 +00:00
|
|
|
|
public class CCDFormat
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|