Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 621 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 621 Bytes

Another-Chip8-Emulator

Started developing this script to test emu dev and there is no emulator easier and more developed than chip 8 emulator with only 36 opcodes.

The program takes the rom file creates a background with pygame, creates a program counter and starts at the entry point of 0x200 going through the opcodes 1 by 1.

references:

http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#2.2

https://en.wikipedia.org/wiki/CHIP-8

https://github.com/mattmikolay/chip-8

https://github.com/JamesGriffin/CHIP-8-Emulator

https://github.com/AlpacaMax/Python-CHIP8-Emulator

games: https://github.com/kripod/chip8-roms