Page MenuHomeSolus

D3169.diff
No OneTemporary

D3169.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -18,6 +18,7 @@
libportaudio.so.2
libportmidi.so
libpthread.so.0
+libpugixml.so.1
librt.so.1
libsqlite3.so.0
libstdc++.so.6
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : mame
-version : '0.196'
-release : 3
+version : '0.199'
+release : 4
source :
- - https://github.com/mamedev/mame/archive/mame0196.tar.gz : fc4436a23d7f2ef0b3c3f600c00745bc468541d0d29bcd3a1e0c599c5c02df7f
+ - https://github.com/mamedev/mame/archive/mame0199.tar.gz : cf4511d6c893e699fd5bc510133aee75c852942321e1c668c9d5802229bec116
license :
- GPL-2.0-or-later
- BSD-3-Clause
@@ -18,7 +18,6 @@
- pkgconfig(alsa)
- pkgconfig(flac)
- pkgconfig(fontconfig)
- - pkgconfig(gl)
- pkgconfig(libjpeg)
- pkgconfig(lua)
- pkgconfig(portaudiocpp)
@@ -30,17 +29,21 @@
- glm
- portmidi-devel
- pugixml-devel
+rundeps :
+ - python3
build : |
# -g2 flag is removed because it's bloating mame64 executable file
# AFAIK every 64-bit processor supports SSE2, so I'm enabling it
# Using bundled asio and utf8proc libraries because they're not in Solus repository
- export CFLAGS=$(echo $CFLAGS | sed 's/-g2//')
- export CXXFLAGS=$(echo $CXXFLAGS | sed 's/-g2//')
+ export CFLAGS="${CFLAGS/-g2/}"
+ export CXXFLAGS="${CXXFLAGS/-g2/}"
+
%make NOWERROR=1 \
OPTIMIZE=2 \
REGENIE=1 \
SSE2=1 \
TOOLS=0 \
+ PYTHON_EXECUTABLE=python3 \
USE_SYSTEM_LIB_EXPAT=1 \
USE_SYSTEM_LIB_FLAC=1 \
USE_SYSTEM_LIB_GLM=1 \
@@ -70,17 +73,11 @@
install -dm00755 $installdir/usr/share/mame/$folder_name
cp -a $folder_name/* $installdir/usr/share/mame/$folder_name/
done
- install -dm00755 $installdir/usr/share/mame/docs/swlist
- cp -a docs/swlist/* $installdir/usr/share/mame/docs/swlist/
+ install -Dm00644 docs/swlist/* -t $installdir/usr/share/mame/docs/swlist/
# Install manual
- install -dm00755 $installdir/usr/share/man/{man1,man6}
- for file in docs/man/*.1; do
- install -m00644 $file $installdir/usr/share/man/man1
- done
- for file in docs/man/*.6; do
- install -m00644 $file $installdir/usr/share/man/man6
- done
+ install -Dm00644 docs/man/*.1 -t $installdir/usr/share/man/man1/
+ install -Dm00644 docs/man/*.6 -t $installdir/usr/share/man/man6/
# Copy config file
install -m00644 $pkgfiles/mame.ini $installdir/usr/share/mame
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>mame</Name>
<Packager>
- <Name>Fabio Forni</Name>
- <Email>fabio0x@keemail.me</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<License>BSD-3-Clause</License>
@@ -25,18 +25,995 @@
</Description>
<PartOf>games.emulator</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/mame</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="executable">/usr/bin/mame</Path>
+ <Path fileType="data">/usr/share/mame/artwork/aperture-grille.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/aperture.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/aperture1x2rb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/aperture1x3rb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/aperture2x4bg.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/aperture2x4rb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/aperture4x6.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/border_blur/default.lay</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/aperture_1_2_bgr.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/aperture_1_4_rgb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/aperture_2_4_rgb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/aperture_2_5_bgr.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/aperture_3_6_rgb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/delta_1_2x1_bgr.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/delta_1_4x1_rgb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/delta_2_4x1_rgb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/delta_2_4x2_rgb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/none.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/slot_2_4x4_rgb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/slot_2_5x4_bgr.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/crt-geom/slot_3_7x6_rgb.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/hq2x.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/hq3x.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/bgfx/chains/hq4x.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/monochrome-chessboard.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/monochrome-matrix.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/scanlines.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/shadow-mask.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/slot-mask-aligned.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/slot-mask.png</Path>
+ <Path fileType="data">/usr/share/mame/artwork/white.png</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/crt-geom-deluxe.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/crt-geom.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/default.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/eagle/super-eagle.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/hlsl.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/hqx/hq2x.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/hqx/hq3x.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/hqx/hq4x.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/pillarbox_left_horizontal.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/pillarbox_left_vertical.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/pillarbox_right_horizontal.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/pillarbox_right_vertical.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/unfiltered.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-2xbr-3d-2p.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-2xbr-3d-3p-smoother.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-4xbr-3d-4p.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-4xbr-3d-6p-smoother.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-xbr-2p.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-xbr-3p-smoother.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-xbr-6p.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-xbr-deposterize.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-xbr-fast-3p.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/super-xbr-fast-6p.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-hybrid.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv1-noblend.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv2-3d.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv2-accuracy-multipass.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv2-accuracy-smart-blur.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv2-deposterize.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv2-fast.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv2-multipass.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv2-noblend.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv2.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv3-multipass.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv3-noblend.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-lv3.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-mlv4-dilation.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/chains/xbr/xbr-mlv4-multipass.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/blurs/smart-blur.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/crt-geom/crt-geom-deluxe.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/crt-geom/crt-geom.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/crt-geom/gaussx.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/crt-geom/gaussy.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/crt-geom/phosphor_apply.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/crt-geom/phosphor_update.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/default/blit.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/eagle/supereagle.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/gui_add.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/gui_blend.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/gui_multiply.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/gui_opaque.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/blit.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/color.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/deconverge.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/defocus.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/distortion.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/ntsc_decode.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/ntsc_encode.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/phosphor.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/post.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hlsl/prescale.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hqx/hq2x.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hqx/hq3x.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/hqx/hq4x.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/misc/blit.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/misc/deposterize-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/misc/deposterize-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/misc/saturation.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/pillarbox_left_horizontal/gaussian.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/pillarbox_left_horizontal/offset_sat.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/pillarbox_left_vertical/gaussian.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/pillarbox_left_vertical/offset_sat.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/pillarbox_right_horizontal/gaussian.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/pillarbox_right_horizontal/offset_sat.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/pillarbox_right_vertical/gaussian.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/pillarbox_right_vertical/offset_sat.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/screen_add.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/screen_blend.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/screen_multiply.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/screen_opaque.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/unfiltered/blit.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/warp/dilation-horizontal-fast.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/custom-jinc2-sharper.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-2xbr-3d-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-2xbr-3d-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-2xbr-3d-pass2.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-4xbr-3d-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-4xbr-3d-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-4xbr-3d-pass2.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-4xbr-3d-pass3.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-xbr-fast-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-xbr-fast-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-xbr-fast-pass2.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-xbr-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-xbr-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/super-xbr/super-xbr-pass2.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid-sharp.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid-v2-gamma.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid-v2.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid-v4-gamma.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid-v4.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid-v4b.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid-v5-gamma.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv1-noblend.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-3d.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-fast.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-multipass/xbr-lv2-a-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-multipass/xbr-lv2-accuracy-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-multipass/xbr-lv2-accuracy-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-multipass/xbr-lv2-b-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-multipass/xbr-lv2-c-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-multipass/xbr-lv2-d-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-multipass/xbr-lv2-noblend-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-multipass/xbr-lv2-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2-noblend.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv2.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv3-multipass/xbr-lv3-pass0.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv3-multipass/xbr-lv3-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv3-noblend.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-lv3.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-mlv4-multipass/xbr-mlv4-pass1.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-mlv4-multipass/xbr-mlv4-pass2.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-mlv4-multipass/xbr-mlv4-pass3.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/effects/xbr/xbr-mlv4-multipass/xbr-mlv4-pass4.json</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/layouts/sample/horizontal/default.lay</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/layouts/sample/vertical/default.lay</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/blurs/fs_smart-blur.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/blurs/vs_smart-blur.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/fs_crt-geom-deluxe.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/fs_crt-geom.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/fs_gaussx.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/fs_gaussy.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/fs_phosphor_apply.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/fs_phosphor_update.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/vs_crt-geom.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/vs_gaussx.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/vs_gaussy.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/vs_phosphor_apply.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt-geom/vs_phosphor_update.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt/fs_crt-caligari.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/crt/vs_crt-caligari.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/default/fs_blit.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/default/vs_blit.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/eagle/fs_eagle.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/eagle/vs_eagle.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_color.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_deconverge.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_defocus.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_distortion.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_ntsc_decode.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_ntsc_encode.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_phosphor.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_post.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/fs_prescale.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_color.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_deconverge.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_defocus.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_distortion.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_ntsc_decode.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_ntsc_encode.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_phosphor.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_post.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hlsl/vs_prescale.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hqx/fs_hq2x.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hqx/fs_hq3x.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hqx/fs_hq4x.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hqx/vs_hq2x.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hqx/vs_hq3x.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/hqx/vs_hq4x.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/fs_blit.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/fs_bob-and-ghost-deinterlace.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/fs_deposterize-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/fs_deposterize-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/fs_saturation.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/vs_blit.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/vs_bob-and-ghost-deinterlace.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/vs_deposterize-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/vs_deposterize-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/misc/vs_saturation.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_left_horizontal/fs_gaussian.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_left_horizontal/fs_offset_sat.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_left_horizontal/vs_gaussian.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_left_horizontal/vs_offset_sat.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_left_vertical/fs_gaussian.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_left_vertical/fs_offset_sat.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_left_vertical/vs_gaussian.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_left_vertical/vs_offset_sat.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_right_horizontal/fs_gaussian.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_right_horizontal/fs_offset_sat.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_right_horizontal/vs_gaussian.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_right_horizontal/vs_offset_sat.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_right_vertical/fs_gaussian.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_right_vertical/fs_offset_sat.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_right_vertical/vs_gaussian.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/pillarbox_right_vertical/vs_offset_sat.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/unfiltered/fs_blit.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/unfiltered/vs_blit.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/warp/fs_dilation-horizontal-fast.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/warp/vs_dilation-horizontal-fast.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/fs_xbr-lv1-noblend.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/fs_xbr-lv2-3d.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/fs_xbr-lv2-fast.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/fs_xbr-lv2-noblend.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/fs_xbr-lv2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/fs_xbr-lv3-noblend.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/fs_xbr-lv3.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_custom-jinc2-sharper.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-2xbr-3d-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-2xbr-3d-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-2xbr-3d-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-4xbr-3d-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-4xbr-3d-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-4xbr-3d-pass1f.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-4xbr-3d-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-4xbr-3d-pass3.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-4xbr-3d-pass3f.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-xbr-fast-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-xbr-fast-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-xbr-fast-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-xbr-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-xbr-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/fs_super-xbr-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_custom-jinc2-sharper.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-2xbr-3d-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-2xbr-3d-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-2xbr-3d-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-4xbr-3d-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-4xbr-3d-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-4xbr-3d-pass1f.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-4xbr-3d-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-4xbr-3d-pass3.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-4xbr-3d-pass3f.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-xbr-fast-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-xbr-fast-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-xbr-fast-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-xbr-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-xbr-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-xbr-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/super-xbr/vs_super-xbr-pass3.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/vs_xbr-lv1-noblend.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/vs_xbr-lv2-3d.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/vs_xbr-lv2-fast.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/vs_xbr-lv2-noblend.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/vs_xbr-lv2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/vs_xbr-lv3-noblend.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/vs_xbr-lv3.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/fs_2xbr-hybrid-sharp.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/fs_2xbr-hybrid-v2-gamma.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/fs_2xbr-hybrid-v2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/fs_2xbr-hybrid-v4-gamma.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/fs_2xbr-hybrid-v4.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/fs_2xbr-hybrid-v4b.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/fs_2xbr-hybrid-v5-gamma.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/fs_2xbr-hybrid.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/vs_2xbr-hybrid-sharp.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/vs_2xbr-hybrid-v2-gamma.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/vs_2xbr-hybrid-v2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/vs_2xbr-hybrid-v4-gamma.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/vs_2xbr-hybrid-v4.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/vs_2xbr-hybrid-v4b.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/vs_2xbr-hybrid-v5-gamma.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-hybrid/vs_2xbr-hybrid.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/fs_xbr-lv2-a-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/fs_xbr-lv2-accuracy-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/fs_xbr-lv2-accuracy-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/fs_xbr-lv2-b-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/fs_xbr-lv2-c-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/fs_xbr-lv2-d-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/fs_xbr-lv2-noblend-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/fs_xbr-lv2-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/vs_xbr-lv2-a-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/vs_xbr-lv2-accuracy-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/vs_xbr-lv2-accuracy-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/vs_xbr-lv2-b-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/vs_xbr-lv2-c-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/vs_xbr-lv2-d-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/vs_xbr-lv2-noblend-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv2-multipass/vs_xbr-lv2-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv3-multipass/fs_xbr-lv3-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv3-multipass/fs_xbr-lv3-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv3-multipass/vs_xbr-lv3-pass0.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-lv3-multipass/vs_xbr-lv3-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-mlv4-multipass/fs_xbr-mlv4-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-mlv4-multipass/fs_xbr-mlv4-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-mlv4-multipass/fs_xbr-mlv4-pass3.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-mlv4-multipass/fs_xbr-mlv4-pass4.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-mlv4-multipass/vs_xbr-mlv4-pass1.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-mlv4-multipass/vs_xbr-mlv4-pass2.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-mlv4-multipass/vs_xbr-mlv4-pass3.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/chains/xbr/xbr-mlv4-multipass/vs_xbr-mlv4-pass4.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/fs_gui.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/fs_screen.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/vs_gui.bin</Path>
+ <Path fileType="data">/usr/share/mame/bgfx/shaders/glsl/vs_screen.bin</Path>
+ <Path fileType="data">/usr/share/mame/ctrlr/hotrod.cfg</Path>
+ <Path fileType="data">/usr/share/mame/ctrlr/hotrodse.cfg</Path>
+ <Path fileType="data">/usr/share/mame/ctrlr/scorpionxg.cfg</Path>
+ <Path fileType="data">/usr/share/mame/ctrlr/slikstik.cfg</Path>
+ <Path fileType="data">/usr/share/mame/ctrlr/xarcade.cfg</Path>
+ <Path fileType="data">/usr/share/mame/docs/swlist/n64jp.csv</Path>
+ <Path fileType="data">/usr/share/mame/docs/swlist/x1_flop.csv</Path>
+ <Path fileType="data">/usr/share/mame/docs/swlist/x68k_flop.csv</Path>
+ <Path fileType="data">/usr/share/mame/hash/32x.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/3do_m2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/a2600.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/a2600_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/a5200.hsi</Path>
+ <Path fileType="data">/usr/share/mame/hash/a5200.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/a7800.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/a800.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/a800_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/abc1600.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/abc800.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/abc800_hdd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/abc806.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/abc80_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/abc80_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/adam_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/adam_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/adam_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/advantage.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/advision.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/aim65_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/aleste.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/alice32.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/alice90.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/alphatro_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/alphatro_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/altos5.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amiga_a1000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amiga_a3000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amiga_apps.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amiga_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amiga_hardware.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amiga_workbench.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amigaaga_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amigaecs_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/amigaocs_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ampro.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apfimag_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apfm1000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apogee.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apollo_ctape.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apple1.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apple2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apple2_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apple2gs.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apple3.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/apricot_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/aquarius.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/arcadia.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/archimedes.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/astrocde.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/atom_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/atom_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/atom_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/attache.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/b2m.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbc_flop_32016.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbc_flop_6502.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbc_flop_65c102.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbc_flop_68000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbc_flop_80186.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbc_flop_arm.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbc_flop_torch.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbc_flop_z80.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbca_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcb_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcb_cass_de.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcb_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcb_flop_orig.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcb_flop_us.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcbc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcm_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcm_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcm_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bbcmc_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bk0010.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bml3_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bw12.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bw14.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bw2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/bx256hp_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/c128_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/c128_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/c128_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/c64_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/c64_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/c64_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/c65_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/camplynx_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/casloopy.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cbm2_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cbm2_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cbm8096_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cbm8296_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cc40_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cd32.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cdi.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cdtv.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cgenie_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cgenie_flop_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/channelf.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/chessmstdm.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/coco_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/coco_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/coleco.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/compclr2_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/compis.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/comx35_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/copera.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cpc_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cpc_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/crvision.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/cx3000tc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dai_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/database.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dgnalpha_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dgnbeta_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dim68k.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dmv.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dps1.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dragon_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dragon_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dragon_flex.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dragon_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/dragon_os9.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/e01_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ec1841.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/einstein.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/electron_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/electron_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/electron_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/electron_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ep64_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ep64_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ep64_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/epson_cpm.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ews286_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/exl100.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/famicom_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/famicom_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/fidel_scc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/fm77av.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/fm7_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/fm7_disk.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/fmtowns_cd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/fmtowns_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/g7400.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/galaxy.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gamate.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gameboy.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gamecom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gamegear.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gameking.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gameking3.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gamepock.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gba.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gba_ereader.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gbcolor.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/genius.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gimix.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gjmovie.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gl2000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gl6000sl.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/glcolor.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gmaster.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gp32.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/guab.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/gx4000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/h21.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/horizon.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/hp85_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/hp9835a_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/hp9845a_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/hp9845b_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/hp9k3xx_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/hp_ipc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ht68k.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/hx20_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/hyperscan.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/i7000_card.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ibm5140.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ibm5150.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ibm5150_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ibm5170.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ibm5170_cdrom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ibm6580.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ibmpcjr_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ibmpcjr_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/interact.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/interpro.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/intv.hsi</Path>
+ <Path fileType="data">/usr/share/mame/hash/intv.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/intvecs.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/iq128.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/iq151_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/iq151_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/jaguar.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/juicebox.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/jupace_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/k28m2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/kayproii.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/kc_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/kc_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/kc_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/kim1_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/korvet_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/lantutor.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/laser2001_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/leapster.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/lisa.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/lisa2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/lviv.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/lynx.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/m20.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/m5_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/m5_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/m5_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mac_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mac_hdd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mbc200.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mbc55x.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mc10.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mc1000_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mc1502_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/md2_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/megacd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/megacdj.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/megadriv.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/megaduck.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/megapc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/megatech.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/microvision.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mikro80.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mikrosha_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mikrosha_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/misterx.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mm1_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mo5_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mo5_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mo5_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mo5_qd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mo6_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mo6_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mpu1000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mpz80.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx.hsi</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx1_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx1_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx1_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx2.hsi</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx2_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx2_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx2_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/msx2p_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/msxr_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mtx_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mtx_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mtx_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/myvision.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mz2000_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mz2000_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mz2500.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mz700_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/mz800_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/n64.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/n64dd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/nascom_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/nascom_socket.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/neocd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/neogeo.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/nes.hsi</Path>
+ <Path fileType="data">/usr/share/mame/hash/nes.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/nes_ade.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/nes_datach.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/nes_kstudio.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/nes_ntbrom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/next.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ngp.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ngpc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/nimbus.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/octopus.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/odyssey2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ondra.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/orao.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/orion_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/orion_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/orion_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/orionpro_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/osborne1.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/osborne2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/p500_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/partner_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/partner_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pasogo.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pb2000c.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc1000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc1512_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc1512_hdd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc1640_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc1640_hdd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc8201.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc8801_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc8801_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc88va.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc98.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc98_cd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pce.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pce_tourvision.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pcecd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pcfx.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pcw.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pcw16.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pecom_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pegasus_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pencil2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pentagon_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pet_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pet_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pet_hdd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pet_quik.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pet_rom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/phc25_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/picno.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pico.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pippin.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pippin_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/plus4_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/plus4_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/plus4_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pmd85_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pockchalv2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pockchalw.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pofo.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/poisk1_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pokemini.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/poly_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/princ.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pro128_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pro128_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pro128_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pro128s_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/prof180.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/prof80.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/psi98.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/psion1.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/psion2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/psx.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pt68k2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pv1000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pv2000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/px4_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/px8_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pyl601.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ql_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ql_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ql_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/quizwiz.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/qx10_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/r9751.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/radio86_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/radio86_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/rainbow.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/rwtrntcs.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/rx78.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sage2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/samcoupe_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/samcoupe_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sat_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sat_vccart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/saturn.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sawatte.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sc3000_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sc3000_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/scv.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/segacd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sf7000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sg1000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sgx.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sitcom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/smc777.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/smondial2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sms.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/snes.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/snes_bspack.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/snes_strom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/snes_vkun.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/snotec.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/snread.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/snspell.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/socrates.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/softbox.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/softwarelist.dtd</Path>
+ <Path fileType="data">/usr/share/mame/hash/sol20_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sorcerer_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sorcerer_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sorcerer_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/spc1000_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/spc1500_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/special_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/special_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/specpls3_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/spectrum_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/spectrum_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/squale_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/st_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/st_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/stepone_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/studio2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/stv.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/super6.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/super80_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/superpet_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/supracan.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/sv8000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/svi318_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/svi318_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/svi318_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/svision.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/svmu.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/t1000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tandy200.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tandy2k.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tandy6k.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tc4.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tdv2324.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tek4052_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tg16.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ti74_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ti95_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ti99_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tiki100.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/timex_dock.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tntell.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/to770_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/to770a_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/to7_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/to7_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/to7_qd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/to8_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/to8_qd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/to_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/trs80m2.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/trsm100.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tutor.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tvc_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tvc_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/tvc_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/unichamp.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/ut88.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/uzebox.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/v1050_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/v1050_hdd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vboy.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vc4000.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vector06_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vector06_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vectrex.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vg5k.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vic10.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vic1001_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vic1001_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vic1001_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/victor9k_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vidbrain.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vii.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vip.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/visicom.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vixen.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vreader.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vsmile_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vsmile_cd.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vsmileb_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vsmilem_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/vz_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/wangpc.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/waveterm.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/wicat.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/wmbullet.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/wscolor.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/wswan.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/x07_card.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/x07_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/x1_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/x1_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/x68k_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/xegs.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/xerox820.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/xerox820ii.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/z80ne_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/z80ne_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/z88_cart.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/zorba.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/zx80_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/zx81_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/bloom.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/color.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/deconverge.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/distortion.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/downsample.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/focus.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/ntsc.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/phosphor.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/post.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/prescale.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/primary.fx</Path>
+ <Path fileType="data">/usr/share/mame/hlsl/vector.fx</Path>
+ <Path fileType="data">/usr/share/mame/ini/presets/gameboy.ini</Path>
+ <Path fileType="data">/usr/share/mame/ini/presets/gba.ini</Path>
+ <Path fileType="data">/usr/share/mame/ini/presets/lcd-matrix.ini</Path>
+ <Path fileType="data">/usr/share/mame/ini/presets/lcd.ini</Path>
+ <Path fileType="data">/usr/share/mame/ini/presets/raster.ini</Path>
+ <Path fileType="data">/usr/share/mame/ini/presets/vector-mono.ini</Path>
+ <Path fileType="data">/usr/share/mame/ini/presets/vector.ini</Path>
+ <Path fileType="data">/usr/share/mame/language/Afrikaans/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Albanian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Arabic/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Basque/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Belarusian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Bosnian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Bulgarian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Burmese/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Catalan/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Chinese_Simplified/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Chinese_Traditional/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Croatian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Czech/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Danish/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Dutch/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/English/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Estonian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Finnish/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/French/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/French_Belgium/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/French_Canada/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Georgian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/German/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Greek/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Hebrew/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Hindi/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Hungarian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Indonesian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Italian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Japanese/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Korean/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Latvian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Lithuanian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Macedonian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Norwegian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Persian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Polish/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Portuguese/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Portuguese_Brazil/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Romanian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Russian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Serbian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Serbian_Cyrillic/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Slovak/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Slovenian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Spanish/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Spanish_Mexico/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Swedish/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Thai/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Turkish/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Ukrainian/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/language/Vietnamese/strings.mo</Path>
+ <Path fileType="data">/usr/share/mame/mame</Path>
+ <Path fileType="data">/usr/share/mame/mame.ini</Path>
+ <Path fileType="data">/usr/share/mame/plugins/boot.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/cheat/cheat_json.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/cheat/cheat_simple.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/cheat/cheat_xml.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/cheat/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/cheat/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/cheat/xml_to_json.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/cheatfind/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/cheatfind/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/console/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/console/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/button_char.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_command.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_gameinit.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_hiscore.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_history.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_mameinfo.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_marp.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_messinfo.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_story.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/data_sysinfo.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/database.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/load_dat.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/data/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/discord/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/discord/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/dummy/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/dummy/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/gdbstub/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/gdbstub/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/hiscore/hiscore.dat</Path>
+ <Path fileType="data">/usr/share/mame/plugins/hiscore/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/hiscore/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/hiscore/sort_hiscore.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/json/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/json/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/layout/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/layout/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/portname/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/portname/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/plugins/timer/init.lua</Path>
+ <Path fileType="data">/usr/share/mame/plugins/timer/plugin.json</Path>
+ <Path fileType="data">/usr/share/mame/samples/MM1_keyboard/beep.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/MM1_keyboard/power_switch.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_seek_12ms.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_seek_20ms.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_seek_2ms.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_seek_6ms.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_spin_empty.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_spin_end.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_spin_loaded.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_spin_start_empty.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_spin_start_loaded.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/35_step_1_1.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_seek_12ms.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_seek_20ms.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_seek_2ms.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_seek_6ms.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_spin_empty.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_spin_end.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_spin_loaded.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_spin_start_empty.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_spin_start_loaded.wav</Path>
+ <Path fileType="data">/usr/share/mame/samples/floppy/525_step_1_1.wav</Path>
+ <Path fileType="man">/usr/share/man/man1/castool.1</Path>
+ <Path fileType="man">/usr/share/man/man1/chdman.1</Path>
+ <Path fileType="man">/usr/share/man/man1/floptool.1</Path>
+ <Path fileType="man">/usr/share/man/man1/imgtool.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jedutil.1</Path>
+ <Path fileType="man">/usr/share/man/man1/ldplayer.1</Path>
+ <Path fileType="man">/usr/share/man/man1/ldresample.1</Path>
+ <Path fileType="man">/usr/share/man/man1/ldverify.1</Path>
+ <Path fileType="man">/usr/share/man/man1/romcmp.1</Path>
+ <Path fileType="man">/usr/share/man/man6/mame.6</Path>
+ <Path fileType="man">/usr/share/man/man6/mess.6</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2018-04-10</Date>
- <Version>0.196</Version>
+ <Update release="4">
+ <Date>2018-07-07</Date>
+ <Version>0.199</Version>
<Comment>Packaging update</Comment>
- <Name>Fabio Forni</Name>
- <Email>fabio0x@keemail.me</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jul 2 2023, 11:26 AM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799238
Default Alt Text
D3169.diff (87 KB)

Event Timeline