Skip to content

chyanurag/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Chip8 Emulator

This is a chip8 emulator using SDL2 for graphics handling
some programs are in the roms/ directory
You can find compilation of additional roms here


To compile the program

$ make

To run You can supply the display scale and frame delay when running use higher scale on hiDpi displays

$ ./main <Scale> <Delay> <RomFile>

Example

$ ./main 20 2 roms/test_opcode.ch8

Credits
Wikipedia
Amazing article by Austin Morlan Building a CHIP-8 Emulator

About

a chip8 emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published