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
|
|
@ -16,6 +16,7 @@ all:
|
|||
(cd gfx && make)
|
||||
(cd zigdoom && make)
|
||||
(cd tinygl && make)
|
||||
(cd agnes && make)
|
||||
|
||||
clean:
|
||||
(cd sketch && make clean)
|
||||
|
|
@ -35,4 +36,5 @@ clean:
|
|||
(cd gfx && make clean)
|
||||
(cd zigdoom && make clean)
|
||||
(cd tinygl && make clean)
|
||||
(cd agnes && make clean)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue