diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-07-03 15:35:31 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-07-03 15:35:31 +0000 |
commit | 3e5eb05150beac6bd9b1d8bd469763f173435381 (patch) | |
tree | 3b8d2f95e01dd0c53e648ba23e2a4960d2c2707e /emulators/Makefile | |
parent | a24a7d72f66562e9b7ba8d3ef75d3b4ade9b285e (diff) |
Imagine this nightmare scenario: your boss tells you about a legacy system you
have to support. How bad could it be? COBOL? Fortran? Worse: it's an embedded
6502 system run by a family of squirrels. Fortunately there's a pure Perl 6502
emulator that works so well the squirrels will never know the difference.
WWW: http://search.cpan.org/dist/Acme-6502/
Notes
Notes:
svn path=/head/; revision=300440
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 74889a41fb55..57ab96b86420 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -129,6 +129,7 @@ SUBDIR += open-vm-tools-nox11 SUBDIR += openmsx SUBDIR += osmose + SUBDIR += p5-Acme-6502 SUBDIR += parallels-tools SUBDIR += pcemu SUBDIR += pcsxr |