Skip to content

A simple Chip-8 emulator made in C++ using the Visual Studio IDE.

License

Notifications You must be signed in to change notification settings

jaimegarjr/Chip8Emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8Emu - a Chip8 emulator in C++

Hello! Welcome to Chip8Emu!

This project orginated from wanting to experience making something on the lower side of programming, while still keeping it interesting and fun to learn something new. That being said, the idea of Chip8Emu came to fruition, and development in C++ was chosen as the best option, mainly due to it being a major language used in coursework. Using new libraries, such as the cstdint library, this allowed us to get started in creating the specifications of the Chip8 emulator (or interpretor), and moving on from there. The project is mainly being developed in the Visual Studio IDE.

A general outline that we followed during the development process could be seen below!

General Outline

  1. Interpreter Requirements
  2. Importing ROM Files
  3. Definition of the Fontset
  4. Random Number Generator
  5. Definition of Instruction Set

To be continued.

About

A simple Chip-8 emulator made in C++ using the Visual Studio IDE.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages