aboutsummaryrefslogtreecommitdiff
path: root/emulators/xmame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r--emulators/xmame/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 0d148bf6cbb8..8b2531b5c5c4 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= xmame
-PORTVERSION?= 0.54.1
+PORTVERSION?= 0.55.1
CATEGORIES= emulators
MASTER_SITES= http://x.mame.net/download/ \
ftp://ftp.kaupp.cx/pub/xmame/ \
@@ -88,6 +88,8 @@ ALLDOCS= ${GENERALDOCS} ${PINMAMEDOCS}
.endif
# CPS-2 patches - this enables extra games in MAME.
+# Disabled 2001/09/18 - all CPS2shock releases are in xmame right now.
+.if 0
.if ${MAMEMESS} == "mame"
.if defined(WITH_CPS2) && ${WITH_CPS2} == "yes"
CPS2VERSION= 20010711
@@ -99,6 +101,7 @@ pre-everything::
@${ECHO_MSG} "===> If you want to compile MAME with CPS-2 support, use \"make WITH_CPS2=yes\""
.endif
.endif
+.endif
# Datfiles - for history/bugs/cheats/highscores in MAME
.if ${MAMEMESS} == "mame"