Skip to content

20Koen02/KW6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KW6502 - Koen van Wijngaarden's 6502 Computer

https://koen02.nl/blog/kw6502

This repository contains some of the work in progress during my build of Ben Eater's inspired 6502 8-bit computer similar to typical machines of the early 1980s. If you haven't seen Ben's videos, I would strongly suggest you start there: Ben Eater's 6502 project

KW6502

What is different

Compared to Ben's 6502 build I introduced the following changes:

  1. Changed address decoder logic
  2. Added ACIA chip for serial communication
  3. Changed compiler from VASM to CC65
  4. Changed system clock to 1.8432 MHz

Software

Most software for the KW6502 is written in assembly. I got C code working, but I just haven't used it that much yet. The software should work on any reasonable clock speed and can be easily configured for any similar system. Most of the software makes use of the serial expansion, so a lot of software can't be run on the default Ben Eater 6502 project. More information on the software can be found here

About

KW6502: 65C02 based computer inspired by BE6502

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages