ArtemioUrbina / ccps

SDK for CPS-1 boards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPS-1 SDK

This a development kit for CPS-1 board. See tutorial on this page.

Compilers required

  • Tested with GCC 10.3.0
  • Tested with SDCC 4.0

Setup

CCPS is a compiler/tools driver. It needs GCC to compile code to 68000 and SDCC to compile code to Z-80. Everything else is self-contained.

On Linux:

sudo apt install gcc-m68k-linux-gnu g++-m68k-linux-gnu binutils-m68k-linux-gnu
sudo apt install sdcc

On Windows:

Use WSL and follow Linux steps.

On MacOS X:

Never tested.

Prerequisites

This project requires the Go language. Make sure to have Go installed before proceeding.

Contributors

Tested Environments

This project has been tested on real CPS-1 hardware.

About

SDK for CPS-1 boards

License:MIT License


Languages

Language:Go 78.2%Language:C 15.3%Language:Assembly 6.4%Language:Shell 0.1%