wikipedia link

This commit is contained in:
nora 2021-05-15 21:20:33 +02:00
parent 31cb1bed9e
commit 2878007c36

View file

@ -1,6 +1,6 @@
// this should be read before reading the code
// http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
// https://en.wikipedia.org/wiki/CHIP-8
use rand::Rng;
#[allow(dead_code)]