Skip to content

mattuna15/merlin

Repository files navigation

Merlin

Learn how to create your own 32-bit system from scratch.

https://hackaday.io/project/180536-merlin

A flexible, open platform to learn or develop 32-bit hardware or software using either a physical or FPGA solution.

The project uses a modular design to allow you to extend or move in different directions should you so wish. At it's heart is the core of a Multicomp system from Grant Searle. http://searle.x10host.com/Multicomp/index.html


Screenshot 2021-06-13 at 15 45 34

Screenshot 2021-06-25 at 12 44 19


IDE:


Hardware:


VHDL:

https://github.com/mattuna15/zed-68k/tree/arty-gd


CPU:

  • Framework Multicomp amended to 24bit addresses

  • TG68 - 68010 CPU (heavily modified)

  • VGA/HDMI - Gameduino 3X Dazzler

  • Basic - EHBasic 68k (Now running within GCC)

  • Board - ARTY A7-35/100T

  • Sound - Twin OPL3 chips (FM) Gameduino PCM

  • Support for twin SPI Fram chips for external rom storahe

  • PS2 keyboard.


Storage:

  • FAT32 SDHC Card support with C Fat Library
  • TELNET Server with support for S-Record upload via Monitor rom
  • FRAM SPI non-volatile memory

Software Examples & drivers:

Turbocharged Homebrew

License


Project acknowledgments:
https://github.com/kanpapa/mic68k
https://github.com/ProfKelly/EASy68K
https://github.com/TobiFlex/TG68K.C
http://searle.x10host.com/Multicomp/index.html
https://www.retrobrewcomputers.org/doku.php?id=boards:sbc:multicomp:papilio-duo:start
https://github.com/MJoergen/dyoc
https://github.com/jefftranter/68000

License:

“By downloading these files you must agree to the following: The original copyright owners of ROM contents are respectfully acknowledged. Use of the contents of any file within your own projects is permitted freely, but any publishing of material containing whole or part of any file distributed here, or derived from the work that I have done here will contain an acknowledgement back to myself, Grant Searle, and a link back to this page. Any file published or distributed that contains all or part of any file from this page must be made available free of charge.” - http://searle.x10host.com/Multicomp/index.html