tobiasvl / deca

A CHIP-8/Octo interpreter core written in Rust

Home Page:https://crates.io/crates/deca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Callbacks

tobiasvl opened this issue · comments

Would be nice if the frontend could supply callbacks for the backend. Examples:

  • Display is cleared
  • Display is dirty
  • Key is (not) pressed
  • Sound is played