Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 347 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 347 Bytes

Why another CHIP-8 Emulator?

Because it's fun, and I wanted to make one no_std compatible

How to use

See the sdl example.

In general, you need to do the following in order to have a full working emulator :

  • Draw to the screen
  • Handle keyboard events, and route them to the cpu
  • Supply a RNG function

License

MIT