dkanada / chip-emulator

Android Emulator for Chip8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip8

This is a basic Chip8 emulator I wrote to learn about emulation. It supports all of the Chip8 instructions, key input, and video output, but does not have sound support right now.

Get it on F-Droid

Emulation Bugs

If you are having issues with a specific game, try enabling one of the two common emulation quirks in the settings. Since the console has no official specifications, many games have bugs depending on what documentation the author used when coding the game. If that doesn't work, then feel free to submit an issue here so I can fix it.

License

Copyright 2015 dkanada

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Android Emulator for Chip8

License:GNU General Public License v3.0


Languages

Language:Java 100.0%