jtsiomb / m68kcomputer

Homebrew Motorola 68010 computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew 68k computer project 1

photo

About

The purpose of this project is to design a minimal but useful homebrew computer, based on the Motorola 68010 16/32-bit processor.

The current hardware design is broken into a main processor board, and an I/O and expansion board with an AVR microcontroller playing the role of UART, timer, and RTC all in one.

Directory structure:

  • hw - hardware: kicad files and pdf schematics.
  • fw_iolite - firmware for the I/O controller.
  • monitor - ROM monitor program.

Project website: http://nuclear.mutantstargoat.com/hw/m68kcomp1

License

Copyright (C) 2017 John Tsiombikas nuclear@member.fsf.org

You are free to use, reproduce, modify, redistribute any parts of this project, provided you make any derivative work you release, freely available under the same terms.

More specifically the hardware parts of this project are released under the Creative Commons Attribution Share-Alike license (see LICENSE.hw for details), and the software/firmware parts are released under the GNU General Public License v3, or later (see LICENSE.sw for details).

About

Homebrew Motorola 68010 computer

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:C 80.8%Language:Assembly 13.7%Language:Makefile 5.3%Language:C++ 0.2%