Skip to content
/ chip8 Public

Chip-8 Emulator written in the D programming language.

Notifications You must be signed in to change notification settings

Sepheus/chip8

Repository files navigation

Purpose

Run Chip8 ROMs

Build instructions:

Install the D language for your platform from https://dlang.org/
Install the DUB package manager for your platform from https://code.dlang.org/download
Run build.bat or input "dub build --build=release" at the command line.

Run instructions:

Run chip8.exe and see two magenta paddles appear.  Exciting.

Accepted Inputs

1,2,3,4
Q,W,E,R
A,S,D,F
Z,X,C,V

Thoughts:

Interesting but incomplete project.  Not too far off from being able to emulate a simple game though.
The current ROM is hard-coded.

About

Chip-8 Emulator written in the D programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published