From 3b823ecaf9fbbe1b5660e89e16f102899876fc84 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Mon, 19 Feb 2024 13:03:33 +0530 Subject: [PATCH] [doc] Update status --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 69da6f2..93e5ba1 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,20 @@ This is a play at emulating a BytePusher machine. - ## Status -- [ ] MMU - - [X] RAM - - [ ] Mapped I/O - - [X] Program counter - - [X] Framebuffer - - [ ] Audio sample data +- [X] Memory - [X] Color -- [ ] CPU +- [X] CPU - [X] Inner loop - 65536 instructions - - [ ] Outer loop + - [X] Outer loop - 60fps display loop +- [X] Display adapter + - [X] SDL2 adapter - [ ] Keyboard -- [ ] Display adapter +- [ ] Audio - [ ] Load/Save memory + - [ ] Load a ROM + ## More information about the BytePusher VM https://esolangs.org/wiki/BytePusher \ No newline at end of file