Skip to content

calvincramer/cpu-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

Cpu emulation

  • MOS 6502

Development Instructions

  • Develeoped on Ubuntu 20.04 (WSL2)
  • Packages:
# g++ compiler
sudo apt install build-essential

# cmake
sudo apt-get install cmake

# google test
sudo apt-get install libgtest-dev
cd /usr/src/gtest
sudo cmake CMakeLists.txt
sudo make
sudo cp lib/*.a /usr/lib

# Python3
# Under /usr/bin/python3
# Used python3 3.8.5. Make work with older versions, not tested though.

# gdb to debug
sudo apt-get install gdb

About

Emulate old cpus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published