Skip to content

markjamesm/Chippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chippy

Chippy is a CHIP-8 emulator (technically an interpreter...) written in C# targeting .NET 9.

Graphics and sound are implemented using the Raylib C# bindings.

Tests

Chippy currently passes the following tests from the CHIP-8 test suite:

Instructions

To run, checkout the source and build. Chippy comes packaged with test ROMs that you can load via the interface on launch.

Screenshots

Chippy passing Corax+ opcode test:

Chippy - Passing Corax+ opcode test

Flags test:

Chippy - Chip-8 emulator flags test

About

CHIP-8 emulator written in C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages