From eb86e33117f7b54e54ea1604705db8474ced1b0a Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Sun, 25 Feb 2024 10:09:30 +0530 Subject: [PATCH] [doc] Reorder --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9e11845..6b180e8 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,7 @@ This project uses SDL2 for i/o. The roms showcased here have been created by [Javamannen](https://esolangs.org/wiki/User:Javamannen). -## Status -- [X] Memory -- [X] Color -- [X] CPU -- [X] Display adapter - SDL2 -- [X] Keyboard - SDL2 -- [X] Audio - SDL2 -- [X] Load a ROM ## Usage instructions @@ -48,4 +40,14 @@ Loads a rom from the file specified. If `-f` is not mentioned, the VM will run w ## More information about the BytePusher VM -https://esolangs.org/wiki/BytePusher \ No newline at end of file +https://esolangs.org/wiki/BytePusher + +## Development Status + +- [X] Memory +- [X] Color +- [X] CPU +- [X] Display adapter - SDL2 +- [X] Keyboard - SDL2 +- [X] Audio - SDL2 +- [X] Load a ROM \ No newline at end of file