Kenda "The Professional" DMFS for the BBC Model B
11/08/20 13:38
I've finally started consolidating my collection of BBC Model Bs.
This particular Issue 7 came with the Kenda "The Professional" DMFS with PADS … where DMFS = Disc Management Filing System and PADS = Professional Architecture for Disc Storage.

I've not been able to find out much about this rare interface apart from one brochure and an article in BEEBUG.

It's packaged in a solid block of epoxy (yay) and comes with a 24-pin plug for a free ROM socket (not 28-pin).

From the BEEBUG review it appears to be based on the Intel 8272 disc controller which allows double-density support.

This particular Issue 7 came with the Kenda "The Professional" DMFS with PADS … where DMFS = Disc Management Filing System and PADS = Professional Architecture for Disc Storage.

I've not been able to find out much about this rare interface apart from one brochure and an article in BEEBUG.

It's packaged in a solid block of epoxy (yay) and comes with a 24-pin plug for a free ROM socket (not 28-pin).

From the BEEBUG review it appears to be based on the Intel 8272 disc controller which allows double-density support.

6502 Single Board Computer
04/05/17 18:59
I've finally finished assembling a 6502-based single board computer that I got on eBay. The board was designed by a fellow in Newcastle and is based on the SYM-1 from the early 80s.

It was pretty simple to build - I had most parts lying around, including a 6502A that I pulled from a BBC Model B I've got. Mike, who designed this mini SBC, kindly helped out with some of the parts I didn't have - a 2732 4KB EPROM (smallest I had was 2764) with the SYM-1 Monitor programmed, the GAL chip (he also programmed, saving me some time figuring out how to get that done!) and the RAM chip.
The slowest crystal oscillator that Jaycar had was 2MHz, so I ordered a 1MHz part from the UK. And the 6532 was the last part to arrive from France.
I connected it to my Mac via a USB-TTL cable (which also supplied the +5V power) and it worked first time - connected at 4800 Baud and tried the sample program (sorry, app) out.



It was pretty simple to build - I had most parts lying around, including a 6502A that I pulled from a BBC Model B I've got. Mike, who designed this mini SBC, kindly helped out with some of the parts I didn't have - a 2732 4KB EPROM (smallest I had was 2764) with the SYM-1 Monitor programmed, the GAL chip (he also programmed, saving me some time figuring out how to get that done!) and the RAM chip.
The slowest crystal oscillator that Jaycar had was 2MHz, so I ordered a 1MHz part from the UK. And the 6532 was the last part to arrive from France.
I connected it to my Mac via a USB-TTL cable (which also supplied the +5V power) and it worked first time - connected at 4800 Baud and tried the sample program (sorry, app) out.


Backing up the HP 9121D ROM
10/01/17 15:38
I've been burning some ROMs for my HP Series 80 machine so whilst I was at it I thought I'd quickly take a backup of the ROM in the HP 9121 drive system.
First issue - there is no part number on the ROM! There is a manufacturer's symbol (AMD) and a date code (wk28/1983) but that's it. Discussing with John at Andromeda Research Labs (where I got my EPROM programmer), he suggested that HP were notorious for not allowing their component suppliers to include part numbers.

Very helpful 30 years! ;)
Anyway, John had some helpful advice - simply assume it's a 27512, read it in, and then check in the buffer where the code repeated: at 0x2000 it's a 2764, 0x4000 it's a 27128, 0x8000 it's a 27256.
Sure enough I could see the code repeated at 0x2000 … meaning it was a 2764 device holding 8KB.
Here's the ROM in the very remote chance someone needs to burn a new one for their HP 9212D disk system.
It is labelled "09121 15510 REV D".
First issue - there is no part number on the ROM! There is a manufacturer's symbol (AMD) and a date code (wk28/1983) but that's it. Discussing with John at Andromeda Research Labs (where I got my EPROM programmer), he suggested that HP were notorious for not allowing their component suppliers to include part numbers.

Very helpful 30 years! ;)
Anyway, John had some helpful advice - simply assume it's a 27512, read it in, and then check in the buffer where the code repeated: at 0x2000 it's a 2764, 0x4000 it's a 27128, 0x8000 it's a 27256.
Sure enough I could see the code repeated at 0x2000 … meaning it was a 2764 device holding 8KB.
Here's the ROM in the very remote chance someone needs to burn a new one for their HP 9212D disk system.
It is labelled "09121 15510 REV D".
Pulling apart the HP 9121D
22/08/16 16:29
The HP 9121D is a dual 3.5" drive system consisting of two Sony single-sided drives (OA-D31V-1) and a single HPIB interface. Here it is with the cover removed.

These drives are ancient - apparently the Sony OA-D30V was the original 3.5" drive.

Hint for pulling this thing apart - remove the drives (unscrew from the bottom) and then you can remove the motherboard. The fan has a single flathead screw securing it the case.

These drives use a 26-pin signal interface so some investigation was required - I wanted to see if I could replace the drive(s) with the HxC floppy emulator that uses a standard 34-pin connector.

The switch on the left is the disk select switch SW1 - disk 0 or disk 1.
I can never remember which is pin 1 - quick underneath the circuit board confirms:

All of the odd numbered pins, 1 to 25 are connected to Vss/ground. You can see the pins 2 and 4 are connected to the SW1 disk select switch.
The even numbered pins are assigned as below:
2 - disk select 0 (SELECT 0)
4 - disk select 1 (SELECT 1)
6 - direction (DIRTN)
8 - step (STEP)
10 - write data (WRTDATA)
12 - write gate (WRTGATE)
14 - head load (HDLOAD)
16 - (reserved)
18 - index
20 - track 00 (TRK00)
22 - write protect (WRTPRT)
24 - read data (RDDATA)
26 - ready
I've come up with this mapping for the 26-pin (left) to the 34-pin (right) socket on the floppy emulator:
2 <-> 10 (DS0)
4 <-> 12 (DS1)
6 <-> 18 (DIR)
8 <-> 20 (STEP)
10 <-> 22 (WDATA)
12 <-> 24 (WGATE)
14 - not connected
16 - not connected
18 <-> 8 (INDEX)
20 <-> 26 (TRK00)
22 <-> 28 (WPT)
24 <-> 30 (RDDATA)
26 <-> 34 (READY)
As I'm likely to be wrong, I've used jumper wires:

So far, so good - the HP is supplying power to the floppy emulator:

Now I just need to figure out how to configure the emulator for the HP SSDD 3.5" disk format. Worst case is I could initialise a disk on the HP Series 80 system and then use various DOS/Windows tools to image that blank disk, then copy files on to it (or something).

These drives are ancient - apparently the Sony OA-D30V was the original 3.5" drive.

Hint for pulling this thing apart - remove the drives (unscrew from the bottom) and then you can remove the motherboard. The fan has a single flathead screw securing it the case.

These drives use a 26-pin signal interface so some investigation was required - I wanted to see if I could replace the drive(s) with the HxC floppy emulator that uses a standard 34-pin connector.

The switch on the left is the disk select switch SW1 - disk 0 or disk 1.
I can never remember which is pin 1 - quick underneath the circuit board confirms:

All of the odd numbered pins, 1 to 25 are connected to Vss/ground. You can see the pins 2 and 4 are connected to the SW1 disk select switch.
The even numbered pins are assigned as below:
2 - disk select 0 (SELECT 0)
4 - disk select 1 (SELECT 1)
6 - direction (DIRTN)
8 - step (STEP)
10 - write data (WRTDATA)
12 - write gate (WRTGATE)
14 - head load (HDLOAD)
16 - (reserved)
18 - index
20 - track 00 (TRK00)
22 - write protect (WRTPRT)
24 - read data (RDDATA)
26 - ready
I've come up with this mapping for the 26-pin (left) to the 34-pin (right) socket on the floppy emulator:
2 <-> 10 (DS0)
4 <-> 12 (DS1)
6 <-> 18 (DIR)
8 <-> 20 (STEP)
10 <-> 22 (WDATA)
12 <-> 24 (WGATE)
14 - not connected
16 - not connected
18 <-> 8 (INDEX)
20 <-> 26 (TRK00)
22 <-> 28 (WPT)
24 <-> 30 (RDDATA)
26 <-> 34 (READY)
As I'm likely to be wrong, I've used jumper wires:

So far, so good - the HP is supplying power to the floppy emulator:

Now I just need to figure out how to configure the emulator for the HP SSDD 3.5" disk format. Worst case is I could initialise a disk on the HP Series 80 system and then use various DOS/Windows tools to image that blank disk, then copy files on to it (or something).
Resurrecting a Compaq Deskpro
19/08/16 08:02
I was gifted this machine along with a whole bunch of HP Series 80 equipment. It's a Comaq Deskpro EN Series SFF (small form factor) with a Pentium II. Its main purpose was (or will continue to be) the HPIB interface card.

I haven't been able to find service documentation for this exact machine - all of the EN series documentation lists Pentium III's and not the Pentium II this one has.
My first job was pulling it all apart to give it a good clean and check out how it was put together … very nicely I must say. All the components are modular - the 3.5" floppy drive, CD-ROM drive, E-IDE (or PATA I guess) hard drive all slot in nicely. The machine came with 128MB of RAM so I've upgraded it quite cheaply to its maximum 512MB.
It also has a memory slot to upgrade the built-in graphics card, doubling its memory from 4MB to 8MB (found a cheap SGRAM module on eBay).
The backup battery was, of course, dead so I replaced it - a CR2430 button cell - quite easily.

Here's the system information screen accessed via the F10 setup during boot:

The machine boots into Windows 2000. Unfortunately the kind fellow who gave me the machine couldn't remember his password and the Administrator account also had a password. So I was a bit stuck.
Some investigation on the Web showed that it was possible to clear the Administrator password by deleting a file called "SAM" in c:\windows\system32\config\
So I removed the drive and hooked it up to my Mac via a PATA/SATA - USB interface. This allowed me to see the files with no issue … but the Mac can't modify Windows NTFS partitions natively … so no deleting that file!

Luckily I already had a licence for Paragon's NTFS for Mac … this allowed me to delete the file.
I put the drive back, booted into Windows again … and logged in with the Administrator account and no password! Sweet. So another machine is rescued - I'll be able to use this machine as a host drive for the old HP Series 80 machines via HPIB.
I'll continue to investigate how to upgrade the CPU - I've read it can be upgraded to a Pentium III but I'm not entirely sure the specifics. Completely unnecessary of course! ;)

I haven't been able to find service documentation for this exact machine - all of the EN series documentation lists Pentium III's and not the Pentium II this one has.
My first job was pulling it all apart to give it a good clean and check out how it was put together … very nicely I must say. All the components are modular - the 3.5" floppy drive, CD-ROM drive, E-IDE (or PATA I guess) hard drive all slot in nicely. The machine came with 128MB of RAM so I've upgraded it quite cheaply to its maximum 512MB.
It also has a memory slot to upgrade the built-in graphics card, doubling its memory from 4MB to 8MB (found a cheap SGRAM module on eBay).
The backup battery was, of course, dead so I replaced it - a CR2430 button cell - quite easily.

Here's the system information screen accessed via the F10 setup during boot:

The machine boots into Windows 2000. Unfortunately the kind fellow who gave me the machine couldn't remember his password and the Administrator account also had a password. So I was a bit stuck.
Some investigation on the Web showed that it was possible to clear the Administrator password by deleting a file called "SAM" in c:\windows\system32\config\
So I removed the drive and hooked it up to my Mac via a PATA/SATA - USB interface. This allowed me to see the files with no issue … but the Mac can't modify Windows NTFS partitions natively … so no deleting that file!

Luckily I already had a licence for Paragon's NTFS for Mac … this allowed me to delete the file.
I put the drive back, booted into Windows again … and logged in with the Administrator account and no password! Sweet. So another machine is rescued - I'll be able to use this machine as a host drive for the old HP Series 80 machines via HPIB.
I'll continue to investigate how to upgrade the CPU - I've read it can be upgraded to a Pentium III but I'm not entirely sure the specifics. Completely unnecessary of course! ;)