Skip to content

Commit 4d3b393

Browse files
Add host-sdl info
1 parent d0407c0 commit 4d3b393

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ int main(int argc, char *argv[]) {
123123
* [host-mini](hosts/host-mini) minimal vm host (shown above), with baked in bytecode
124124
* [host-parallel](hosts/host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode
125125
* [host-arduino](hosts/host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu)
126+
* [host-sdl](hosts/host-sdl) vm host providing framebuffer and audio support (see [apps/zigdoom])
126127
* C sample apps
127128
* [apps/helloworld](apps/helloworld) C hello world program
128129
* [apps/heap](apps/heap) Demonstration of `malloc()` on extram in C

0 commit comments

Comments
 (0)