Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.62 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.62 KB

6502 Computer

Table of Contents

About

A simple W65C02 based computer. This project should realize an old-style computer with peripheral interfaces like PS/2, LCD, VGA, etc.

Overview

Please check the wiki or write an e-mail to DanielKampert@kampis-elektroecke.de if you have any questions.

You can use this ZIF socket for the EEPROM instead of the normal DIP socket for an easier mounting of the EEPROM.

Tutorial

The tutorial folder of the repository contains the software examples from my website.

Tutorial Description
Lession 1 Small program to check out how the compiler works and to test the communication between microprocessor, RAM and EEPROM.
Lession 2 Simple program to learn the stack mechanics.

History

Version Description Date
0.1 First hardware release 18.10.2019
0.2 Fix different hardware bugs, add new features. 10.05.2021

Maintainer