Skip to content

yanghuaxuan/6502Emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6502 Emulator in action

Simple 6502 Emulator

  • Written in C++

Status

It probably works? Haven't tested anything yet...
Currently working with Curses UI

Building

  • Clone this directory
  • Go to /build folder
    cd {PATH_TO_CLONED_DIRECTORY}/6502Emu/build
  • Set srcPath directory (For Makefile)
    export srcPath='{PATH_TO_SRC_DIRECTORY}'
  • Use GNU Make to build make -f "../Makefile" all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages