mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add agnes NES emulator (very slow).
Add -W <n> -H <n> width and height options to host-sdl
This commit is contained in:
parent
2e90bfa812
commit
035608b04a
14 changed files with 3491 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue