DanielcoderX / chise

chip 8 SDL-based Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chise

C

chip 8 SDL-based Emulator

Installation

Arch Linux based

pacman -S sdl_gfx sdl_mixer sdl_sound sdl_image sdl_net sdl_ttf sdl12-compat

Ubuntu and Debian based

apt-get install libsdl1.2-dev

Compiling

make

Usage

⚠️ Warning: Just .rom or .ch8 supported

💡 Tip: Esc for Exit - R for Reload - P for Pause

When using P:

use Esc for Exit and U for Resume

build/emu <filename.ch8> or build/emu <filename.rom>
Example:
       build/emu ch8/random_number_test.ch8

Issues

=> A little memory usage :)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

chip 8 SDL-based Emulator

License:MIT License


Languages

Language:C 97.8%Language:Makefile 2.2%