Skip to content

Nemesis-AS/chip8-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic CHIP8 Emulator in Python

This is my first emulator I'm writing. So, or the sake of simplicity and learning I decided to write it in Python

To Do

  • Add a proper output layer(Most probably OpenGL)

Passed Tests

  • CHIP-8 splash screen
  • IBM Logo
  • Corax+ opcode test
  • Flags test
  • Quirks test
  • Keypad test
  • Beep test
  • Scrolling test

More details will be added soon xD

NOTE: ins.py file is only for testing and debugging purposes.

Desclaimer

I DO NOT own any of the ROMS used for testing here. Those are from Timendus' CHIP8 Test Suite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages