diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-01 23:27:09 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-01 23:27:09 +0000 |
commit | 93e25a991f745a57e5dcdac28db0a749430484cf (patch) | |
tree | 9fc90268c82e17ce26d64e72410af385a194fbaf /emulators/Makefile | |
parent | a85f9de4a03709204d57dd774303c3804739c87b (diff) |
A multiplayer Atari 2600 emulator written in pure Java.
No external libs.
WWW: http://javatari.org
PR: ports/178248
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Notes
Notes:
svn path=/head/; revision=317067
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 970d3dcb9ef3..b5dd42c3df9c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -62,6 +62,7 @@ SUBDIR += ia64sim SUBDIR += ines SUBDIR += its + SUBDIR += javatari SUBDIR += joytran SUBDIR += jzintv SUBDIR += kcemu |