diff options
author | danfe <danfe@FreeBSD.org> | 2006-09-05 23:57:43 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-09-05 23:57:43 +0800 |
commit | 873c5e7fc9ccaacd61064f9de049ec8f0c94b825 (patch) | |
tree | 24a9854a3f52c9737b0a290b52e422795a399aa3 /emulators/Makefile | |
parent | fda6f7070142546c04442aead053a4f13fedc11b (diff) | |
download | freebsd-ports-gnome-873c5e7fc9ccaacd61064f9de049ec8f0c94b825.tar.gz freebsd-ports-gnome-873c5e7fc9ccaacd61064f9de049ec8f0c94b825.tar.zst freebsd-ports-gnome-873c5e7fc9ccaacd61064f9de049ec8f0c94b825.zip |
Add TilEm, a Gtk+-based TI graphing calculators emulator. It supports all
Z80 TI calculators (73, 82, 83, 83+, 83+ SE, 84+, 84+ SE, 85, and 86) except
for TI-81, and all known ROM/OS versions.
WWW: http://lpg.ticalc.org/prj_tilem/
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 391d0cd16732..d9f63be90b8b 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -121,6 +121,7 @@ SUBDIR += stonx SUBDIR += svr4_base SUBDIR += tiemu2 + SUBDIR += tilem SUBDIR += tkhfs SUBDIR += tuxnes SUBDIR += twin |