need replace in fs_iso9660.c
[Code removed, per BlueCrab]
Search found 4 matches
- Wed Aug 24, 2016 5:58 pm
- Forum: Programming Discussion
- Topic: KOS: mount GD-ROM Disc to /cd
- Replies: 1
- Views: 882
- Mon Feb 23, 2015 3:30 am
- Forum: Programming Discussion
- Topic: VMU Programming
- Replies: 2
- Views: 767
- Wed Apr 30, 2014 1:46 am
- Forum: Programming Discussion
- Topic: G1-ATA bugs
- Replies: 22
- Views: 4469
Re: G1-ATA bugs
It is the only way with which I managed to read track02.raw (sector size 2352) from disk GD-ROM. The theory it is good, but practice is more realBlueCrab wrote: If it works at all it is just a happy coincidence that I'm not counting on.
- Tue Apr 29, 2014 11:54 am
- Forum: Programming Discussion
- Topic: G1-ATA bugs
- Replies: 22
- Views: 4469
Re: G1-ATA bugs
Hi, this is worked and tested code /* Re-init the drive, e.g., after a disc change, etc */ int g1_reinit() { int rv = ERR_OK; int r = -1, cdxa; uint32 params[4]; int timeout; mutex_lock(&mutex); /* Try a few times; it might be busy. If it's still busy after this loop then it's probably really de...