diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2013-07-10 22:42:21 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2013-07-10 22:42:21 +0800 |
commit | 15f8d17a1a4f991b5663a025a5892db3c8d8e56a (patch) | |
tree | 27fa50dbb44c121aac296bf6d842e62efff687af /emulators/Makefile | |
parent | 47565f394dd60dee987b9be3bbcee5a4bae8c3d0 (diff) | |
download | freebsd-ports-gnome-15f8d17a1a4f991b5663a025a5892db3c8d8e56a.tar.gz freebsd-ports-gnome-15f8d17a1a4f991b5663a025a5892db3c8d8e56a.tar.zst freebsd-ports-gnome-15f8d17a1a4f991b5663a025a5892db3c8d8e56a.zip |
uCON64 is the video game backup tool and emulator Swiss Army knife program.
It supports almost every system (Consoles, Handheld, and Arcade) with very
verbose ROM information, ROM and SRAM convertion to various backup tool
formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT
files, and more.
WWW: http://ucon64.sourceforge.net/
PR: ports/177042
Submitted by: Nicole Reid <nicole@cooltrainer.org>
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 83359c49539c..b32cb92d8818 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -156,6 +156,7 @@ SUBDIR += tpm-emulator SUBDIR += tuxnes SUBDIR += uae + SUBDIR += ucon64 SUBDIR += vMac SUBDIR += vba SUBDIR += vboxtool |