gfoot / simplevga6502

Simple VGA solution for 6502 homebrew computers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple 6502 VGA Output

I'll hopefully add more content and information soon - for now though, this repository just contains the source code and schematics for the demos I showed in my YouTube video here:

Source code

The demo source is in the src folder and can be compiled through the Makefile, or by running something like:

vasm.vasm6502-oldstyle -Fbin -dotdir src/snake.s -o bin/snake.out

Hardware schematics

Please see the hardware folder for schematics, BOM, and build notes.

Feedback

Do let me know on reddit (/u/gfoot360) if you have any comments, questions, requests, or other feedback!

About

Simple VGA solution for 6502 homebrew computers

License:The Unlicense


Languages

Language:Assembly 98.9%Language:Python 0.8%Language:Makefile 0.3%