Search found 4 matches

by megavolt85
Wed Aug 24, 2016 5:58 pm
Forum: Programming Discussion
Topic: KOS: mount GD-ROM Disc to /cd
Replies: 1
Views: 882

KOS: mount GD-ROM Disc to /cd

need replace in fs_iso9660.c
[Code removed, per BlueCrab]
by megavolt85
Wed Apr 30, 2014 1:46 am
Forum: Programming Discussion
Topic: G1-ATA bugs
Replies: 22
Views: 4469

Re: G1-ATA bugs

BlueCrab wrote: If it works at all it is just a happy coincidence that I'm not counting on.
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 real
by megavolt85
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...