Skip to content

This is a W65C02 based microprocessor development and learning project.

License

Notifications You must be signed in to change notification settings

Kampi/6502-Computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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