[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disk controller



There may still be CPU bugs, even though it makes it through boot0.
There's a lot of bit twiddling in there, ya know? It builds a
translation table. Masterful code. Still, it seems the monitor runs ok,
so ...

What you need to do is breakpoint your java (or add simple debugging to
the app) to verify that good data is coming out of $C0EC, and more
importantly _where_ in the disk image that data is coming from. (It
must be track 0, sector 0.)

Cheers,
Nick.