项目作者: rkoeninger

项目描述 :
CHIP-8 Emulator
高级语言: Ceylon
项目地址: git://github.com/rkoeninger/Chip8.git
创建时间: 2017-08-16T22:08:12Z
项目社区:https://github.com/rkoeninger/Chip8

开源协议:MIT License

下载


Intellij Version
Ceylon Version

CHIP-8

A CHIP-8 emulator for the Java Virtual Machine written in Ceylon.

Key Mapping

The CHIP-8 machine has a 16-key hexadecimal keyboard (0 - F).

These are mapped to the keys on a typical QWERTY keyboard:

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

References