diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 17:05:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 17:05:56 +0000 |
commit | 4e1c69a21a8c3b27f885728fefad8ff55fe8cd4e (patch) | |
tree | 995d254d80ae932c83d3c554760c64ec74443317 /emulators/Makefile | |
parent | 3bef99738467627fcdb903c736ea338fd95a7a64 (diff) |
Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.
Notes
Notes:
svn path=/head/; revision=32900
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 6013286d2324..b3db7d96007e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -9,6 +9,7 @@ SUBDIR += bsvc SUBDIR += cpmemu SUBDIR += cpmtools + SUBDIR += dgen-sdl SUBDIR += dlx SUBDIR += fmsx SUBDIR += frodo |