diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-02-25 23:11:29 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-02-25 23:11:29 +0800 |
commit | 7d894351ea7ca2ccf152a004a824e023e082d23c (patch) | |
tree | 7c8b6eb1ef65ac6631057d43a377ba5910129a2c /emulators/Makefile | |
parent | 478d4d4a85f617bdd51deeb74c8c7517b7590870 (diff) | |
download | freebsd-ports-gnome-7d894351ea7ca2ccf152a004a824e023e082d23c.tar.gz freebsd-ports-gnome-7d894351ea7ca2ccf152a004a824e023e082d23c.tar.zst freebsd-ports-gnome-7d894351ea7ca2ccf152a004a824e023e082d23c.zip |
AdvanceMAME and AdvanceMESS are unofficial MAME and MESS versions with an
advanced video support for helping the use with TVs, Arcade Monitors, Fixed
Frequencies Monitors and also for PC Monitors.
They run in GNU/Linux, Mac OS X, DOS, Windows and in all the other platforms
supported by the SDL library.
The main difference compared with the official emulators is that the Advance
versions are able to program directly the video board to always get a video
mode with the correct size and frequency.
Generally the Advance emulators are able to use a video mode which doesn't
require any stretching or other unneeded effects to match the original arcade
display.
The direct video board programming is fully supported in Linux and DOS. It's
partially supported in Windows. It isn't supported in Mac OS X and other
platforms.
See website for other improvements.
WWW: http://advancemame.sourceforge.net/
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 a26e66b56a67..65a69b8de7c7 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -4,6 +4,7 @@ COMMENT = Emulators for other operating systems SUBDIR += adamem + SUBDIR += advancemame SUBDIR += aftp SUBDIR += atari800 SUBDIR += basiliskII |