My guess is that the signal levels are borderline for the LM1881. What
is the voltage range of the sync signal coming from the BK?
Leo
> It looks like the csync coming out of the BK-0010 is only about 2
> volts peak to peak. The lm1881 outputted 5 volts peak to peak but it
> still wouldn't work with my monitor unless I used seperate vertical
> sync. I have that monitor connected to 1980's computers from the US,
> Japan, and the UK and they all worked without any modification. This
> is the only computer that gave it problems. Maybe it can't handle
> SECAM frequencies.
BK-0010 was adapted to Soviet color TVs, whatever levels they were
using in the middle of their color tract.
> Can I ask two more questions? Can I put the BK-0010 into "black and
> white" mode? Some games look really bad in color, much clearer in b&w
> on an emulator.
There is a separate b/w output jack (coaxial).
> Second question: Can I connect the BK-0010 to a QBUS backplane from a
> PDP-11 or VAX? I'd like to have a floppy drive, and I'm hoping I can
> use the floppy controller from my PDP-11.
That I don't know, sorry.
Leo
The only non-trivial chip that is needed for the BK floppy controller
is 1801ВП1-128
(1801vp1-128) - it is a PLA that serves as a serial/parallel
converter, detects and forms the markers, and computes the CRC.The
rest are standard.
Surprisingly, it is still listed on
http://radiozip.ru/original.asp?numb=6&incl=4
but you have to propose your price and they will decide if they want
to sell it to you. :(
Connecting an IDE interface is a more tractable task. Just a few
address decoders, registers and muxes are needed.
Leo
I don't think so. All Western equivalents that I've heard of handled
the track/sector structure in hardware. 1801vp1-128 only deals with
the MFM encoding and the CRCs, the rest is done in software.
Leo
If you want to have an adapter that is compatible with the existing
software (and the BIOS), it is a little more complex - you'll need a
ROM and a little RAM that support the Qbus memory protocol (the RAM is
for the partition table cache), but I believe that they are easier to
find or to reproduce than an obscure FDC. One thing to note: there
were no inverters on the controllers, so the data on the
BK-partitioned drives appears as one-complement.
And to save on address decoding logic, one of the word-sized registers
has an odd address.
Leo