/p2000t-simple-cartridge

Kicad source files and assembly source code for useful P2000T hardware

Primary LanguageAssembly

P2000T Simple Cartridge

build License: GPL v3

Purpose

This repository contains a simple example on how to build your own cartridge for the P2000T.

For more information, see this blog post.

Contents

Cartridge BOM

Building the software

Compile the assembly file via:

cd assembly
make

and flash the resulting hello_world.bin file to the EEPROM.

See also this repository for a cheap PICO-based SST39SF0x0 flasher.