Skip to content

Simple VGA solution for 6502 homebrew computers

Notifications You must be signed in to change notification settings

ewalk153/simplevga6502

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 98.9%
  • Other 1.1%