WordPak-RS

Thanks to Gene Heskett I finally got the legendary PBJ WordPak. This cartridge is pretty rare and I never saw one for sale on eBay. Gene thankfully sold me one from his treasure hunt with a special mission: to make a clone available to anyone.

The PCB from inside:

You can see it's a 6545 based card with a 6116 static ram chip and a 2716 EPROM for the CHARGEN.

After getting the card I had to test, but it turns out no original WordPak software would work on this. This happens because this is the WordPak RS sold through Radio Shack stores and it's compatible with the Color Computer 3. The address for this cartridge is the $FF76 instead of the $FF98 found in WordPak-I and WordPak-II.

No worries, I developed a new NitrOS-9 80 column drivers and also a DECB driver to be used in Basic.

It WORKS! But I really don't like the fonts. It is too large and strange shape. I don't know what were they thinking. Maybe they made it to be more visible on common CRT TVs, who knows ? We will change it later. First, lets do a prototype board.

Cloning the Board

For this cloning process I made it the lazy way. Just created an empty project on KiCad and threw DIP sockets for every component. I didn't build the gates using fancy and, or, nand gates, instead with a multimeter and a magnifying glass I was testing each pin and using global labels. It gives more freedom to reverse engineer it. The result is:

Then layout this in the footprint editor, creating the cutout for the PCB using a ruler:

Now it's a job for the almighty FreeRouter:

Beautiful eh ? I ordered few prototypes and while they are being fabricated I decided to change the fonts.

Changing the Fonts

To change the fonts, I made a fairly complicated process that I will not cover here. Each font is 16 bytes in the ROM file although you can only display up to 9 rows. More than that the monitor stops working, too many scanlines for the NTSC composite video. Anyway I got the extracted ROM file and using image magick you can convert it to a BMP image. I opened this image in GIMP, edited and exported a new BMP. Then I made a small Python code to read the BMP, extract the pixels and generate a new ROM file. Then I burned another 2716 EPROM. I used a font that better suits me:

Assembling the Prototype

Finally, prototypes arrived:

 And here is an assembled one:

It fits the case perfectly! But upon testing I found 2 little bugs, easy to patch them though. The gerber files are already corrected:

Testing the Prototype

After fixing the bugs, a boring process debugging with the scope, the board WORKS!

New boot screen with the new pretty fonts :D

FHL O-PAK Support

I added support to FHL O-PAK in my NitrOS-9 driver so you can run DynaStar 3.0 on it:

And the work is done! 

Side by Side

I made a direct clone without any change.

B.O.M.

The list of material:

Don't forget to use sockets. You can replace the 27C16 for a 27C32 if you burn the same ROM twice. You can choose the original CHARGEN.ROM or the new CUSTOM-CHARGEN.ROM (new font).

Building your own Word-PAK RS

I don't build or sell assembled boards. I don't have tools and structure for that but you can order your own boards from https://oshpark.com/ (kinda expensive, but made in America) or http://www.allpcb.com/ (cheap but made in China). You send to them the gerber files found in the files section.

Order all components from the B.O.M. and solder them. Some componentes like the R6545 you can only find in eBay or AliExpress as they are obsolete parts. Even the 2N2222 you can't find it on DigiKey but can be easily found in your local electronics store.

You will need an EPROM programmer to burn the ROM image into the 27C16. If you are planning to buy one I recommend the inexpensive TL66C MiniPro. You can find it as low as 40 dolars on eBay.

Happy soldering!