Skip to content

A MOS 6502 processor emulator

Notifications You must be signed in to change notification settings

DziubanMaciej/emos

Repository files navigation

Emos

Project emos is an emulator of MOS6502 microprocessor developed in 1975 by MOS Technology. It was used in famous machines, such as Apple I or Atari. This project is an attempt to emulate its behaviour along with known bugs and quirks on a modern x86 processor using C++ language.

Resources

Building and testing

git submodule init
git submodule update
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build . --config=Debug
ctest -C Debug --verbose

About

A MOS 6502 processor emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published