x{mame,mess} has been superceeded by sdl{mame,mess}, remove the
xmame port
This commit is contained in:
parent
2cafdd2118
commit
60a2f54ca4
@ -1,162 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2010/04/15 13:56:35 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= emulates arcade machines and old home computers
|
||||
COMMENT-mame= emulates a massive variety of arcade machines
|
||||
COMMENT-mess= emulates game consoles and old home computers
|
||||
|
||||
VERSION= 0.104
|
||||
DISTNAME= xmame-${VERSION}
|
||||
|
||||
PKGNAME-main= xmame+xmess-${VERSION}p5
|
||||
PKGNAME-mame= xmame-${VERSION}p4
|
||||
PKGNAME-mess= xmess-${VERSION}p4
|
||||
|
||||
CATEGORIES= emulators games
|
||||
MASTER_SITES= ftp://xmame.kaupp.us/pub/xmame/ \
|
||||
http://www.energyhq.be/files/ \
|
||||
http://www.pkix.net/mirror/x.mame.net/
|
||||
|
||||
HOMEPAGE= http://x.mame.net
|
||||
|
||||
# Need to know endianness
|
||||
ONLY_FOR_ARCHS= amd64 alpha hppa i386 m68k sparc
|
||||
|
||||
# xmame license, see http://x.mame.net/license.html
|
||||
PERMIT_PACKAGE_CDROM= may not sell
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= may not sell
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xext Xv Xxf86dga Xxf86vm expat c m pthread-stubs \
|
||||
usbhid xcb z
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
VMEM_WARNING= Yes
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_X11= Yes
|
||||
|
||||
MULTI_PACKAGES= -main -mame -mess
|
||||
|
||||
FLAVORS= esd sdl x11
|
||||
FLAVOR?= x11
|
||||
|
||||
.if ${FLAVOR:L:Msdl} && ${FLAVOR:L:Mx11}
|
||||
ERRORS+= "Fatal: Please select only one video flavor."
|
||||
DISPLAY_METHOD=
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Msdl}
|
||||
DISPLAY_METHOD= SDL
|
||||
LIB_DEPENDS+= SDL.:sdl-*-!no_x11:devel/sdl
|
||||
.else
|
||||
DISPLAY_METHOD= x11
|
||||
LIB_DEPENDS+= jpeg.::graphics/jpeg
|
||||
MAKE_FLAGS+= X11_OPENGL=1
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mesd}
|
||||
LIB_DEPENDS+= esd::audio/esound
|
||||
MAKE_FLAGS+= SOUND_ESOUND=1
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
. if ${MACHINE_ARCH} == "i386"
|
||||
BUILD_DEPENDS+= ::devel/nasm
|
||||
MAKE_FLAGS+= X86_ASM_68000=1 \
|
||||
EFFECT_MMX_ASM=1
|
||||
. endif
|
||||
MAKE_FLAGS+= MY_CPU=${MACHINE_ARCH}
|
||||
. if ${DISPLAY_METHOD} == "x11"
|
||||
MAKE_FLAGS+= X11_DGA=1
|
||||
. endif
|
||||
.elif ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "m68k"
|
||||
MAKE_FLAGS+= MY_CPU=${MACHINE_ARCH}
|
||||
.elif ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc"
|
||||
MAKE_FLAGS+= MY_CPU=risc
|
||||
.endif
|
||||
|
||||
MAKE_ENV= PREFIX="${PREFIX}"
|
||||
MAKE_FILE= Makefile.OpenBSD
|
||||
MAKE_FLAGS+= ARCH=openbsd \
|
||||
CC="${CC}" CFLAGS="${CFLAGS}" \
|
||||
DISPLAY_METHOD="${DISPLAY_METHOD}" \
|
||||
INCLUDES="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lexpat -lz" GLLIBS="" \
|
||||
INSTALL_PROGRAM_DIR="${INSTALL_PROGRAM_DIR}" \
|
||||
INSTALL_MAN_DIR="${INSTALL_MAN_DIR}" \
|
||||
INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" \
|
||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_PROGRAM_SUID="${INSTALL_PROGRAM}" \
|
||||
INSTALL_MAN="${INSTALL_MAN}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}" \
|
||||
SYSCONFDIR="${SYSCONFDIR}" \
|
||||
JOY_USB=1
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MAME_EXTBIN= romcmp xml2info
|
||||
MESS_EXTBIN= chdman dat2html imgtool
|
||||
|
||||
DOCS= changes.opengl changes.unix dga2.txt liesmich.unix \
|
||||
multiplayer-readme.txt xmame-doc-2.html xmame-doc-3.html \
|
||||
xmame-doc-4.html xmame-doc-5.html xmame-doc-6.html \
|
||||
xmame-doc-7.html xmame-doc.html xmame-doc.lyx \
|
||||
xmame-doc.man.skel xmame-doc.txt xmame-gdoc-1.html \
|
||||
xmame-gdoc-2.html xmame-gdoc-3.html xmame-gdoc-4.html \
|
||||
xmame-gdoc-5.html xmame-gdoc-6.html xmame-gdoc-7.html \
|
||||
xmame-gdoc-8.html xmame-gdoc.html xmame.css xmamerc.dist \
|
||||
xmessrc.dist
|
||||
|
||||
MESS_DOCS= imgtool.txt messnew.txt style.css wintoc.xml faq.htm \
|
||||
credits.htm messroms.txt images/logo.gif windows/update.htm \
|
||||
windows/osmenu.htm windows/install.htm windows/compile.htm \
|
||||
windows/guiuse.htm windows/main.htm windows/choice.htm \
|
||||
windows/config.htm windows/win32cmd.htm windows/guiconf.htm \
|
||||
windows/control.htm windows/images/iniicon.gif \
|
||||
windows/images/tree.gif windows/images/wzip.gif \
|
||||
windows/images/propsnd.gif windows/images/propd3d.gif \
|
||||
windows/images/command.gif windows/images/newmenu.gif \
|
||||
windows/images/keybcnt.gif windows/images/propmsc.gif \
|
||||
windows/images/startup.gif windows/images/propadv.gif \
|
||||
windows/images/gui.gif windows/images/frog.gif \
|
||||
windows/images/oldmenu.gif windows/images/propcnt.gif \
|
||||
windows/images/prop.gif windows/images/props.gif \
|
||||
windows/mgebios.htm windows/instbios.htm windows/runsw.htm \
|
||||
windows/suppsys.htm
|
||||
|
||||
post-patch:
|
||||
@cp ${FILESDIR}/${MAKE_FILE} ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/xmame.${DISPLAY_METHOD} ${PREFIX}/bin/xmame
|
||||
mv ${PREFIX}/bin/xmess.${DISPLAY_METHOD} ${PREFIX}/bin/xmess
|
||||
.for i in ${MAME_EXTBIN} ${MESS_EXTBIN}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmame/img
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/img/xmame.jpg \
|
||||
${PREFIX}/share/doc/xmame/img
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmame
|
||||
.for i in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/xmame
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmame/mame
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/mame/* ${PREFIX}/share/doc/xmame/mame
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmame/mess/images
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmame/mess/windows/images
|
||||
.for i in ${MESS_DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/mess/${i} \
|
||||
${PREFIX}/share/doc/xmame/mess/${i}
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/xmame/ctrlr
|
||||
${INSTALL_DATA} ${FILESDIR}/xmame-${DISPLAY_METHOD}rc \
|
||||
${PREFIX}/share/xmame/xmamerc
|
||||
${INSTALL_DATA} ${WRKSRC}/ctrlr/* ${PREFIX}/share/xmame/ctrlr
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/xmess/hash
|
||||
${INSTALL_DATA} ${WRKSRC}/hash/* ${PREFIX}/share/xmess/hash
|
||||
${INSTALL_DATA} ${FILESDIR}/xmess-${DISPLAY_METHOD}rc \
|
||||
${PREFIX}/share/xmess/xmessrc
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/mess/sysinfo.dat ${PREFIX}/share/xmess
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,20 +0,0 @@
|
||||
MD5 (cheat_20051018.zip) = D/jOejlDnYE3YOGo5Xr2Kg==
|
||||
MD5 (history1_02.zip) = XndfVn6FxcaNpWlH8Clm+g==
|
||||
MD5 (uhsdat0104.zip) = 09NIU9cVPtkYmFt6DmkkbA==
|
||||
MD5 (xmame-0.104.tar.bz2) = 1170hF87lh7Bv6boD7+UMw==
|
||||
RMD160 (cheat_20051018.zip) = EwLD7JQoYqfh0OP6X/S1865OE6Y=
|
||||
RMD160 (history1_02.zip) = 85TKTMyyPbB3eXQaSp/2/mpyd1Y=
|
||||
RMD160 (uhsdat0104.zip) = qHOP5cjEBL5gMJT9Uk3wv/zJfC0=
|
||||
RMD160 (xmame-0.104.tar.bz2) = XtqcpPz+XNdq3NCreBBP10rM63c=
|
||||
SHA1 (cheat_20051018.zip) = Pqob5KhaiI3pmuSvOMyFDoqVe44=
|
||||
SHA1 (history1_02.zip) = ujNnaVlQ8P65IYQ/0GuhPozKEIc=
|
||||
SHA1 (uhsdat0104.zip) = 1eaxfKtwElAysK4JM9typS8XZNs=
|
||||
SHA1 (xmame-0.104.tar.bz2) = 2XTNxe29wVkesnba38bDXsTRDkM=
|
||||
SHA256 (cheat_20051018.zip) = S/1aF8feJivFiULbfEAsbUS8wK6/qHA8ntOqYGVKh2s=
|
||||
SHA256 (history1_02.zip) = SS0D089AFDyNCELX2gjfBPzQjiwgT0do67mZMtLCNIc=
|
||||
SHA256 (uhsdat0104.zip) = xLTksHhB1UZCqVyM95f3nMOf2iTMw0iZ6znM/JS8BGg=
|
||||
SHA256 (xmame-0.104.tar.bz2) = LWv29MGLIXeMSMfxa729ikoBRQ0w1xGC6NGdtZg99VA=
|
||||
SIZE (cheat_20051018.zip) = 944626
|
||||
SIZE (history1_02.zip) = 1569593
|
||||
SIZE (uhsdat0104.zip) = 64969
|
||||
SIZE (xmame-0.104.tar.bz2) = 16249286
|
@ -1,4 +0,0 @@
|
||||
# $OpenBSD: Makefile.OpenBSD,v 1.3 2005/10/02 01:39:37 fgsch Exp $
|
||||
|
||||
all install:
|
||||
@for i in mame mess; do ${MAKE} TARGET=$$i $@; done
|
@ -1,128 +0,0 @@
|
||||
# $OpenBSD: xmame-SDLrc,v 1.4 2005/11/12 04:25:23 kurt Exp $
|
||||
### xmame running parameters ###
|
||||
|
||||
### Video Related ###
|
||||
video-mode 0
|
||||
fullscreen 0
|
||||
arbheight 0
|
||||
widthscale 1
|
||||
heightscale 1
|
||||
effect 6
|
||||
autodouble 1
|
||||
frameskipper 1
|
||||
throttle 1
|
||||
frames_to_run 0
|
||||
sleepidle 1
|
||||
autoframeskip 1
|
||||
maxautoframeskip 8
|
||||
frameskip 0
|
||||
brightness 1.000000
|
||||
pause_brightness 0.650000
|
||||
gamma 1.000000
|
||||
norotate 0
|
||||
ror 0
|
||||
rol 0
|
||||
autoror 0
|
||||
autorol 0
|
||||
flipx 0
|
||||
flipy 0
|
||||
|
||||
### Use additional game artwork? ###
|
||||
artwork 1
|
||||
use_backdrops 1
|
||||
use_overlays 1
|
||||
use_bezels 1
|
||||
artwork_crop 0
|
||||
artwork_scale 1
|
||||
|
||||
### Vector Games Related ###
|
||||
beam 1.000000
|
||||
flicker 0.000000
|
||||
intensity 1.500000
|
||||
antialias 1
|
||||
translucency 1
|
||||
hardware-vectors 1
|
||||
|
||||
### Aspect ratio handling ###
|
||||
keepaspect 1
|
||||
perfectaspect 0
|
||||
displayaspectratio 1.333333
|
||||
|
||||
### SDL Related ###
|
||||
doublebuf 1
|
||||
grabinput 0
|
||||
alwaysusemouse 0
|
||||
cursor 0
|
||||
|
||||
### Video Mode Selection Related ###
|
||||
|
||||
### Input device options ###
|
||||
joytype 0
|
||||
analogstick 0
|
||||
joyusb-calibrate 0
|
||||
ugcicoin 0
|
||||
steadykey 0
|
||||
a2d_deadzone 0.300000
|
||||
# ctrlr <NULL> (not set)
|
||||
digital none
|
||||
usbpspad 0
|
||||
rapidfire 0
|
||||
|
||||
### Sound Related ###
|
||||
samples 1
|
||||
samplefreq 44100
|
||||
bufsize 3.000000
|
||||
volume -3
|
||||
# audiodevice <NULL> (not set)
|
||||
# mixerdevice <NULL> (not set)
|
||||
|
||||
### Digital sound related ###
|
||||
# dsp-plugin <NULL> (not set)
|
||||
timer 0
|
||||
|
||||
### Sound mixer related ###
|
||||
# sound-mixer-plugin <NULL> (not set)
|
||||
|
||||
### File I/O-related ###
|
||||
rompath /usr/local/share/xmame/roms
|
||||
samplepath /usr/local/share/xmame/samples
|
||||
inipath /usr/local/share/xmame/ini
|
||||
cfg_directory $HOME/.xmame/cfg
|
||||
nvram_directory $HOME/.xmame/nvram
|
||||
memcard_directory $HOME/.xmame/memcard
|
||||
input_directory $HOME/.xmame/inp
|
||||
hiscore_directory $HOME/.xmame/hi
|
||||
state_directory $HOME/.xmame/sta
|
||||
artwork_directory /usr/local/share/xmame/artwork
|
||||
snapshot_directory /usr/local/share/xmame/snap
|
||||
diff_directory $HOME/.xmame/diff
|
||||
ctrlr_directory /usr/local/share/xmame/ctrlr
|
||||
cheat_file /usr/local/share/xmame/cheat.dat
|
||||
hiscore_file /usr/local/share/xmame/hiscore.dat
|
||||
# history_file /usr/local/share/xmame/history.dat
|
||||
# mameinfo_file /usr/local/share/xmame/mameinfo.dat
|
||||
# record <NULL> (not set)
|
||||
# playback <NULL> (not set)
|
||||
|
||||
### MAME Related ###
|
||||
defaultgame robby
|
||||
language english
|
||||
fuzzycmp 1
|
||||
cheat 0
|
||||
skip_disclaimer 0
|
||||
skip_gameinfo 0
|
||||
skip_validitychecks 1
|
||||
# crconly 0
|
||||
bios default
|
||||
# state <NULL> (not set)
|
||||
|
||||
### Frontend Related ###
|
||||
clones 1
|
||||
|
||||
### Internal verification list commands (only for developers) ###
|
||||
|
||||
### Rom Identification Related ###
|
||||
|
||||
### General Options ###
|
||||
loadconfig 1
|
||||
|
@ -1,155 +0,0 @@
|
||||
# $OpenBSD: xmame-x11rc,v 1.4 2005/11/12 04:25:23 kurt Exp $
|
||||
### xmame running parameters ###
|
||||
|
||||
### Video Related ###
|
||||
video-mode 0
|
||||
fullscreen 0
|
||||
arbheight 0
|
||||
widthscale 1
|
||||
heightscale 1
|
||||
effect 6
|
||||
autodouble 1
|
||||
frameskipper 1
|
||||
throttle 1
|
||||
frames_to_run 0
|
||||
sleepidle 1
|
||||
autoframeskip 1
|
||||
maxautoframeskip 8
|
||||
frameskip 0
|
||||
brightness 1.000000
|
||||
pause_brightness 0.650000
|
||||
gamma 1.000000
|
||||
norotate 0
|
||||
ror 0
|
||||
rol 0
|
||||
autoror 0
|
||||
autorol 0
|
||||
flipx 0
|
||||
flipy 0
|
||||
|
||||
### Use additional game artwork? ###
|
||||
artwork 1
|
||||
use_backdrops 1
|
||||
use_overlays 1
|
||||
use_bezels 1
|
||||
artwork_crop 0
|
||||
artwork_scale 1
|
||||
|
||||
### Vector Games Related ###
|
||||
beam 1.000000
|
||||
flicker 0.000000
|
||||
intensity 1.500000
|
||||
antialias 1
|
||||
translucency 1
|
||||
hardware-vectors 1
|
||||
|
||||
### Aspect ratio handling ###
|
||||
keepaspect 1
|
||||
perfectaspect 0
|
||||
displayaspectratio 1.333333
|
||||
|
||||
### X11 Related ###
|
||||
#geometry
|
||||
xsync 1
|
||||
root_window_id 0
|
||||
run-in-root-window 0
|
||||
|
||||
### X11-window Related ###
|
||||
mitshm 1
|
||||
|
||||
### DGA Related ###
|
||||
vsync-pagelimit 2
|
||||
|
||||
### Video Mode Selection Related ###
|
||||
|
||||
### XV Related ###
|
||||
force-yuv 0
|
||||
perfect-yuv 1
|
||||
|
||||
### OpenGL Related ###
|
||||
gldblbuffer 1
|
||||
gltexture_size 0
|
||||
glbilinear 1
|
||||
glbeam 1.000000
|
||||
glantialias 0
|
||||
glantialiasvec 0
|
||||
cabview 0
|
||||
cabinet glmamejau
|
||||
|
||||
### X11-input related ###
|
||||
grabmouse 0
|
||||
grabkeyboard 0
|
||||
alwaysusemouse 0
|
||||
cursor 0
|
||||
winkeys 0
|
||||
|
||||
### Input device options ###
|
||||
joytype 0
|
||||
analogstick 0
|
||||
joyusb-calibrate 0
|
||||
ugcicoin 0
|
||||
steadykey 0
|
||||
a2d_deadzone 0.300000
|
||||
# ctrlr <NULL> (not set)
|
||||
digital none
|
||||
usbpspad 0
|
||||
rapidfire 0
|
||||
|
||||
### Sound Related ###
|
||||
samples 1
|
||||
samplefreq 44100
|
||||
bufsize 3.000000
|
||||
volume -3
|
||||
# audiodevice <NULL> (not set)
|
||||
# mixerdevice <NULL> (not set)
|
||||
|
||||
### Digital sound related ###
|
||||
# dsp-plugin <NULL> (not set)
|
||||
timer 0
|
||||
|
||||
### Sound mixer related ###
|
||||
# sound-mixer-plugin <NULL> (not set)
|
||||
|
||||
### File I/O-related ###
|
||||
rompath /usr/local/share/xmame/roms
|
||||
samplepath /usr/local/share/xmame/samples
|
||||
inipath /usr/local/share/xmame/ini
|
||||
cfg_directory $HOME/.xmame/cfg
|
||||
nvram_directory $HOME/.xmame/nvram
|
||||
memcard_directory $HOME/.xmame/memcard
|
||||
input_directory $HOME/.xmame/inp
|
||||
hiscore_directory $HOME/.xmame/hi
|
||||
state_directory $HOME/.xmame/sta
|
||||
artwork_directory /usr/local/share/xmame/artwork
|
||||
snapshot_directory /usr/local/share/xmame/snap
|
||||
diff_directory $HOME/.xmame/diff
|
||||
ctrlr_directory /usr/local/share/xmame/ctrlr
|
||||
cheat_file /usr/local/share/xmame/cheat.dat
|
||||
hiscore_file /usr/local/share/xmame/hiscore.dat
|
||||
# history_file /usr/local/share/xmame/history.dat
|
||||
# mameinfo_file /usr/local/share/xmame/mameinfo.dat
|
||||
# record <NULL> (not set)
|
||||
# playback <NULL> (not set)
|
||||
|
||||
### MAME Related ###
|
||||
defaultgame robby
|
||||
language english
|
||||
fuzzycmp 1
|
||||
cheat 0
|
||||
skip_disclaimer 0
|
||||
skip_gameinfo 0
|
||||
skip_validitychecks 1
|
||||
# crconly 0
|
||||
bios default
|
||||
# state <NULL> (not set)
|
||||
|
||||
### Frontend Related ###
|
||||
clones 1
|
||||
|
||||
### Internal verification list commands (only for developers) ###
|
||||
|
||||
### Rom Identification Related ###
|
||||
|
||||
### General Options ###
|
||||
loadconfig 1
|
||||
|
@ -1,144 +0,0 @@
|
||||
# $OpenBSD: xmess-SDLrc,v 1.4 2005/11/12 04:25:23 kurt Exp $
|
||||
### xmess running parameters ###
|
||||
|
||||
### Video Related ###
|
||||
video-mode 0
|
||||
fullscreen 0
|
||||
arbheight 0
|
||||
widthscale 1
|
||||
heightscale 1
|
||||
effect 6
|
||||
autodouble 1
|
||||
frameskipper 1
|
||||
throttle 1
|
||||
frames_to_run 0
|
||||
sleepidle 1
|
||||
autoframeskip 1
|
||||
maxautoframeskip 8
|
||||
frameskip 0
|
||||
brightness 1.000000
|
||||
pause_brightness 0.650000
|
||||
gamma 1.000000
|
||||
norotate 0
|
||||
ror 0
|
||||
rol 0
|
||||
autoror 0
|
||||
autorol 0
|
||||
flipx 0
|
||||
flipy 0
|
||||
|
||||
### Use additional game artwork? ###
|
||||
artwork 1
|
||||
use_backdrops 1
|
||||
use_overlays 1
|
||||
use_bezels 1
|
||||
artwork_crop 0
|
||||
artwork_scale 1
|
||||
|
||||
### Vector Games Related ###
|
||||
beam 1.000000
|
||||
flicker 0.000000
|
||||
intensity 1.500000
|
||||
antialias 1
|
||||
translucency 1
|
||||
hardware-vectors 1
|
||||
|
||||
### Aspect ratio handling ###
|
||||
keepaspect 1
|
||||
perfectaspect 0
|
||||
displayaspectratio 1.333333
|
||||
|
||||
### SDL Related ###
|
||||
doublebuf 1
|
||||
grabinput 0
|
||||
alwaysusemouse 0
|
||||
cursor 0
|
||||
|
||||
### Video Mode Selection Related ###
|
||||
|
||||
### Input device options ###
|
||||
joytype 0
|
||||
analogstick 0
|
||||
joyusb-calibrate 0
|
||||
ugcicoin 0
|
||||
steadykey 0
|
||||
a2d_deadzone 0.300000
|
||||
# ctrlr <NULL> (not set)
|
||||
digital none
|
||||
usbpspad 0
|
||||
rapidfire 0
|
||||
|
||||
### Sound Related ###
|
||||
samples 1
|
||||
samplefreq 44100
|
||||
bufsize 3.000000
|
||||
volume -3
|
||||
# audiodevice <NULL> (not set)
|
||||
# mixerdevice <NULL> (not set)
|
||||
|
||||
### Digital sound related ###
|
||||
# dsp-plugin <NULL> (not set)
|
||||
timer 0
|
||||
|
||||
### Sound mixer related ###
|
||||
# sound-mixer-plugin <NULL> (not set)
|
||||
|
||||
### File I/O-related ###
|
||||
biospath /usr/local/share/xmess/bios
|
||||
softwarepath /usr/local/share/xmess/software
|
||||
hash_directory /usr/local/share/xmess/hash
|
||||
samplepath /usr/local/share/xmess/samples
|
||||
inipath /usr/local/share/xmess/ini
|
||||
cfg_directory $HOME/.xmess/cfg
|
||||
nvram_directory $HOME/.xmess/nvram
|
||||
memcard_directory $HOME/.xmess/memcard
|
||||
input_directory $HOME/.xmess/inp
|
||||
hiscore_directory $HOME/.xmess/hi
|
||||
state_directory $HOME/.xmess/sta
|
||||
artwork_directory /usr/local/share/xmess/artwork
|
||||
snapshot_directory /usr/local/share/xmess/snap
|
||||
diff_directory $HOME/.xmess/diff
|
||||
ctrlr_directory /usr/local/share/xmess/ctrlr
|
||||
cheat_file /usr/local/share/xmess/cheat.dat
|
||||
hiscore_file /usr/local/share/xmess/hiscore.dat
|
||||
# sysinfo_file /usr/local/share/xmess/sysinfo.dat
|
||||
# messinfo_file /usr/local/share/xmess/messinfo.dat
|
||||
# record <NULL> (not set)
|
||||
# playback <NULL> (not set)
|
||||
|
||||
### MESS specific options ###
|
||||
# cartridge <NULL> (not set)
|
||||
# floppydisk <NULL> (not set)
|
||||
# harddisk <NULL> (not set)
|
||||
# cylinder <NULL> (not set)
|
||||
# cassette <NULL> (not set)
|
||||
# punchcard <NULL> (not set)
|
||||
# punchtape <NULL> (not set)
|
||||
# printer <NULL> (not set)
|
||||
# serial <NULL> (not set)
|
||||
# parallel <NULL> (not set)
|
||||
# snapshot <NULL> (not set)
|
||||
# quickload <NULL> (not set)
|
||||
# memcard <NULL> (not set)
|
||||
# cdrom <NULL> (not set)
|
||||
# ramsize <NULL> (not set)
|
||||
language english
|
||||
fuzzycmp 1
|
||||
cheat 0
|
||||
skip_disclaimer 0
|
||||
skip_gameinfo 0
|
||||
skip_validitychecks 1
|
||||
# crconly 0
|
||||
bios default
|
||||
# state <NULL> (not set)
|
||||
|
||||
### Frontend Related ###
|
||||
clones 1
|
||||
|
||||
### Internal verification list commands (only for developers) ###
|
||||
|
||||
### Rom Identification Related ###
|
||||
|
||||
### General Options ###
|
||||
loadconfig 1
|
||||
|
@ -1,171 +0,0 @@
|
||||
# $OpenBSD: xmess-x11rc,v 1.4 2005/11/12 04:25:23 kurt Exp $
|
||||
### xmess running parameters ###
|
||||
|
||||
### Video Related ###
|
||||
video-mode 0
|
||||
fullscreen 0
|
||||
arbheight 0
|
||||
widthscale 1
|
||||
heightscale 1
|
||||
effect 6
|
||||
autodouble 1
|
||||
frameskipper 1
|
||||
throttle 1
|
||||
frames_to_run 0
|
||||
sleepidle 1
|
||||
autoframeskip 1
|
||||
maxautoframeskip 8
|
||||
frameskip 0
|
||||
brightness 1.000000
|
||||
pause_brightness 0.650000
|
||||
gamma 1.000000
|
||||
norotate 0
|
||||
ror 0
|
||||
rol 0
|
||||
autoror 0
|
||||
autorol 0
|
||||
flipx 0
|
||||
flipy 0
|
||||
|
||||
### Use additional game artwork? ###
|
||||
artwork 1
|
||||
use_backdrops 1
|
||||
use_overlays 1
|
||||
use_bezels 1
|
||||
artwork_crop 0
|
||||
artwork_scale 1
|
||||
|
||||
### Vector Games Related ###
|
||||
beam 1.000000
|
||||
flicker 0.000000
|
||||
intensity 1.500000
|
||||
antialias 1
|
||||
translucency 1
|
||||
hardware-vectors 1
|
||||
|
||||
### Aspect ratio handling ###
|
||||
keepaspect 1
|
||||
perfectaspect 0
|
||||
displayaspectratio 1.333333
|
||||
|
||||
### X11 Related ###
|
||||
#geometry
|
||||
xsync 1
|
||||
root_window_id 0
|
||||
run-in-root-window 0
|
||||
|
||||
### X11-window Related ###
|
||||
mitshm 1
|
||||
|
||||
### DGA Related ###
|
||||
vsync-pagelimit 2
|
||||
|
||||
### Video Mode Selection Related ###
|
||||
|
||||
### XV Related ###
|
||||
force-yuv 0
|
||||
perfect-yuv 1
|
||||
|
||||
### OpenGL Related ###
|
||||
gldblbuffer 1
|
||||
gltexture_size 0
|
||||
glbilinear 1
|
||||
glbeam 1.000000
|
||||
glantialias 0
|
||||
glantialiasvec 0
|
||||
cabview 0
|
||||
cabinet glmamejau
|
||||
|
||||
### X11-input related ###
|
||||
grabmouse 0
|
||||
grabkeyboard 0
|
||||
alwaysusemouse 0
|
||||
cursor 0
|
||||
winkeys 0
|
||||
|
||||
### Input device options ###
|
||||
joytype 0
|
||||
analogstick 0
|
||||
joyusb-calibrate 0
|
||||
ugcicoin 0
|
||||
steadykey 0
|
||||
a2d_deadzone 0.300000
|
||||
# ctrlr <NULL> (not set)
|
||||
digital none
|
||||
usbpspad 0
|
||||
rapidfire 0
|
||||
|
||||
### Sound Related ###
|
||||
samples 1
|
||||
samplefreq 44100
|
||||
bufsize 3.000000
|
||||
volume -3
|
||||
# audiodevice <NULL> (not set)
|
||||
# mixerdevice <NULL> (not set)
|
||||
|
||||
### Digital sound related ###
|
||||
# dsp-plugin <NULL> (not set)
|
||||
timer 0
|
||||
|
||||
### Sound mixer related ###
|
||||
# sound-mixer-plugin <NULL> (not set)
|
||||
|
||||
### File I/O-related ###
|
||||
biospath /usr/local/share/xmess/bios
|
||||
softwarepath /usr/local/share/xmess/software
|
||||
hash_directory /usr/local/share/xmess/hash
|
||||
samplepath /usr/local/share/xmess/samples
|
||||
inipath /usr/local/share/xmess/ini
|
||||
cfg_directory $HOME/.xmess/cfg
|
||||
nvram_directory $HOME/.xmess/nvram
|
||||
memcard_directory $HOME/.xmess/memcard
|
||||
input_directory $HOME/.xmess/inp
|
||||
hiscore_directory $HOME/.xmess/hi
|
||||
state_directory $HOME/.xmess/sta
|
||||
artwork_directory /usr/local/share/xmess/artwork
|
||||
snapshot_directory /usr/local/share/xmess/snap
|
||||
diff_directory $HOME/.xmess/diff
|
||||
ctrlr_directory /usr/local/share/xmess/ctrlr
|
||||
cheat_file /usr/local/share/xmess/cheat.dat
|
||||
hiscore_file /usr/local/share/xmess/hiscore.dat
|
||||
# sysinfo_file /usr/local/share/xmess/sysinfo.dat
|
||||
# messinfo_file /usr/local/share/xmess/messinfo.dat
|
||||
# record <NULL> (not set)
|
||||
# playback <NULL> (not set)
|
||||
|
||||
### MESS specific options ###
|
||||
# cartridge <NULL> (not set)
|
||||
# floppydisk <NULL> (not set)
|
||||
# harddisk <NULL> (not set)
|
||||
# cylinder <NULL> (not set)
|
||||
# cassette <NULL> (not set)
|
||||
# punchcard <NULL> (not set)
|
||||
# punchtape <NULL> (not set)
|
||||
# printer <NULL> (not set)
|
||||
# serial <NULL> (not set)
|
||||
# parallel <NULL> (not set)
|
||||
# snapshot <NULL> (not set)
|
||||
# quickload <NULL> (not set)
|
||||
# memcard <NULL> (not set)
|
||||
# cdrom <NULL> (not set)
|
||||
# ramsize <NULL> (not set)
|
||||
language english
|
||||
fuzzycmp 1
|
||||
cheat 0
|
||||
skip_disclaimer 0
|
||||
skip_gameinfo 0
|
||||
skip_validitychecks 1
|
||||
# crconly 0
|
||||
bios default
|
||||
# state <NULL> (not set)
|
||||
|
||||
### Frontend Related ###
|
||||
clones 1
|
||||
|
||||
### Internal verification list commands (only for developers) ###
|
||||
|
||||
### Rom Identification Related ###
|
||||
|
||||
### General Options ###
|
||||
loadconfig 1
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-mess_artworkx_c,v 1.1 2006/04/01 07:20:33 jsg Exp $
|
||||
--- mess/artworkx.c.orig Sat Apr 1 16:25:23 2006
|
||||
+++ mess/artworkx.c Sat Apr 1 16:25:36 2006
|
||||
@@ -192,7 +192,7 @@ int artwork_get_inputscreen_customizatio
|
||||
continue;
|
||||
}
|
||||
|
||||
- if (!enabled || sscanf(buffer, "%64s (%d,%d)-(%d,%d)", ipt_name, &x1, &y1, &x2, &y2) != 5)
|
||||
+ if (!enabled || sscanf(buffer, "%63s (%d,%d)-(%d,%d)", ipt_name, &x1, &y1, &x2, &y2) != 5)
|
||||
continue;
|
||||
|
||||
#if 0
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_artwork_h,v 1.1 2005/10/02 01:39:37 fgsch Exp $
|
||||
--- src/artwork.h.orig Fri Sep 16 17:18:55 2005
|
||||
+++ src/artwork.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
*********************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __ARTWORK_H__
|
||||
#define __ARTWORK_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_audit_h,v 1.1 2005/10/02 01:39:37 fgsch Exp $
|
||||
--- src/audit.h.orig Fri Sep 16 17:18:57 2005
|
||||
+++ src/audit.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __AUDIT_H__
|
||||
#define __AUDIT_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_cdrom_h,v 1.1 2005/10/02 01:39:37 fgsch Exp $
|
||||
--- src/cdrom.h.orig Fri Sep 16 17:18:57 2005
|
||||
+++ src/cdrom.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __CDROM_H__
|
||||
#define __CDROM_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_chd_h,v 1.1 2005/10/02 01:39:37 fgsch Exp $
|
||||
--- src/chd.h.orig Fri Sep 16 17:18:55 2005
|
||||
+++ src/chd.h Wed Sep 28 16:42:42 2005
|
||||
@@ -4,7 +4,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __CHD_H__
|
||||
#define __CHD_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_chdcd_h,v 1.1 2005/10/02 01:39:37 fgsch Exp $
|
||||
--- src/chdcd.h.orig Fri Sep 16 17:18:57 2005
|
||||
+++ src/chdcd.h Wed Sep 28 16:42:42 2005
|
||||
@@ -4,7 +4,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __CHDCD_H__
|
||||
#define __CHDCD_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_cheat_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/cheat.h.orig Fri Sep 16 17:18:57 2005
|
||||
+++ src/cheat.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
*********************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __CHEAT_H__
|
||||
#define __CHEAT_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_common_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/common.h.orig Fri Sep 16 17:18:56 2005
|
||||
+++ src/common.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
*********************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __COMMON_H__
|
||||
#define __COMMON_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_config_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/config.h.orig Fri Sep 16 17:18:56 2005
|
||||
+++ src/config.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __CONFIG_H__
|
||||
#define __CONFIG_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_cpuexec_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/cpuexec.h.orig Fri Sep 16 17:18:57 2005
|
||||
+++ src/cpuexec.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __CPUEXEC_H__
|
||||
#define __CPUEXEC_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_cpuint_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/cpuint.h.orig Fri Sep 16 17:18:57 2005
|
||||
+++ src/cpuint.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __CPUINT_H__
|
||||
#define __CPUINT_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_cpuintrf_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/cpuintrf.h.orig Fri Sep 16 17:18:57 2005
|
||||
+++ src/cpuintrf.h Wed Sep 28 16:42:42 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __CPUINTRF_H__
|
||||
#define __CPUINTRF_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_drawgfx_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/drawgfx.h.orig Wed Sep 28 16:47:32 2005
|
||||
+++ src/drawgfx.h Wed Sep 28 16:47:40 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
*********************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __DRAWGFX_H__
|
||||
#define __DRAWGFX_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_driver_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/driver.h.orig Wed Sep 28 16:43:56 2005
|
||||
+++ src/driver.h Wed Sep 28 16:44:30 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __DRIVER_H__
|
||||
#define __DRIVER_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_fileio_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/fileio.h.orig Wed Sep 28 16:46:46 2005
|
||||
+++ src/fileio.h Wed Sep 28 16:46:54 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __FILEIO_H__
|
||||
#define __FILEIO_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_harddisk_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/harddisk.h.orig Wed Sep 28 16:51:39 2005
|
||||
+++ src/harddisk.h Wed Sep 28 16:51:54 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __HARDDISK_H__
|
||||
#define __HARDDISK_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_hash_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/hash.h.orig Wed Sep 28 16:47:25 2005
|
||||
+++ src/hash.h Wed Sep 28 16:47:32 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
*********************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __HASH_H__
|
||||
#define __HASH_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_hiscore_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/hiscore.h.orig Wed Sep 28 16:53:20 2005
|
||||
+++ src/hiscore.h Wed Sep 28 16:53:28 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __HISCORE_H__
|
||||
#define __HISCORE_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_info_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/info.h.orig Wed Sep 28 16:53:06 2005
|
||||
+++ src/info.h Wed Sep 28 16:53:12 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __INFO_H__
|
||||
#define __INFO_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_inptport_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/inptport.h.orig Wed Sep 28 16:47:06 2005
|
||||
+++ src/inptport.h Wed Sep 28 16:47:16 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __INPTPORT_H__
|
||||
#define __INPTPORT_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_input_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/input.h.orig Wed Sep 28 16:47:16 2005
|
||||
+++ src/input.h Wed Sep 28 16:47:25 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __INPUT_H__
|
||||
#define __INPUT_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_mame_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/mame.h.orig Wed Sep 28 16:45:26 2005
|
||||
+++ src/mame.h Wed Sep 28 16:45:45 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __MAME_H__
|
||||
#define __MAME_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_mamecore_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/mamecore.h.orig Wed Sep 28 16:44:48 2005
|
||||
+++ src/mamecore.h Wed Sep 28 16:44:59 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __MAMECORE_H__
|
||||
#define __MAMECORE_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_memory_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/memory.h.orig Wed Sep 28 16:45:07 2005
|
||||
+++ src/memory.h Wed Sep 28 16:45:18 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __MEMORY_H__
|
||||
#define __MEMORY_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_osdepend_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/osdepend.h.orig Wed Sep 28 16:46:56 2005
|
||||
+++ src/osdepend.h Wed Sep 28 16:47:06 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __OSDEPEND_H__
|
||||
#define __OSDEPEND_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_palette_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/palette.h.orig Wed Sep 28 16:47:40 2005
|
||||
+++ src/palette.h Wed Sep 28 16:50:06 2005
|
||||
@@ -67,7 +67,9 @@
|
||||
|
||||
******************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __PALETTE_H__
|
||||
#define __PALETTE_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_png_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/png.h.orig Wed Sep 28 16:53:01 2005
|
||||
+++ src/png.h Wed Sep 28 16:53:06 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __PNG_H__
|
||||
#define __PNG_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_profiler_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/profiler.h.orig Wed Sep 28 16:50:44 2005
|
||||
+++ src/profiler.h Wed Sep 28 16:50:53 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __PROFILER_H__
|
||||
#define __PROFILER_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_sndintrf_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/sndintrf.h.orig Wed Sep 28 16:50:21 2005
|
||||
+++ src/sndintrf.h Wed Sep 28 16:50:28 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __SNDINTRF_H__
|
||||
#define __SNDINTRF_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_state_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/state.h.orig Wed Sep 28 16:51:22 2005
|
||||
+++ src/state.h Wed Sep 28 16:51:24 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __STATE_H__
|
||||
#define __STATE_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_tilemap_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/tilemap.h.orig Wed Sep 28 16:50:38 2005
|
||||
+++ src/tilemap.h Wed Sep 28 16:50:44 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __TILEMAP_H__
|
||||
#define __TILEMAP_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_timer_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/timer.h.orig Wed Sep 28 16:50:14 2005
|
||||
+++ src/timer.h Wed Sep 28 16:50:21 2005
|
||||
@@ -7,7 +7,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __TIMER_H__
|
||||
#define __TIMER_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_ui_text_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/ui_text.h.orig Wed Sep 28 16:53:12 2005
|
||||
+++ src/ui_text.h Wed Sep 28 16:53:20 2005
|
||||
@@ -7,7 +7,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __UI_TEXT_H__
|
||||
#define __UI_TEXT_H__
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_unix_unix_mak,v 1.8 2005/10/18 19:08:00 aanriot Exp $
|
||||
--- src/unix/unix.mak.orig Tue Oct 11 07:28:35 2005
|
||||
+++ src/unix/unix.mak Tue Oct 11 07:29:23 2005
|
||||
@@ -256,7 +256,7 @@ MY_CFLAGS = $(CFLAGS) $(IL) $(CFLAGS.$(M
|
||||
-Dstricmp=strcasecmp -Dstrnicmp=strncasecmp \
|
||||
-DPI=M_PI -DXMAME -DUNIX -DSIGNED_SAMPLES -DCLIB_DECL= \
|
||||
$(COREDEFS) $(SOUNDDEFS) $(CPUDEFS) $(ASMDEFS) \
|
||||
- $(INCLUDES) $(INCLUDE_PATH)
|
||||
+ $(INCLUDE_PATH) $(INCLUDES)
|
||||
|
||||
MY_LIBS = $(LIBS) $(LIBS.$(ARCH)) $(LIBS.$(DISPLAY_METHOD)) -lz
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_unix_video-drivers_xf86_dga1_c,v 1.1 2005/11/13 01:10:12 naddy Exp $
|
||||
--- src/unix/video-drivers/xf86_dga1.c.orig Sat Nov 12 23:28:41 2005
|
||||
+++ src/unix/video-drivers/xf86_dga1.c Sat Nov 12 23:28:53 2005
|
||||
@@ -6,6 +6,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/resource.h>
|
||||
#include <X11/Xlib.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_unix_video-drivers_xf86_dga2_c,v 1.1 2005/11/13 01:10:12 naddy Exp $
|
||||
--- src/unix/video-drivers/xf86_dga2.c.orig Sun Nov 13 00:56:10 2005
|
||||
+++ src/unix/video-drivers/xf86_dga2.c Sun Nov 13 00:56:28 2005
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/resource.h>
|
||||
#include <X11/Xlib.h>
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_unzip_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/unzip.h.orig Wed Sep 28 16:53:28 2005
|
||||
+++ src/unzip.h Wed Sep 28 16:53:35 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __UNZIP_H__
|
||||
#define __UNZIP_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_usrintrf_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/usrintrf.h.orig Wed Sep 28 16:50:29 2005
|
||||
+++ src/usrintrf.h Wed Sep 28 16:50:38 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __USRINTRF_H__
|
||||
#define __USRINTRF_H__
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_xmlfile_h,v 1.1 2005/10/02 01:39:38 fgsch Exp $
|
||||
--- src/xmlfile.h.orig Wed Sep 28 16:50:06 2005
|
||||
+++ src/xmlfile.h Wed Sep 28 16:50:14 2005
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
+#ifndef __GNUC__
|
||||
#pragma once
|
||||
+#endif
|
||||
|
||||
#ifndef __XMLFILE_H__
|
||||
#define __XMLFILE_H__
|
@ -1,21 +0,0 @@
|
||||
MAME stands for Multi Arcade Machine Emulator. As the name suggests, it is
|
||||
a program that emulates the hardware (and low-level firmware) of a massive
|
||||
variety of arcade machines.
|
||||
|
||||
MESS stands for Multi Emulator Super System. It is an emulator for the
|
||||
hardware of many different games consoles (e.g. Sega, NES, SNES, etc.)
|
||||
as well as many different old games-oriented home computers (e.g. C64,
|
||||
C128, ZX80, etc.)
|
||||
|
||||
While the two programs are conceptually different, and have different
|
||||
development teams, they share a lot of code and are distributed together.
|
||||
|
||||
Packages can be built with additional FLAVORs:
|
||||
|
||||
x11: built with x11 support (default).
|
||||
|
||||
sdl: built with SDL support.
|
||||
This FLAVOR requires the sdl package.
|
||||
|
||||
esd: built with esound audio plugin.
|
||||
This FLAVOR requires the esound package.
|
@ -1,13 +0,0 @@
|
||||
MAME stands for Multi Arcade Machine Emulator. As the name suggests, it is
|
||||
a program that emulates the hardware (and low-level firmware) of a massive
|
||||
variety of arcade machines.
|
||||
|
||||
Packages can be built with additional FLAVORs:
|
||||
|
||||
x11: built with x11 support (default).
|
||||
|
||||
sdl: built with SDL support.
|
||||
This FLAVOR requires the sdl package.
|
||||
|
||||
esd: built with esound audio plugin.
|
||||
This FLAVOR requires the esound package.
|
@ -1,14 +0,0 @@
|
||||
MESS stands for Multi Emulator Super System. It is an emulator for the
|
||||
hardware of many different games consoles (e.g. Sega, NES, SNES, etc.)
|
||||
as well as many different old games-oriented home computers (e.g. C64,
|
||||
C128, ZX80, etc.)
|
||||
|
||||
Packages can be built with additional FLAVORs:
|
||||
|
||||
x11: built with x11 support (default).
|
||||
|
||||
sdl: built with SDL support.
|
||||
This FLAVOR requires the sdl package.
|
||||
|
||||
esd: built with esound audio plugin.
|
||||
This FLAVOR requires the esound package.
|
@ -1,207 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2009/03/18 20:23:12 landry Exp $
|
||||
@conflict sdlmame-tools-*
|
||||
@conflict sdlmess-*
|
||||
@conflict xmame-*
|
||||
@conflict xmess-*
|
||||
bin/chdman
|
||||
bin/dat2html
|
||||
bin/imgtool
|
||||
bin/romcmp
|
||||
bin/xmame
|
||||
bin/xmess
|
||||
bin/xml2info
|
||||
@man man/man6/xmame.6
|
||||
@man man/man6/xmess.6
|
||||
share/doc/xmame/
|
||||
share/doc/xmame/README
|
||||
share/doc/xmame/changes.opengl
|
||||
share/doc/xmame/changes.unix
|
||||
share/doc/xmame/dga2.txt
|
||||
share/doc/xmame/img/
|
||||
share/doc/xmame/img/xmame.jpg
|
||||
share/doc/xmame/liesmich.unix
|
||||
share/doc/xmame/mame/
|
||||
share/doc/xmame/mame/ctrlr.txt
|
||||
share/doc/xmame/mame/license.txt
|
||||
share/doc/xmame/mame/listinfo.txt
|
||||
share/doc/xmame/mame/mame.txt
|
||||
share/doc/xmame/mame/whatsnew.txt
|
||||
share/doc/xmame/mame/whatsold.txt
|
||||
share/doc/xmame/mame/windows.txt
|
||||
share/doc/xmame/mess/
|
||||
share/doc/xmame/mess/credits.htm
|
||||
share/doc/xmame/mess/faq.htm
|
||||
share/doc/xmame/mess/images/
|
||||
share/doc/xmame/mess/images/logo.gif
|
||||
share/doc/xmame/mess/imgtool.txt
|
||||
share/doc/xmame/mess/messnew.txt
|
||||
share/doc/xmame/mess/messroms.txt
|
||||
share/doc/xmame/mess/style.css
|
||||
share/doc/xmame/mess/windows/
|
||||
share/doc/xmame/mess/windows/choice.htm
|
||||
share/doc/xmame/mess/windows/compile.htm
|
||||
share/doc/xmame/mess/windows/config.htm
|
||||
share/doc/xmame/mess/windows/control.htm
|
||||
share/doc/xmame/mess/windows/guiconf.htm
|
||||
share/doc/xmame/mess/windows/guiuse.htm
|
||||
share/doc/xmame/mess/windows/images/
|
||||
share/doc/xmame/mess/windows/images/command.gif
|
||||
share/doc/xmame/mess/windows/images/frog.gif
|
||||
share/doc/xmame/mess/windows/images/gui.gif
|
||||
share/doc/xmame/mess/windows/images/iniicon.gif
|
||||
share/doc/xmame/mess/windows/images/keybcnt.gif
|
||||
share/doc/xmame/mess/windows/images/newmenu.gif
|
||||
share/doc/xmame/mess/windows/images/oldmenu.gif
|
||||
share/doc/xmame/mess/windows/images/prop.gif
|
||||
share/doc/xmame/mess/windows/images/propadv.gif
|
||||
share/doc/xmame/mess/windows/images/propcnt.gif
|
||||
share/doc/xmame/mess/windows/images/propd3d.gif
|
||||
share/doc/xmame/mess/windows/images/propmsc.gif
|
||||
share/doc/xmame/mess/windows/images/props.gif
|
||||
share/doc/xmame/mess/windows/images/propsnd.gif
|
||||
share/doc/xmame/mess/windows/images/startup.gif
|
||||
share/doc/xmame/mess/windows/images/tree.gif
|
||||
share/doc/xmame/mess/windows/images/wzip.gif
|
||||
share/doc/xmame/mess/windows/install.htm
|
||||
share/doc/xmame/mess/windows/instbios.htm
|
||||
share/doc/xmame/mess/windows/main.htm
|
||||
share/doc/xmame/mess/windows/mgebios.htm
|
||||
share/doc/xmame/mess/windows/osmenu.htm
|
||||
share/doc/xmame/mess/windows/runsw.htm
|
||||
share/doc/xmame/mess/windows/suppsys.htm
|
||||
share/doc/xmame/mess/windows/update.htm
|
||||
share/doc/xmame/mess/windows/win32cmd.htm
|
||||
share/doc/xmame/mess/wintoc.xml
|
||||
share/doc/xmame/multiplayer-readme.txt
|
||||
share/doc/xmame/xmame-doc-2.html
|
||||
share/doc/xmame/xmame-doc-3.html
|
||||
share/doc/xmame/xmame-doc-4.html
|
||||
share/doc/xmame/xmame-doc-5.html
|
||||
share/doc/xmame/xmame-doc-6.html
|
||||
share/doc/xmame/xmame-doc-7.html
|
||||
share/doc/xmame/xmame-doc.html
|
||||
share/doc/xmame/xmame-doc.lyx
|
||||
share/doc/xmame/xmame-doc.man.skel
|
||||
share/doc/xmame/xmame-doc.txt
|
||||
share/doc/xmame/xmame-gdoc-1.html
|
||||
share/doc/xmame/xmame-gdoc-2.html
|
||||
share/doc/xmame/xmame-gdoc-3.html
|
||||
share/doc/xmame/xmame-gdoc-4.html
|
||||
share/doc/xmame/xmame-gdoc-5.html
|
||||
share/doc/xmame/xmame-gdoc-6.html
|
||||
share/doc/xmame/xmame-gdoc-7.html
|
||||
share/doc/xmame/xmame-gdoc-8.html
|
||||
share/doc/xmame/xmame-gdoc.html
|
||||
share/doc/xmame/xmame.css
|
||||
share/doc/xmame/xmamerc.dist
|
||||
share/doc/xmame/xmessrc.dist
|
||||
share/xmame/
|
||||
share/xmame/cab/
|
||||
share/xmame/cab/glmame/
|
||||
share/xmame/cab/glmame/cabfront.jpg
|
||||
share/xmame/cab/glmame/cabtitle.jpg
|
||||
share/xmame/cab/glmame/glmame.cab
|
||||
share/xmame/cab/glmamejau/
|
||||
share/xmame/cab/glmamejau/cabfront.jpg
|
||||
share/xmame/cab/glmamejau/cabside.jpg
|
||||
share/xmame/cab/glmamejau/cabtitle.jpg
|
||||
share/xmame/cab/glmamejau/glmamejau.cab
|
||||
share/xmame/cab/trans/
|
||||
share/xmame/cab/trans/trans.cab
|
||||
share/xmame/ctrlr/
|
||||
share/xmame/ctrlr/hotrod.cfg
|
||||
share/xmame/ctrlr/hotrodse.cfg
|
||||
share/xmame/ctrlr/slikstik.cfg
|
||||
share/xmame/ctrlr/standard.cfg
|
||||
share/xmame/ctrlr/xarcade.cfg
|
||||
share/xmame/xmamerc
|
||||
@sample ${SYSCONFDIR}/xmamerc
|
||||
share/xmess/
|
||||
share/xmess/cab/
|
||||
share/xmess/cab/glmame/
|
||||
share/xmess/cab/glmame/cabfront.jpg
|
||||
share/xmess/cab/glmame/cabtitle.jpg
|
||||
share/xmess/cab/glmame/glmame.cab
|
||||
share/xmess/cab/glmamejau/
|
||||
share/xmess/cab/glmamejau/cabfront.jpg
|
||||
share/xmess/cab/glmamejau/cabside.jpg
|
||||
share/xmess/cab/glmamejau/cabtitle.jpg
|
||||
share/xmess/cab/glmamejau/glmamejau.cab
|
||||
share/xmess/cab/trans/
|
||||
share/xmess/cab/trans/trans.cab
|
||||
share/xmess/hash/
|
||||
share/xmess/hash/a2600.hsi
|
||||
share/xmess/hash/a5200.hsi
|
||||
share/xmess/hash/a7800.hsi
|
||||
share/xmess/hash/a800.hsi
|
||||
share/xmess/hash/a800xl.hsi
|
||||
share/xmess/hash/advision.hsi
|
||||
share/xmess/hash/apexc.hsi
|
||||
share/xmess/hash/apple1.hsi
|
||||
share/xmess/hash/apple2.hsi
|
||||
share/xmess/hash/aquarius.hsi
|
||||
share/xmess/hash/arcadia.hsi
|
||||
share/xmess/hash/astrocde.hsi
|
||||
share/xmess/hash/bbca.hsi
|
||||
share/xmess/hash/c128.hsi
|
||||
share/xmess/hash/c16.hsi
|
||||
share/xmess/hash/c64.hsi
|
||||
share/xmess/hash/cbm30.hsi
|
||||
share/xmess/hash/cbm40.hsi
|
||||
share/xmess/hash/cbm610.hsi
|
||||
share/xmess/hash/cbm80.hsi
|
||||
share/xmess/hash/cgenie.hsi
|
||||
share/xmess/hash/channelf.hsi
|
||||
share/xmess/hash/coco.hsi
|
||||
share/xmess/hash/coleco.hsi
|
||||
share/xmess/hash/coupe.hsi
|
||||
share/xmess/hash/cpc464.hsi
|
||||
share/xmess/hash/cpc6128.hsi
|
||||
share/xmess/hash/dragon64.hsi
|
||||
share/xmess/hash/ep128.hsi
|
||||
share/xmess/hash/exidy.hsi
|
||||
share/xmess/hash/gameboy.hsi
|
||||
share/xmess/hash/gamegear.hsi
|
||||
share/xmess/hash/gen_usa.hsi
|
||||
share/xmess/hash/ibmpc.hsi
|
||||
share/xmess/hash/ibmpcjr.hsi
|
||||
share/xmess/hash/intv.hsi
|
||||
share/xmess/hash/jaguar.hsi
|
||||
share/xmess/hash/jupiter.hsi
|
||||
share/xmess/hash/laser210.hsi
|
||||
share/xmess/hash/lisa2.hsi
|
||||
share/xmess/hash/lviv.hsi
|
||||
share/xmess/hash/lynx.hsi
|
||||
share/xmess/hash/max.hsi
|
||||
share/xmess/hash/mc10.hsi
|
||||
share/xmess/hash/microtan.hsi
|
||||
share/xmess/hash/msx.hsi
|
||||
share/xmess/hash/msx2.hsi
|
||||
share/xmess/hash/msx2j.hsi
|
||||
share/xmess/hash/msxj.hsi
|
||||
share/xmess/hash/mtx512.hsi
|
||||
share/xmess/hash/nascom1.hsi
|
||||
share/xmess/hash/nes.hsi
|
||||
share/xmess/hash/odyssey2.hsi
|
||||
share/xmess/hash/oric.hsi
|
||||
share/xmess/hash/p2000t.hsi
|
||||
share/xmess/hash/pce.hsi
|
||||
share/xmess/hash/pdp1.hsi
|
||||
share/xmess/hash/pet.hsi
|
||||
share/xmess/hash/psx.hsi
|
||||
share/xmess/hash/sms.hsi
|
||||
share/xmess/hash/snes.hsi
|
||||
share/xmess/hash/sordm5.hsi
|
||||
share/xmess/hash/spectrum.hsi
|
||||
share/xmess/hash/studio2.hsi
|
||||
share/xmess/hash/svi318.hsi
|
||||
share/xmess/hash/svision.hsi
|
||||
share/xmess/hash/ti99_4a.hsi
|
||||
share/xmess/hash/ts2068.hsi
|
||||
share/xmess/hash/vc4000.hsi
|
||||
share/xmess/hash/vectrex.hsi
|
||||
share/xmess/hash/vic20.hsi
|
||||
share/xmess/hash/wswan.hsi
|
||||
share/xmess/sysinfo.dat
|
||||
share/xmess/xmessrc
|
||||
@sample ${SYSCONFDIR}/xmessrc
|
@ -1,183 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-main-sdl,v 1.3 2009/03/18 20:23:12 landry Exp $
|
||||
@conflict sdlmame-tools-*
|
||||
@conflict sdlmess-*
|
||||
@conflict xmame-*
|
||||
@conflict xmess-*
|
||||
bin/chdman
|
||||
bin/dat2html
|
||||
bin/imgtool
|
||||
bin/romcmp
|
||||
bin/xmame
|
||||
bin/xmess
|
||||
bin/xml2info
|
||||
@man man/man6/xmame.6
|
||||
@man man/man6/xmess.6
|
||||
share/doc/xmame/
|
||||
share/doc/xmame/README
|
||||
share/doc/xmame/changes.opengl
|
||||
share/doc/xmame/changes.unix
|
||||
share/doc/xmame/dga2.txt
|
||||
share/doc/xmame/img/
|
||||
share/doc/xmame/img/xmame.jpg
|
||||
share/doc/xmame/liesmich.unix
|
||||
share/doc/xmame/mame/
|
||||
share/doc/xmame/mame/ctrlr.txt
|
||||
share/doc/xmame/mame/license.txt
|
||||
share/doc/xmame/mame/listinfo.txt
|
||||
share/doc/xmame/mame/mame.txt
|
||||
share/doc/xmame/mame/whatsnew.txt
|
||||
share/doc/xmame/mame/whatsold.txt
|
||||
share/doc/xmame/mame/windows.txt
|
||||
share/doc/xmame/mess/
|
||||
share/doc/xmame/mess/credits.htm
|
||||
share/doc/xmame/mess/faq.htm
|
||||
share/doc/xmame/mess/images/
|
||||
share/doc/xmame/mess/images/logo.gif
|
||||
share/doc/xmame/mess/imgtool.txt
|
||||
share/doc/xmame/mess/messnew.txt
|
||||
share/doc/xmame/mess/messroms.txt
|
||||
share/doc/xmame/mess/style.css
|
||||
share/doc/xmame/mess/windows/
|
||||
share/doc/xmame/mess/windows/choice.htm
|
||||
share/doc/xmame/mess/windows/compile.htm
|
||||
share/doc/xmame/mess/windows/config.htm
|
||||
share/doc/xmame/mess/windows/control.htm
|
||||
share/doc/xmame/mess/windows/guiconf.htm
|
||||
share/doc/xmame/mess/windows/guiuse.htm
|
||||
share/doc/xmame/mess/windows/images/
|
||||
share/doc/xmame/mess/windows/images/command.gif
|
||||
share/doc/xmame/mess/windows/images/frog.gif
|
||||
share/doc/xmame/mess/windows/images/gui.gif
|
||||
share/doc/xmame/mess/windows/images/iniicon.gif
|
||||
share/doc/xmame/mess/windows/images/keybcnt.gif
|
||||
share/doc/xmame/mess/windows/images/newmenu.gif
|
||||
share/doc/xmame/mess/windows/images/oldmenu.gif
|
||||
share/doc/xmame/mess/windows/images/prop.gif
|
||||
share/doc/xmame/mess/windows/images/propadv.gif
|
||||
share/doc/xmame/mess/windows/images/propcnt.gif
|
||||
share/doc/xmame/mess/windows/images/propd3d.gif
|
||||
share/doc/xmame/mess/windows/images/propmsc.gif
|
||||
share/doc/xmame/mess/windows/images/props.gif
|
||||
share/doc/xmame/mess/windows/images/propsnd.gif
|
||||
share/doc/xmame/mess/windows/images/startup.gif
|
||||
share/doc/xmame/mess/windows/images/tree.gif
|
||||
share/doc/xmame/mess/windows/images/wzip.gif
|
||||
share/doc/xmame/mess/windows/install.htm
|
||||
share/doc/xmame/mess/windows/instbios.htm
|
||||
share/doc/xmame/mess/windows/main.htm
|
||||
share/doc/xmame/mess/windows/mgebios.htm
|
||||
share/doc/xmame/mess/windows/osmenu.htm
|
||||
share/doc/xmame/mess/windows/runsw.htm
|
||||
share/doc/xmame/mess/windows/suppsys.htm
|
||||
share/doc/xmame/mess/windows/update.htm
|
||||
share/doc/xmame/mess/windows/win32cmd.htm
|
||||
share/doc/xmame/mess/wintoc.xml
|
||||
share/doc/xmame/multiplayer-readme.txt
|
||||
share/doc/xmame/xmame-doc-2.html
|
||||
share/doc/xmame/xmame-doc-3.html
|
||||
share/doc/xmame/xmame-doc-4.html
|
||||
share/doc/xmame/xmame-doc-5.html
|
||||
share/doc/xmame/xmame-doc-6.html
|
||||
share/doc/xmame/xmame-doc-7.html
|
||||
share/doc/xmame/xmame-doc.html
|
||||
share/doc/xmame/xmame-doc.lyx
|
||||
share/doc/xmame/xmame-doc.man.skel
|
||||
share/doc/xmame/xmame-doc.txt
|
||||
share/doc/xmame/xmame-gdoc-1.html
|
||||
share/doc/xmame/xmame-gdoc-2.html
|
||||
share/doc/xmame/xmame-gdoc-3.html
|
||||
share/doc/xmame/xmame-gdoc-4.html
|
||||
share/doc/xmame/xmame-gdoc-5.html
|
||||
share/doc/xmame/xmame-gdoc-6.html
|
||||
share/doc/xmame/xmame-gdoc-7.html
|
||||
share/doc/xmame/xmame-gdoc-8.html
|
||||
share/doc/xmame/xmame-gdoc.html
|
||||
share/doc/xmame/xmame.css
|
||||
share/doc/xmame/xmamerc.dist
|
||||
share/doc/xmame/xmessrc.dist
|
||||
share/xmame/
|
||||
share/xmame/ctrlr/
|
||||
share/xmame/ctrlr/hotrod.cfg
|
||||
share/xmame/ctrlr/hotrodse.cfg
|
||||
share/xmame/ctrlr/slikstik.cfg
|
||||
share/xmame/ctrlr/standard.cfg
|
||||
share/xmame/ctrlr/xarcade.cfg
|
||||
share/xmame/xmamerc
|
||||
@sample ${SYSCONFDIR}/xmamerc
|
||||
share/xmess/
|
||||
share/xmess/hash/
|
||||
share/xmess/hash/a2600.hsi
|
||||
share/xmess/hash/a5200.hsi
|
||||
share/xmess/hash/a7800.hsi
|
||||
share/xmess/hash/a800.hsi
|
||||
share/xmess/hash/a800xl.hsi
|
||||
share/xmess/hash/advision.hsi
|
||||
share/xmess/hash/apexc.hsi
|
||||
share/xmess/hash/apple1.hsi
|
||||
share/xmess/hash/apple2.hsi
|
||||
share/xmess/hash/aquarius.hsi
|
||||
share/xmess/hash/arcadia.hsi
|
||||
share/xmess/hash/astrocde.hsi
|
||||
share/xmess/hash/bbca.hsi
|
||||
share/xmess/hash/c128.hsi
|
||||
share/xmess/hash/c16.hsi
|
||||
share/xmess/hash/c64.hsi
|
||||
share/xmess/hash/cbm30.hsi
|
||||
share/xmess/hash/cbm40.hsi
|
||||
share/xmess/hash/cbm610.hsi
|
||||
share/xmess/hash/cbm80.hsi
|
||||
share/xmess/hash/cgenie.hsi
|
||||
share/xmess/hash/channelf.hsi
|
||||
share/xmess/hash/coco.hsi
|
||||
share/xmess/hash/coleco.hsi
|
||||
share/xmess/hash/coupe.hsi
|
||||
share/xmess/hash/cpc464.hsi
|
||||
share/xmess/hash/cpc6128.hsi
|
||||
share/xmess/hash/dragon64.hsi
|
||||
share/xmess/hash/ep128.hsi
|
||||
share/xmess/hash/exidy.hsi
|
||||
share/xmess/hash/gameboy.hsi
|
||||
share/xmess/hash/gamegear.hsi
|
||||
share/xmess/hash/gen_usa.hsi
|
||||
share/xmess/hash/ibmpc.hsi
|
||||
share/xmess/hash/ibmpcjr.hsi
|
||||
share/xmess/hash/intv.hsi
|
||||
share/xmess/hash/jaguar.hsi
|
||||
share/xmess/hash/jupiter.hsi
|
||||
share/xmess/hash/laser210.hsi
|
||||
share/xmess/hash/lisa2.hsi
|
||||
share/xmess/hash/lviv.hsi
|
||||
share/xmess/hash/lynx.hsi
|
||||
share/xmess/hash/max.hsi
|
||||
share/xmess/hash/mc10.hsi
|
||||
share/xmess/hash/microtan.hsi
|
||||
share/xmess/hash/msx.hsi
|
||||
share/xmess/hash/msx2.hsi
|
||||
share/xmess/hash/msx2j.hsi
|
||||
share/xmess/hash/msxj.hsi
|
||||
share/xmess/hash/mtx512.hsi
|
||||
share/xmess/hash/nascom1.hsi
|
||||
share/xmess/hash/nes.hsi
|
||||
share/xmess/hash/odyssey2.hsi
|
||||
share/xmess/hash/oric.hsi
|
||||
share/xmess/hash/p2000t.hsi
|
||||
share/xmess/hash/pce.hsi
|
||||
share/xmess/hash/pdp1.hsi
|
||||
share/xmess/hash/pet.hsi
|
||||
share/xmess/hash/psx.hsi
|
||||
share/xmess/hash/sms.hsi
|
||||
share/xmess/hash/snes.hsi
|
||||
share/xmess/hash/sordm5.hsi
|
||||
share/xmess/hash/spectrum.hsi
|
||||
share/xmess/hash/studio2.hsi
|
||||
share/xmess/hash/svi318.hsi
|
||||
share/xmess/hash/svision.hsi
|
||||
share/xmess/hash/ti99_4a.hsi
|
||||
share/xmess/hash/ts2068.hsi
|
||||
share/xmess/hash/vc4000.hsi
|
||||
share/xmess/hash/vectrex.hsi
|
||||
share/xmess/hash/vic20.hsi
|
||||
share/xmess/hash/wswan.hsi
|
||||
share/xmess/sysinfo.dat
|
||||
share/xmess/xmessrc
|
||||
@sample ${SYSCONFDIR}/xmessrc
|
@ -1,67 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-mame,v 1.9 2009/03/18 20:23:12 landry Exp $
|
||||
@conflict sdlmame-tools-*
|
||||
@conflict xmame+xmess-*
|
||||
@conflict xmess-*
|
||||
bin/romcmp
|
||||
bin/xmame
|
||||
bin/xml2info
|
||||
@man man/man6/xmame.6
|
||||
share/doc/xmame/
|
||||
share/doc/xmame/README
|
||||
share/doc/xmame/changes.opengl
|
||||
share/doc/xmame/changes.unix
|
||||
share/doc/xmame/dga2.txt
|
||||
share/doc/xmame/img/
|
||||
share/doc/xmame/img/xmame.jpg
|
||||
share/doc/xmame/liesmich.unix
|
||||
share/doc/xmame/mame/
|
||||
share/doc/xmame/mame/ctrlr.txt
|
||||
share/doc/xmame/mame/license.txt
|
||||
share/doc/xmame/mame/listinfo.txt
|
||||
share/doc/xmame/mame/mame.txt
|
||||
share/doc/xmame/mame/whatsnew.txt
|
||||
share/doc/xmame/mame/whatsold.txt
|
||||
share/doc/xmame/mame/windows.txt
|
||||
share/doc/xmame/multiplayer-readme.txt
|
||||
share/doc/xmame/xmame-doc-2.html
|
||||
share/doc/xmame/xmame-doc-3.html
|
||||
share/doc/xmame/xmame-doc-4.html
|
||||
share/doc/xmame/xmame-doc-5.html
|
||||
share/doc/xmame/xmame-doc-6.html
|
||||
share/doc/xmame/xmame-doc-7.html
|
||||
share/doc/xmame/xmame-doc.html
|
||||
share/doc/xmame/xmame-doc.lyx
|
||||
share/doc/xmame/xmame-doc.man.skel
|
||||
share/doc/xmame/xmame-doc.txt
|
||||
share/doc/xmame/xmame-gdoc-1.html
|
||||
share/doc/xmame/xmame-gdoc-2.html
|
||||
share/doc/xmame/xmame-gdoc-3.html
|
||||
share/doc/xmame/xmame-gdoc-4.html
|
||||
share/doc/xmame/xmame-gdoc-5.html
|
||||
share/doc/xmame/xmame-gdoc-6.html
|
||||
share/doc/xmame/xmame-gdoc-7.html
|
||||
share/doc/xmame/xmame-gdoc-8.html
|
||||
share/doc/xmame/xmame-gdoc.html
|
||||
share/doc/xmame/xmame.css
|
||||
share/doc/xmame/xmamerc.dist
|
||||
share/xmame/
|
||||
share/xmame/cab/
|
||||
share/xmame/cab/glmame/
|
||||
share/xmame/cab/glmame/cabfront.jpg
|
||||
share/xmame/cab/glmame/cabtitle.jpg
|
||||
share/xmame/cab/glmame/glmame.cab
|
||||
share/xmame/cab/glmamejau/
|
||||
share/xmame/cab/glmamejau/cabfront.jpg
|
||||
share/xmame/cab/glmamejau/cabside.jpg
|
||||
share/xmame/cab/glmamejau/cabtitle.jpg
|
||||
share/xmame/cab/glmamejau/glmamejau.cab
|
||||
share/xmame/cab/trans/
|
||||
share/xmame/cab/trans/trans.cab
|
||||
share/xmame/ctrlr/
|
||||
share/xmame/ctrlr/hotrod.cfg
|
||||
share/xmame/ctrlr/hotrodse.cfg
|
||||
share/xmame/ctrlr/slikstik.cfg
|
||||
share/xmame/ctrlr/standard.cfg
|
||||
share/xmame/ctrlr/xarcade.cfg
|
||||
share/xmame/xmamerc
|
||||
@sample ${SYSCONFDIR}/xmamerc
|
@ -1,55 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-mame-sdl,v 1.8 2009/03/18 20:23:12 landry Exp $
|
||||
@conflict sdlmame-tools-*
|
||||
@conflict xmame+xmess-*
|
||||
@conflict xmess-*
|
||||
bin/romcmp
|
||||
bin/xmame
|
||||
bin/xml2info
|
||||
@man man/man6/xmame.6
|
||||
share/doc/xmame/
|
||||
share/doc/xmame/README
|
||||
share/doc/xmame/changes.opengl
|
||||
share/doc/xmame/changes.unix
|
||||
share/doc/xmame/dga2.txt
|
||||
share/doc/xmame/img/
|
||||
share/doc/xmame/img/xmame.jpg
|
||||
share/doc/xmame/liesmich.unix
|
||||
share/doc/xmame/mame/
|
||||
share/doc/xmame/mame/ctrlr.txt
|
||||
share/doc/xmame/mame/license.txt
|
||||
share/doc/xmame/mame/listinfo.txt
|
||||
share/doc/xmame/mame/mame.txt
|
||||
share/doc/xmame/mame/whatsnew.txt
|
||||
share/doc/xmame/mame/whatsold.txt
|
||||
share/doc/xmame/mame/windows.txt
|
||||
share/doc/xmame/multiplayer-readme.txt
|
||||
share/doc/xmame/xmame-doc-2.html
|
||||
share/doc/xmame/xmame-doc-3.html
|
||||
share/doc/xmame/xmame-doc-4.html
|
||||
share/doc/xmame/xmame-doc-5.html
|
||||
share/doc/xmame/xmame-doc-6.html
|
||||
share/doc/xmame/xmame-doc-7.html
|
||||
share/doc/xmame/xmame-doc.html
|
||||
share/doc/xmame/xmame-doc.lyx
|
||||
share/doc/xmame/xmame-doc.man.skel
|
||||
share/doc/xmame/xmame-doc.txt
|
||||
share/doc/xmame/xmame-gdoc-1.html
|
||||
share/doc/xmame/xmame-gdoc-2.html
|
||||
share/doc/xmame/xmame-gdoc-3.html
|
||||
share/doc/xmame/xmame-gdoc-4.html
|
||||
share/doc/xmame/xmame-gdoc-5.html
|
||||
share/doc/xmame/xmame-gdoc-6.html
|
||||
share/doc/xmame/xmame-gdoc-7.html
|
||||
share/doc/xmame/xmame-gdoc-8.html
|
||||
share/doc/xmame/xmame-gdoc.html
|
||||
share/doc/xmame/xmame.css
|
||||
share/doc/xmame/xmamerc.dist
|
||||
share/xmame/
|
||||
share/xmame/ctrlr/
|
||||
share/xmame/ctrlr/hotrod.cfg
|
||||
share/xmame/ctrlr/hotrodse.cfg
|
||||
share/xmame/ctrlr/slikstik.cfg
|
||||
share/xmame/ctrlr/standard.cfg
|
||||
share/xmame/ctrlr/xarcade.cfg
|
||||
share/xmame/xmamerc
|
||||
@sample ${SYSCONFDIR}/xmamerc
|
@ -1,181 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-mess,v 1.8 2009/03/18 20:23:12 landry Exp $
|
||||
@conflict sdlmame-tools-*
|
||||
@conflict sdlmess-*
|
||||
@conflict xmame+xmess-*
|
||||
@conflict xmame-*
|
||||
bin/chdman
|
||||
bin/dat2html
|
||||
bin/imgtool
|
||||
bin/xmess
|
||||
@man man/man6/xmess.6
|
||||
share/doc/xmame/
|
||||
share/doc/xmame/README
|
||||
share/doc/xmame/changes.opengl
|
||||
share/doc/xmame/changes.unix
|
||||
share/doc/xmame/dga2.txt
|
||||
share/doc/xmame/img/
|
||||
share/doc/xmame/img/xmame.jpg
|
||||
share/doc/xmame/liesmich.unix
|
||||
share/doc/xmame/mame/
|
||||
share/doc/xmame/mame/ctrlr.txt
|
||||
share/doc/xmame/mame/license.txt
|
||||
share/doc/xmame/mame/listinfo.txt
|
||||
share/doc/xmame/mame/mame.txt
|
||||
share/doc/xmame/mame/whatsnew.txt
|
||||
share/doc/xmame/mame/whatsold.txt
|
||||
share/doc/xmame/mame/windows.txt
|
||||
share/doc/xmame/mess/
|
||||
share/doc/xmame/mess/credits.htm
|
||||
share/doc/xmame/mess/faq.htm
|
||||
share/doc/xmame/mess/images/
|
||||
share/doc/xmame/mess/images/logo.gif
|
||||
share/doc/xmame/mess/imgtool.txt
|
||||
share/doc/xmame/mess/messnew.txt
|
||||
share/doc/xmame/mess/messroms.txt
|
||||
share/doc/xmame/mess/style.css
|
||||
share/doc/xmame/mess/windows/
|
||||
share/doc/xmame/mess/windows/choice.htm
|
||||
share/doc/xmame/mess/windows/compile.htm
|
||||
share/doc/xmame/mess/windows/config.htm
|
||||
share/doc/xmame/mess/windows/control.htm
|
||||
share/doc/xmame/mess/windows/guiconf.htm
|
||||
share/doc/xmame/mess/windows/guiuse.htm
|
||||
share/doc/xmame/mess/windows/images/
|
||||
share/doc/xmame/mess/windows/images/command.gif
|
||||
share/doc/xmame/mess/windows/images/frog.gif
|
||||
share/doc/xmame/mess/windows/images/gui.gif
|
||||
share/doc/xmame/mess/windows/images/iniicon.gif
|
||||
share/doc/xmame/mess/windows/images/keybcnt.gif
|
||||
share/doc/xmame/mess/windows/images/newmenu.gif
|
||||
share/doc/xmame/mess/windows/images/oldmenu.gif
|
||||
share/doc/xmame/mess/windows/images/prop.gif
|
||||
share/doc/xmame/mess/windows/images/propadv.gif
|
||||
share/doc/xmame/mess/windows/images/propcnt.gif
|
||||
share/doc/xmame/mess/windows/images/propd3d.gif
|
||||
share/doc/xmame/mess/windows/images/propmsc.gif
|
||||
share/doc/xmame/mess/windows/images/props.gif
|
||||
share/doc/xmame/mess/windows/images/propsnd.gif
|
||||
share/doc/xmame/mess/windows/images/startup.gif
|
||||
share/doc/xmame/mess/windows/images/tree.gif
|
||||
share/doc/xmame/mess/windows/images/wzip.gif
|
||||
share/doc/xmame/mess/windows/install.htm
|
||||
share/doc/xmame/mess/windows/instbios.htm
|
||||
share/doc/xmame/mess/windows/main.htm
|
||||
share/doc/xmame/mess/windows/mgebios.htm
|
||||
share/doc/xmame/mess/windows/osmenu.htm
|
||||
share/doc/xmame/mess/windows/runsw.htm
|
||||
share/doc/xmame/mess/windows/suppsys.htm
|
||||
share/doc/xmame/mess/windows/update.htm
|
||||
share/doc/xmame/mess/windows/win32cmd.htm
|
||||
share/doc/xmame/mess/wintoc.xml
|
||||
share/doc/xmame/multiplayer-readme.txt
|
||||
share/doc/xmame/xmame-doc-2.html
|
||||
share/doc/xmame/xmame-doc-3.html
|
||||
share/doc/xmame/xmame-doc-4.html
|
||||
share/doc/xmame/xmame-doc-5.html
|
||||
share/doc/xmame/xmame-doc-6.html
|
||||
share/doc/xmame/xmame-doc-7.html
|
||||
share/doc/xmame/xmame-doc.html
|
||||
share/doc/xmame/xmame-doc.lyx
|
||||
share/doc/xmame/xmame-doc.man.skel
|
||||
share/doc/xmame/xmame-doc.txt
|
||||
share/doc/xmame/xmame-gdoc-1.html
|
||||
share/doc/xmame/xmame-gdoc-2.html
|
||||
share/doc/xmame/xmame-gdoc-3.html
|
||||
share/doc/xmame/xmame-gdoc-4.html
|
||||
share/doc/xmame/xmame-gdoc-5.html
|
||||
share/doc/xmame/xmame-gdoc-6.html
|
||||
share/doc/xmame/xmame-gdoc-7.html
|
||||
share/doc/xmame/xmame-gdoc-8.html
|
||||
share/doc/xmame/xmame-gdoc.html
|
||||
share/doc/xmame/xmame.css
|
||||
share/doc/xmame/xmessrc.dist
|
||||
share/xmess/
|
||||
share/xmess/cab/
|
||||
share/xmess/cab/glmame/
|
||||
share/xmess/cab/glmame/cabfront.jpg
|
||||
share/xmess/cab/glmame/cabtitle.jpg
|
||||
share/xmess/cab/glmame/glmame.cab
|
||||
share/xmess/cab/glmamejau/
|
||||
share/xmess/cab/glmamejau/cabfront.jpg
|
||||
share/xmess/cab/glmamejau/cabside.jpg
|
||||
share/xmess/cab/glmamejau/cabtitle.jpg
|
||||
share/xmess/cab/glmamejau/glmamejau.cab
|
||||
share/xmess/cab/trans/
|
||||
share/xmess/cab/trans/trans.cab
|
||||
share/xmess/hash/
|
||||
share/xmess/hash/a2600.hsi
|
||||
share/xmess/hash/a5200.hsi
|
||||
share/xmess/hash/a7800.hsi
|
||||
share/xmess/hash/a800.hsi
|
||||
share/xmess/hash/a800xl.hsi
|
||||
share/xmess/hash/advision.hsi
|
||||
share/xmess/hash/apexc.hsi
|
||||
share/xmess/hash/apple1.hsi
|
||||
share/xmess/hash/apple2.hsi
|
||||
share/xmess/hash/aquarius.hsi
|
||||
share/xmess/hash/arcadia.hsi
|
||||
share/xmess/hash/astrocde.hsi
|
||||
share/xmess/hash/bbca.hsi
|
||||
share/xmess/hash/c128.hsi
|
||||
share/xmess/hash/c16.hsi
|
||||
share/xmess/hash/c64.hsi
|
||||
share/xmess/hash/cbm30.hsi
|
||||
share/xmess/hash/cbm40.hsi
|
||||
share/xmess/hash/cbm610.hsi
|
||||
share/xmess/hash/cbm80.hsi
|
||||
share/xmess/hash/cgenie.hsi
|
||||
share/xmess/hash/channelf.hsi
|
||||
share/xmess/hash/coco.hsi
|
||||
share/xmess/hash/coleco.hsi
|
||||
share/xmess/hash/coupe.hsi
|
||||
share/xmess/hash/cpc464.hsi
|
||||
share/xmess/hash/cpc6128.hsi
|
||||
share/xmess/hash/dragon64.hsi
|
||||
share/xmess/hash/ep128.hsi
|
||||
share/xmess/hash/exidy.hsi
|
||||
share/xmess/hash/gameboy.hsi
|
||||
share/xmess/hash/gamegear.hsi
|
||||
share/xmess/hash/gen_usa.hsi
|
||||
share/xmess/hash/ibmpc.hsi
|
||||
share/xmess/hash/ibmpcjr.hsi
|
||||
share/xmess/hash/intv.hsi
|
||||
share/xmess/hash/jaguar.hsi
|
||||
share/xmess/hash/jupiter.hsi
|
||||
share/xmess/hash/laser210.hsi
|
||||
share/xmess/hash/lisa2.hsi
|
||||
share/xmess/hash/lviv.hsi
|
||||
share/xmess/hash/lynx.hsi
|
||||
share/xmess/hash/max.hsi
|
||||
share/xmess/hash/mc10.hsi
|
||||
share/xmess/hash/microtan.hsi
|
||||
share/xmess/hash/msx.hsi
|
||||
share/xmess/hash/msx2.hsi
|
||||
share/xmess/hash/msx2j.hsi
|
||||
share/xmess/hash/msxj.hsi
|
||||
share/xmess/hash/mtx512.hsi
|
||||
share/xmess/hash/nascom1.hsi
|
||||
share/xmess/hash/nes.hsi
|
||||
share/xmess/hash/odyssey2.hsi
|
||||
share/xmess/hash/oric.hsi
|
||||
share/xmess/hash/p2000t.hsi
|
||||
share/xmess/hash/pce.hsi
|
||||
share/xmess/hash/pdp1.hsi
|
||||
share/xmess/hash/pet.hsi
|
||||
share/xmess/hash/psx.hsi
|
||||
share/xmess/hash/sms.hsi
|
||||
share/xmess/hash/snes.hsi
|
||||
share/xmess/hash/sordm5.hsi
|
||||
share/xmess/hash/spectrum.hsi
|
||||
share/xmess/hash/studio2.hsi
|
||||
share/xmess/hash/svi318.hsi
|
||||
share/xmess/hash/svision.hsi
|
||||
share/xmess/hash/ti99_4a.hsi
|
||||
share/xmess/hash/ts2068.hsi
|
||||
share/xmess/hash/vc4000.hsi
|
||||
share/xmess/hash/vectrex.hsi
|
||||
share/xmess/hash/vic20.hsi
|
||||
share/xmess/hash/wswan.hsi
|
||||
share/xmess/sysinfo.dat
|
||||
share/xmess/xmessrc
|
||||
@sample ${SYSCONFDIR}/xmessrc
|
@ -1,169 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-mess-sdl,v 1.7 2009/03/18 20:23:12 landry Exp $
|
||||
@conflict sdlmame-tools-*
|
||||
@conflict sdlmess-*
|
||||
@conflict xmame+xmess-*
|
||||
@conflict xmame-*
|
||||
bin/chdman
|
||||
bin/dat2html
|
||||
bin/imgtool
|
||||
bin/xmess
|
||||
@man man/man6/xmess.6
|
||||
share/doc/xmame/
|
||||
share/doc/xmame/README
|
||||
share/doc/xmame/changes.opengl
|
||||
share/doc/xmame/changes.unix
|
||||
share/doc/xmame/dga2.txt
|
||||
share/doc/xmame/img/
|
||||
share/doc/xmame/img/xmame.jpg
|
||||
share/doc/xmame/liesmich.unix
|
||||
share/doc/xmame/mame/
|
||||
share/doc/xmame/mame/ctrlr.txt
|
||||
share/doc/xmame/mame/license.txt
|
||||
share/doc/xmame/mame/listinfo.txt
|
||||
share/doc/xmame/mame/mame.txt
|
||||
share/doc/xmame/mame/whatsnew.txt
|
||||
share/doc/xmame/mame/whatsold.txt
|
||||
share/doc/xmame/mame/windows.txt
|
||||
share/doc/xmame/mess/
|
||||
share/doc/xmame/mess/credits.htm
|
||||
share/doc/xmame/mess/faq.htm
|
||||
share/doc/xmame/mess/images/
|
||||
share/doc/xmame/mess/images/logo.gif
|
||||
share/doc/xmame/mess/imgtool.txt
|
||||
share/doc/xmame/mess/messnew.txt
|
||||
share/doc/xmame/mess/messroms.txt
|
||||
share/doc/xmame/mess/style.css
|
||||
share/doc/xmame/mess/windows/
|
||||
share/doc/xmame/mess/windows/choice.htm
|
||||
share/doc/xmame/mess/windows/compile.htm
|
||||
share/doc/xmame/mess/windows/config.htm
|
||||
share/doc/xmame/mess/windows/control.htm
|
||||
share/doc/xmame/mess/windows/guiconf.htm
|
||||
share/doc/xmame/mess/windows/guiuse.htm
|
||||
share/doc/xmame/mess/windows/images/
|
||||
share/doc/xmame/mess/windows/images/command.gif
|
||||
share/doc/xmame/mess/windows/images/frog.gif
|
||||
share/doc/xmame/mess/windows/images/gui.gif
|
||||
share/doc/xmame/mess/windows/images/iniicon.gif
|
||||
share/doc/xmame/mess/windows/images/keybcnt.gif
|
||||
share/doc/xmame/mess/windows/images/newmenu.gif
|
||||
share/doc/xmame/mess/windows/images/oldmenu.gif
|
||||
share/doc/xmame/mess/windows/images/prop.gif
|
||||
share/doc/xmame/mess/windows/images/propadv.gif
|
||||
share/doc/xmame/mess/windows/images/propcnt.gif
|
||||
share/doc/xmame/mess/windows/images/propd3d.gif
|
||||
share/doc/xmame/mess/windows/images/propmsc.gif
|
||||
share/doc/xmame/mess/windows/images/props.gif
|
||||
share/doc/xmame/mess/windows/images/propsnd.gif
|
||||
share/doc/xmame/mess/windows/images/startup.gif
|
||||
share/doc/xmame/mess/windows/images/tree.gif
|
||||
share/doc/xmame/mess/windows/images/wzip.gif
|
||||
share/doc/xmame/mess/windows/install.htm
|
||||
share/doc/xmame/mess/windows/instbios.htm
|
||||
share/doc/xmame/mess/windows/main.htm
|
||||
share/doc/xmame/mess/windows/mgebios.htm
|
||||
share/doc/xmame/mess/windows/osmenu.htm
|
||||
share/doc/xmame/mess/windows/runsw.htm
|
||||
share/doc/xmame/mess/windows/suppsys.htm
|
||||
share/doc/xmame/mess/windows/update.htm
|
||||
share/doc/xmame/mess/windows/win32cmd.htm
|
||||
share/doc/xmame/mess/wintoc.xml
|
||||
share/doc/xmame/multiplayer-readme.txt
|
||||
share/doc/xmame/xmame-doc-2.html
|
||||
share/doc/xmame/xmame-doc-3.html
|
||||
share/doc/xmame/xmame-doc-4.html
|
||||
share/doc/xmame/xmame-doc-5.html
|
||||
share/doc/xmame/xmame-doc-6.html
|
||||
share/doc/xmame/xmame-doc-7.html
|
||||
share/doc/xmame/xmame-doc.html
|
||||
share/doc/xmame/xmame-doc.lyx
|
||||
share/doc/xmame/xmame-doc.man.skel
|
||||
share/doc/xmame/xmame-doc.txt
|
||||
share/doc/xmame/xmame-gdoc-1.html
|
||||
share/doc/xmame/xmame-gdoc-2.html
|
||||
share/doc/xmame/xmame-gdoc-3.html
|
||||
share/doc/xmame/xmame-gdoc-4.html
|
||||
share/doc/xmame/xmame-gdoc-5.html
|
||||
share/doc/xmame/xmame-gdoc-6.html
|
||||
share/doc/xmame/xmame-gdoc-7.html
|
||||
share/doc/xmame/xmame-gdoc-8.html
|
||||
share/doc/xmame/xmame-gdoc.html
|
||||
share/doc/xmame/xmame.css
|
||||
share/doc/xmame/xmessrc.dist
|
||||
share/xmess/
|
||||
share/xmess/hash/
|
||||
share/xmess/hash/a2600.hsi
|
||||
share/xmess/hash/a5200.hsi
|
||||
share/xmess/hash/a7800.hsi
|
||||
share/xmess/hash/a800.hsi
|
||||
share/xmess/hash/a800xl.hsi
|
||||
share/xmess/hash/advision.hsi
|
||||
share/xmess/hash/apexc.hsi
|
||||
share/xmess/hash/apple1.hsi
|
||||
share/xmess/hash/apple2.hsi
|
||||
share/xmess/hash/aquarius.hsi
|
||||
share/xmess/hash/arcadia.hsi
|
||||
share/xmess/hash/astrocde.hsi
|
||||
share/xmess/hash/bbca.hsi
|
||||
share/xmess/hash/c128.hsi
|
||||
share/xmess/hash/c16.hsi
|
||||
share/xmess/hash/c64.hsi
|
||||
share/xmess/hash/cbm30.hsi
|
||||
share/xmess/hash/cbm40.hsi
|
||||
share/xmess/hash/cbm610.hsi
|
||||
share/xmess/hash/cbm80.hsi
|
||||
share/xmess/hash/cgenie.hsi
|
||||
share/xmess/hash/channelf.hsi
|
||||
share/xmess/hash/coco.hsi
|
||||
share/xmess/hash/coleco.hsi
|
||||
share/xmess/hash/coupe.hsi
|
||||
share/xmess/hash/cpc464.hsi
|
||||
share/xmess/hash/cpc6128.hsi
|
||||
share/xmess/hash/dragon64.hsi
|
||||
share/xmess/hash/ep128.hsi
|
||||
share/xmess/hash/exidy.hsi
|
||||
share/xmess/hash/gameboy.hsi
|
||||
share/xmess/hash/gamegear.hsi
|
||||
share/xmess/hash/gen_usa.hsi
|
||||
share/xmess/hash/ibmpc.hsi
|
||||
share/xmess/hash/ibmpcjr.hsi
|
||||
share/xmess/hash/intv.hsi
|
||||
share/xmess/hash/jaguar.hsi
|
||||
share/xmess/hash/jupiter.hsi
|
||||
share/xmess/hash/laser210.hsi
|
||||
share/xmess/hash/lisa2.hsi
|
||||
share/xmess/hash/lviv.hsi
|
||||
share/xmess/hash/lynx.hsi
|
||||
share/xmess/hash/max.hsi
|
||||
share/xmess/hash/mc10.hsi
|
||||
share/xmess/hash/microtan.hsi
|
||||
share/xmess/hash/msx.hsi
|
||||
share/xmess/hash/msx2.hsi
|
||||
share/xmess/hash/msx2j.hsi
|
||||
share/xmess/hash/msxj.hsi
|
||||
share/xmess/hash/mtx512.hsi
|
||||
share/xmess/hash/nascom1.hsi
|
||||
share/xmess/hash/nes.hsi
|
||||
share/xmess/hash/odyssey2.hsi
|
||||
share/xmess/hash/oric.hsi
|
||||
share/xmess/hash/p2000t.hsi
|
||||
share/xmess/hash/pce.hsi
|
||||
share/xmess/hash/pdp1.hsi
|
||||
share/xmess/hash/pet.hsi
|
||||
share/xmess/hash/psx.hsi
|
||||
share/xmess/hash/sms.hsi
|
||||
share/xmess/hash/snes.hsi
|
||||
share/xmess/hash/sordm5.hsi
|
||||
share/xmess/hash/spectrum.hsi
|
||||
share/xmess/hash/studio2.hsi
|
||||
share/xmess/hash/svi318.hsi
|
||||
share/xmess/hash/svision.hsi
|
||||
share/xmess/hash/ti99_4a.hsi
|
||||
share/xmess/hash/ts2068.hsi
|
||||
share/xmess/hash/vc4000.hsi
|
||||
share/xmess/hash/vectrex.hsi
|
||||
share/xmess/hash/vic20.hsi
|
||||
share/xmess/hash/wswan.hsi
|
||||
share/xmess/sysinfo.dat
|
||||
share/xmess/xmessrc
|
||||
@sample ${SYSCONFDIR}/xmessrc
|
Loading…
x
Reference in New Issue
Block a user