From f03d03bf4e3cd7d9e716171cb1740d59b0e28a6f Mon Sep 17 00:00:00 2001 From: John Breaux Date: Fri, 10 Mar 2023 15:33:02 -0600 Subject: [PATCH] readme.md: Add readme.md --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e370f95 --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +# Chumpulator + +How does an emulator work? +I don't know! + +So I wrote this, to see if i can find out. + +### TODO: +- Timing (insns should run at about 500Hz) +- Screen (Memory is present, drawing sprites is not) +- Sound (Beep boop, how to make noise?) +- Which abstractions are useful?