[go: up one dir, main page]

Skip to content

DeaSTL/emu6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emu6502

Small toy emulator for the 6502 in c++ The goal isn't to emulate hardware setups for systems of the era but more so to make it easy to make games using 6502 assembly

Features

  • bit map graphics starting at $1000 and the 16 color pallet starts at a $1800
    • full 24 bit rgb Deme
  • 64k of fully useable memory for now....
  • basic debug output
  • jumping and branching functionality

TODO

  • subroutines
  • bank switching
  • memory mapped rom
  • hardware sprites

About

Small toy emulator for the 6502 in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published