Close
0%
0%

POLON 7880

8-bit microcomputer, based on the Polish CPU, manufactured thirty years ago.

Similar projects worth following
Some time ago I bought a few pieces of the MCY7880 - a CPU manufactured in Poland in 1980's, by CEMI corporation, which no longer exists - it fell victim of the economic transformation of early 1990s. The device itself was a clone of an Intel 8080 chip. It is interesting artifact, a witness to history of both: my country and computer technology.
Since it came to me I was sure, it won't end up merely as a decoration. I wanted to see it running some code! So my project began...

The main idea behind this this project is to build fully functional 8-bit computer, using as many Polish ICs from the 1980s as possible. Of course I had to draw the line somewhere - I decided not to use small, hard to get and difficult to use DRAM chips manufactured by CEMI. I used more modern CMOS SRAM chips instead.

The project is highly experimental in nature - different from anything I've done before, so I decided to mount in using universal PCB and a wire wrapping wire. A lot of kynar wire. It was a detour from my usual way of designing and etching PCBs. To my great surprise, I made only a couple of mistakes while wiring this thing and debugging wasn't difficult.

Just like the original 8080, MCY7880 requites three supply voltages: 5V, -5V and 12V. First one is delivered directly by the main power supply. The latter are generated by the charge pump and boost converter.

At this point computer is running TinyBASIC, using serial terminal as an I/O. it is still an ongoing project. I plan to build few additional boards containing CRT screen controller, keyboard interface and maybe even use a CF card to boot CP/M and run Zork.

  • 1 × MCY7880 Polish 8-bit CPU, Polish clone of Intel 8080
  • 1 × MCY8255 GPIO/parallel port. Polish clone of 8255 chip.
  • 1 × UCY74S428 Bus controller, Polish clone of an 8228 chip
  • 1 × UCY74S424 Clock signal generator, Polish clone of 8224 chip
  • 2 × D43256C 32kB Static RAM

View all 18 components

  • It runs CP/M now!

    Marek Więcek07/10/2024 at 21:47 0 comments

    It's been a while since last update on this project, but it is certainly not dead.

    Since beginning one of my goals was running CP/M on that piece of vintage Polish hardware. And I am happy to announce that this particular goal post had been finally reached today. I was finally able to but CP/M 2.2 and load/execute some programs under that OS.

    I must admit it wasn't easy. First I had to prepare bootloader to fetch some some code from CF card and copy it to RAM. From software point of view interfacing Compact Flash card is quite easy task (it is certainly easier that connecting modern SD card to such vintage system) but for some reason initially I was unable to get stable and repeatable results. Some cards weren't working at all while some other were highly unstable, dropping some data during transfers. I was able to find only one card that appeared to be "compatible" with POLON. Fortunately with some help on on-line forums I was able to track down the reason behind such behavior. It turned out that I made a little mistake while designing hardware and omitted buffer on data lines between CPU and memory card. Single 74HC245 chip solved the problem.

    While I was able to reliably copy the code between card and RAM, I began slow process of writing CP/M bios, bridging the gaps between my hardware and vintage OS. Implementing console and disk related I/O routines turned out to be relatively easy. After few days I saw prompt and was able to execute commands. Unfortunately at this point system had been extremely unstable. Finding and fixing all the bugs took me another few weeks.

    I set myself a deadline. I decided it would be nice to had it running before 11th of July - 30th thirtieth anniversary of  death of  Garry Kildall - creator of CP/M. I thought that running his system on piece of historical Polish hardware would be a nice way to celebrate his memory.

    At this point system is capable of running smaller programs and built in commands. There are still things to be done. At this point file system is read only, because wrote procedure haven't been implemented yet. I also need to add support of additional partitions on CF card, pretending to be additional drives. Memory use need to be optimized, because at this point CP/M only uses fraction of available resources.

    Next "bigger" goal would be running some game, like "Zork" or "Collosal Cave Adventure" on my system.

    I think it is worth to admit that POLON is still capable of running TinyBasic, that was his original "user interface" basically from the beginning. Desired mode can be selected by the user at boot time - we can either run Basic from EPROM or load CP/M from CF card.

  • It has it own case now

    Marek Więcek07/23/2022 at 18:23 0 comments

    Computer finally got it own metal case. I also used that opportunity to upgrade power supply. Now POLON is powered directly from 230V mains power.

  • It supports TV now!

    Marek Więcek05/20/2021 at 12:44 0 comments

    Some time ago I was able to make some further developments.

    At this point computer is able to supporty standard PS/2 keyboard and print text on TV screen. Due to lack of time I wasn't able to make any further developments in recent months, but soon I will try to write some assembly code, implementing simple terminal screen.

  • Significant update

    Marek Więcek11/11/2019 at 11:03 0 comments

    Project grows. Recently I added second board, containing some chips:

    • M6242B real time clock
    • 8242 AT keyboard controller
    • 8259 interrupt controller
    • TMS9929 video chip with SRAM memory

    There is also a connector for CF card module.

    After testing added components under TinyBasic my plan is to port and run CP/M on this small computer.

View all 4 project logs

Enjoy this project?

Share

Discussions

teraz wrote 05/09/2022 at 20:58 point

ciekawe

  Are you sure? yes | no

Ken Yap wrote 01/28/2019 at 14:28 point

Cool, I like retro. Some interesting comments here: https://news.ycombinator.com/item?id=10402911

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates