diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-27 18:46:50 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-27 18:46:50 +0000 |
commit | 644ec9e0cbef22696a3141656ad815fd68d16dc6 (patch) | |
tree | c697ad44d4661c49932dd477e9d0e7785bc59be1 /emulators/Makefile | |
parent | b2f122946bef43497e48251043317ee2addab7a4 (diff) |
Nonpareil is a high-fidelity simulator for calculators. It currently
supports many HP calculators models introduced between 1972 and
1982. Simulation fidelity is achieved through the use of the actual
microcode of the calculators, thus in most cases the simulation
behavior exactly matches that of the real calculator.
WWW: http://nonpareil.brouhaha.com/
PR: ports/100834
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Notes
Notes:
svn path=/head/; revision=168901
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 2ab43706a30b..64ec0d387a39 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -94,6 +94,7 @@ SUBDIR += mupen64-sdlaudio SUBDIR += mupen64-sdlinput SUBDIR += mupen64-sound + SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader SUBDIR += openmsx |