From 4d3b3932056be123743b5cf33eb09178aa1fdcb2 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Tue, 16 Dec 2025 19:30:14 +0000 Subject: [PATCH] Add host-sdl info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8af9f87..be28c5d 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ int main(int argc, char *argv[]) { * [host-mini](hosts/host-mini) minimal vm host (shown above), with baked in bytecode * [host-parallel](hosts/host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode * [host-arduino](hosts/host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu) + * [host-sdl](hosts/host-sdl) vm host providing framebuffer and audio support (see [apps/zigdoom]) * C sample apps * [apps/helloworld](apps/helloworld) C hello world program * [apps/heap](apps/heap) Demonstration of `malloc()` on extram in C