diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-29 09:10:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-29 09:10:31 +0000 |
commit | d51c21770e471625224aa61e6ac2694409e0d7f7 (patch) | |
tree | 212183c460fa8afb8883d20946edf9d3da927d96 | |
parent | Import atari800 port. This is an emulator of the old 8bit computer. (diff) |
Activate atari800.
Notes
Notes:
svn path=/head/; revision=8388
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 8877ee1633dd..092233a7a910 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.13 1997/07/07 11:28:05 max Exp $ +# $Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp $ # SUBDIR += aftp + SUBDIR += atari800 SUBDIR += bsvc SUBDIR += cpmemu SUBDIR += cpmtools |