Date : Tue, 23 May 2006 13:46:13 +0100
From : "Ian Wolstenholme" <BBCMailingList@...>
Subject: Re: 8271/1770 Opcodes
I'll try it with Omniflop and see what happens. I 've copied it manually
missing out track 1 but there must be something which is read when
booting so I will try getting into track 1 by applying the little fiddle in
the start-up programme and see if that works.
By the way, has anybody copied entire discs in one swoop using the
ARM Co-pro. Just load ADT and do this:
*DISC
*DRIVE 0
*SECTORS 0 31F 10000 R
*DRIVE 1
*SECTORS 0 31F 10000 R
Does it in no time without constant changing between drives. You
could even read in an entire hard drive this way. I might have a go
with that one with OS9 that I've not been able to do anything with yet.
Best wishes,
Ian
----- Original Message -----
From: Jason Watton
To: "BBC Micro Submit To List" <bbc-micro@...>
Cc: "Ian Wolstenholme" <BBCMailingList@...>
Sent: Tue, 23 May 2006 01:39:33 +0100
Subject: Re: [BBC-Micro] 8271/1770 Opcodes
Hi Ian,
> So it looks as if the bad track is a copy protection measure, presumably
> changing the ID of track 1 to 30 and then reading from track 30 and then
> changing it back again.
If you want to **prove** this, and have a PC available, you can use OmniFlop
(Google it): choose 'Diagnostics' with 'Get disk map' on the disk - look at
the (ASCII) map that's produced. This usually reveals the 'fiddle',
especially for BBC disks.
> Any ideas how to copy it? Ripoff IX and Locksmith get confused at track 1
> and write its ID as 30 so the copy doesn't work.
IMHO, best way is manually - if you're prepared to get your hands (very)
dirty. If you want to try, use a DOS-based program like OmniDisk or FDC (I
think) which can both let you fiddle all the parameters. For OmniDisk, for
example:
SEEK <track>
FORMAT TRACK <C> <H> <R> <N>... where <track>, <C>, <H>, <R>, and <N> are
noted down from the original disk map (repeat C, H, R, N for as many sectors
as you need).
Apologies if the PC domain is no good - if this is of any use and you want
more gory info, contact me directly if you like (perhaps off-list). These
same facilities, though, can be translated to OSWORD &7F's on the Beeb.
Jason.