diff options
author | edwin <edwin@FreeBSD.org> | 2005-08-28 18:36:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-08-28 18:36:18 +0800 |
commit | c949cbcc5e76e932c7c5843bf22e59c30c99a0bc (patch) | |
tree | ab8cb6d8dbb708c93919022defa6001ef1905db6 /emulators/Makefile | |
parent | c2952920c500f2dc9eb33b0d7b2fc70295f61218 (diff) | |
download | freebsd-ports-gnome-c949cbcc5e76e932c7c5843bf22e59c30c99a0bc.tar.gz freebsd-ports-gnome-c949cbcc5e76e932c7c5843bf22e59c30c99a0bc.tar.zst freebsd-ports-gnome-c949cbcc5e76e932c7c5843bf22e59c30c99a0bc.zip |
[new port] emulators/m2000 - Philips P2000 emulator
P2000 Emulator
- P2000T or P2000M model (P2000M emulation is buggy)
- Support for 1 ROM cartridge
- User-definable amount of RAM
- One tape drive
- Sound through PC Speaker or SoundBlaster (MS-DOS version), or
USS(/Lite) /dev/dsp (Linux/SVGALib and Unix/X versions)
- SAA5050 character rounding emulated in high resolution mode
The tape files should be writable, otherwise the emulator won't load them.
WWW: http://www.komkon.org/~dekogel/m2000.html
PR: ports/85263
Submitted by: Edwin Groothuis <edwin@mavetju.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 86fc0a3867a1..598961bdbdbf 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -68,6 +68,7 @@ SUBDIR += linux_base-suse-9.1 SUBDIR += linux_base-suse-9.2 SUBDIR += linux_base-suse-9.3 + SUBDIR += m2000 SUBDIR += mastergear SUBDIR += minivmac SUBDIR += mips64emul |