Add agnes NES emulator (very slow).

Add -W <n> -H <n> width and height options to host-sdl
This commit is contained in:
Toby Jaffey 2025-12-15 00:37:12 +00:00
parent 2e90bfa812
commit 035608b04a
14 changed files with 3491 additions and 3 deletions

View file

@ -139,6 +139,7 @@ int main(int argc, char *argv[]) {
* [apps/zigalloc](apps/zigalloc) Demonstration of using extram with zig allocator
* [apps/zigdoom](apps/zigdoom) Port of PureDOOM (making use of Zig to provide an allocator and libc like functions)
* [apps/tinygl](apps/tinygl) TinyGL gears (softfp stress test)
* [apps/agnes](apps/agnes) Nintendo Entertainment System emulator (currently very slow)
* Assembly sample apps
* [apps/hello-asm](apps/hello-asm) Minimal hello world assembly
* VM host as an app