Difference between revisions of "MEK6800"

From Hackbox
m (Condition)
(Done)
Line 45: Line 45:
  
 
== Done ==
 
== Done ==
 +
 +
=== Memory Repair ===
  
 
Reseated all chips on the memory board.  No change.
 
Reseated all chips on the memory board.  No change.
 +
 +
Found that I simply forgot to connect the -5V and +12V power supply lines that are required by the 4116's...
 +
 +
=== EPROMs ===
 +
 +
There were EPROMs that came with the kit. 3x 2708 and 4x 2716.
 +
 +
I figured that the U10 (address C000) is wired for a 2716 and U12 (at 6000) for a 2708.
 +
 +
I tested them all and found only 2 of them to contain any data.  I transferred them.

Revision as of 03:42, 16 November 2010

RIMG2953b.JPG
RIMG2951b.JPG

Specification

Motorola MEK68000D2 Evaluation Kit

  • microcomputer module 84DW6232X01
    • No RAM except for the jbug scratch at A000-A07f; U14,U16,U18,U19 are empty, modified to have RAM from 0000 via exorciser bus.
    • No extra EPROM; U10,U12 are empty
    • Some extra circuits: 2 6850's and a clock, perhaps an RS232 interface.
  • keyboard/display module 84DW6233X01
  • EXORciser backplane
  • Memory module (wire-wrapped): 16 x 4116 (32KB)
  • Lots of documentation
  • some parts that I haven't figured out yet
    • micro-cassette recorder with what looks like an RS232 and a bunch of micro-cassettes
    • some EEPROMs
    • some spare (gold!) 4116 RAMs
    • a keyboard

Origin

Picked up for free through an advertisement in the early 1990's. Together with the Matra dual 8" disc drive and some other stuff.

Condition

Working condition, the monitor program is usable.

The memory module doesn't work, so the only RAM is the JBUG scratch, 128 bytes at A000-A07F.

Three wires are loose of the added components on the processor module. I don't know where they should go.

I'm using a PC ATX power supply to provide 5V.

Data Transfer

I have successfully dumped the JBUG ROM using the cassette out. Type this to Punch addresses E000-E3FF:

A002M E0G 00G E3G FFE P

Just before the P, start recording a wav file on the PC. The encoding is Kansas City Standard and can be processed using this perl script

Now you have a binary file but it still has some headers and framing. These are documented in section 2.7 of the manual. If you strip those you have the actual ROM and it looks exactly the same as the one on bitsavers

The other direction I haven't tried yet, but it's not very useful unless there is more RAM.

Done

Memory Repair

Reseated all chips on the memory board. No change.

Found that I simply forgot to connect the -5V and +12V power supply lines that are required by the 4116's...

EPROMs

There were EPROMs that came with the kit. 3x 2708 and 4x 2716.

I figured that the U10 (address C000) is wired for a 2716 and U12 (at 6000) for a 2708.

I tested them all and found only 2 of them to contain any data. I transferred them.