pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators fs-uae: updated to 3.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/f48fdadcbc75
branches: trunk
changeset: 400127:f48fdadcbc75
user: adam <adam%pkgsrc.org@localhost>
date: Thu Aug 22 18:35:22 2019 +0000
description:
fs-uae: updated to 3.0.0
Changes in FS-UAE 3.0 (compared to 2.8):
* Fixed JIT direct access on modern Linux distributions.
* FS-UAE default is now to show a 692?540 image, not stretched to fill screen.
* Built-in configurations for many more game controllers.
* New option whdload_quit_key to gracefully quit slaves.
* Added more shaders (compiled/ported/written by guest.r and rsn8887).
* Updated emulation core from WinUAE 3300b2.
* Several new configuration options (see Changelog for details).
* Many more smaller fixes and updates (see Changelog for details).
Changes in FS-UAE Launcher 3.0 (compared to 2.8):
* Plugins can provide files for offline use (WHDLoad, JST, SKick, etc).
* Added support for .gz/.adz/.roz/.xz-compressed files.
* Support WHDLoad versions 18.4 and 18.5 (game database).
* Revert fullscreen_mode to default when upgrading from older versions.
* Use https for all more fs-uae.net and openretro.org communication.
* Support hd_requirements = xpkmaster.library.
* Fixed problem on Windows where devices were sometimes not detected.
* Make configurations list wider when window width is quite large.
* Try to use config from game database when launching with a WHDLoad archive.
* Extract WHDLoad arguments from .info file when loading a WHDLoad archive.
* Sync ?unpublished? games from the online game database, option to show.
* Many bugfixes and smaller improvements (see Changelog for details).
Build-related:
* Only x86-64 (64-bit) official builds for Windows and macOS and Linux.
* Building for x86 (32-bit) still works on all platforms.
* 32-bit packages for Ubuntu, Debian, Fedora and openSUSE are still available.
* Builds for macOS require 10.9+. The source can be built for older versions.
diffstat:
emulators/fs-uae-arcade/Makefile | 9 +-
emulators/fs-uae-arcade/PLIST | 1699 ++++++++++++--------
emulators/fs-uae-arcade/distinfo | 12 +-
emulators/fs-uae-arcade/patches/patch-setup.py | 6 +-
emulators/fs-uae-launcher/Makefile | 10 +-
emulators/fs-uae-launcher/PLIST | 1797 +++++++++++++--------
emulators/fs-uae-launcher/distinfo | 12 +-
emulators/fs-uae-launcher/patches/patch-setup.py | 6 +-
emulators/fs-uae/Makefile | 8 +-
emulators/fs-uae/distinfo | 10 +-
10 files changed, 2130 insertions(+), 1439 deletions(-)
diffs (truncated from 4743 to 300 lines):
diff -r c27b213d0d6f -r f48fdadcbc75 emulators/fs-uae-arcade/Makefile
--- a/emulators/fs-uae-arcade/Makefile Thu Aug 22 18:29:29 2019 +0000
+++ b/emulators/fs-uae-arcade/Makefile Thu Aug 22 18:35:22 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2019/04/26 12:44:43 roy Exp $
+# $NetBSD: Makefile,v 1.5 2019/08/22 18:35:22 adam Exp $
-DISTNAME= fs-uae-arcade-2.8.3
-PKGREVISION= 1
+DISTNAME= fs-uae-arcade-3.0.0
CATEGORIES= emulators
-MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PKGVERSION_NOREV}/
+MASTER_SITES= http://fs-uae.net/stable/${PKGVERSION_NOREV}/
MAINTAINER= adam%NetBSD.org@localhost
HOMEPAGE= https://fs-uae.net/
@@ -24,7 +23,7 @@
INSTALL_TARGET= install-data
USE_TOOLS+= gmake msgfmt
-PYTHON_VERSIONS_ACCEPTED= 37 36 # import urllib.parse
+PYTHON_VERSIONS_INCOMPATIBLE= 27
PYSETUPINSTALLARGS= --install-lib=${PREFIX:Q}/share/fs-uae-arcade
PYSETUPINSTALLARGS+= --install-scripts=${PREFIX:Q}/share/fs-uae-arcade
diff -r c27b213d0d6f -r f48fdadcbc75 emulators/fs-uae-arcade/PLIST
--- a/emulators/fs-uae-arcade/PLIST Thu Aug 22 18:29:29 2019 +0000
+++ b/emulators/fs-uae-arcade/PLIST Thu Aug 22 18:35:22 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/02/08 20:58:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/08/22 18:35:22 adam Exp $
bin/fs-uae-arcade
share/applications/fs-uae-arcade.desktop
share/doc/fs-uae-arcade/COPYING
@@ -1679,123 +1679,6 @@
share/fs-uae-arcade/OpenGL/GL/SGIS/texture_select.py
share/fs-uae-arcade/OpenGL/GL/SGIS/texture_select.pyc
share/fs-uae-arcade/OpenGL/GL/SGIS/texture_select.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/__init__.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/__init__.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/__init__.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/async.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/async.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/async.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/async_histogram.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/async_histogram.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/async_histogram.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/async_pixel.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/async_pixel.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/async_pixel.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/blend_alpha_minmax.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/blend_alpha_minmax.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/blend_alpha_minmax.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/calligraphic_fragment.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/calligraphic_fragment.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/calligraphic_fragment.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/clipmap.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/clipmap.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/clipmap.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/convolution_accuracy.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/convolution_accuracy.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/convolution_accuracy.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/depth_pass_instrument.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/depth_pass_instrument.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/depth_pass_instrument.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/depth_texture.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/depth_texture.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/depth_texture.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/flush_raster.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/flush_raster.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/flush_raster.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/fog_offset.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/fog_offset.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/fog_offset.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/fragment_lighting.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/fragment_lighting.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/fragment_lighting.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/framezoom.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/framezoom.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/framezoom.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/igloo_interface.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/igloo_interface.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/igloo_interface.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/instruments.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/instruments.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/instruments.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/interlace.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/interlace.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/interlace.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/ir_instrument1.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/ir_instrument1.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/ir_instrument1.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/list_priority.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/list_priority.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/list_priority.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/pixel_texture.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/pixel_texture.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/pixel_texture.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/pixel_tiles.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/pixel_tiles.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/pixel_tiles.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/polynomial_ffd.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/polynomial_ffd.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/polynomial_ffd.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/reference_plane.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/reference_plane.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/reference_plane.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/resample.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/resample.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/resample.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/scalebias_hint.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/scalebias_hint.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/scalebias_hint.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/shadow.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/shadow.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/shadow.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/shadow_ambient.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/shadow_ambient.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/shadow_ambient.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/sprite.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/sprite.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/sprite.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/subsample.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/subsample.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/subsample.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/tag_sample_buffer.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/tag_sample_buffer.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/tag_sample_buffer.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_add_env.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_add_env.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_add_env.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_coordinate_clamp.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_coordinate_clamp.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_coordinate_clamp.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_lod_bias.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_lod_bias.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_lod_bias.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_multi_buffer.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_multi_buffer.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_multi_buffer.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_scale_bias.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_scale_bias.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/texture_scale_bias.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/vertex_preclip.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/vertex_preclip.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/vertex_preclip.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcb.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcb.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcb.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcb_subsample.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcb_subsample.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcb_subsample.pyo
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcba.py
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcba.pyc
-share/fs-uae-arcade/OpenGL/GL/SGIX/ycrcba.pyo
share/fs-uae-arcade/OpenGL/GL/SUN/__init__.py
share/fs-uae-arcade/OpenGL/GL/SUN/__init__.pyc
share/fs-uae-arcade/OpenGL/GL/SUN/__init__.pyo
@@ -6416,6 +6299,9 @@
share/fs-uae-arcade/arcade/arcade_main.py
share/fs-uae-arcade/arcade/arcade_main.pyc
share/fs-uae-arcade/arcade/arcade_main.pyo
+share/fs-uae-arcade/arcade/arcadetheme.py
+share/fs-uae-arcade/arcade/arcadetheme.pyc
+share/fs-uae-arcade/arcade/arcadetheme.pyo
share/fs-uae-arcade/arcade/callbacks.py
share/fs-uae-arcade/arcade/callbacks.pyc
share/fs-uae-arcade/arcade/callbacks.pyo
@@ -6428,9 +6314,6 @@
share/fs-uae-arcade/arcade/gamecentersettings.py
share/fs-uae-arcade/arcade/gamecentersettings.pyc
share/fs-uae-arcade/arcade/gamecentersettings.pyo
-share/fs-uae-arcade/arcade/gamecenterutil.py
-share/fs-uae-arcade/arcade/gamecenterutil.pyc
-share/fs-uae-arcade/arcade/gamecenterutil.pyo
share/fs-uae-arcade/arcade/glui/__init__.py
share/fs-uae-arcade/arcade/glui/__init__.pyc
share/fs-uae-arcade/arcade/glui/__init__.pyo
@@ -6494,9 +6377,9 @@
share/fs-uae-arcade/arcade/glui/navigatable.py
share/fs-uae-arcade/arcade/glui/navigatable.pyc
share/fs-uae-arcade/arcade/glui/navigatable.pyo
-share/fs-uae-arcade/arcade/glui/notification.py
-share/fs-uae-arcade/arcade/glui/notification.pyc
-share/fs-uae-arcade/arcade/glui/notification.pyo
+share/fs-uae-arcade/arcade/glui/notificationrender.py
+share/fs-uae-arcade/arcade/glui/notificationrender.pyc
+share/fs-uae-arcade/arcade/glui/notificationrender.pyo
share/fs-uae-arcade/arcade/glui/opengl.py
share/fs-uae-arcade/arcade/glui/opengl.pyc
share/fs-uae-arcade/arcade/glui/opengl.pyo
@@ -6546,132 +6429,141 @@
share/fs-uae-arcade/arcade/res/__init__.py
share/fs-uae-arcade/arcade/res/__init__.pyc
share/fs-uae-arcade/arcade/res/__init__.pyo
-share/fs-uae-arcade/arcade/res/add.png
-share/fs-uae-arcade/arcade/res/add_selected.png
share/fs-uae-arcade/arcade/res/amiga_blank_disk.adf
share/fs-uae-arcade/arcade/res/amiga_save_disk.adf
-share/fs-uae-arcade/arcade/res/aspect.png
-share/fs-uae-arcade/arcade/res/banner.png
-share/fs-uae-arcade/arcade/res/banner2.png
-share/fs-uae-arcade/arcade/res/bottom_bar.png
-share/fs-uae-arcade/arcade/res/close.png
-share/fs-uae-arcade/arcade/res/close_selected.png
-share/fs-uae-arcade/arcade/res/default_item.png
-share/fs-uae-arcade/arcade/res/gloss.png
-share/fs-uae-arcade/arcade/res/glow_left.png
-share/fs-uae-arcade/arcade/res/glow_top.png
-share/fs-uae-arcade/arcade/res/glow_top_left.png
-share/fs-uae-arcade/arcade/res/heading_strip.png
-share/fs-uae-arcade/arcade/res/home.png
-share/fs-uae-arcade/arcade/res/home_selected.png
-share/fs-uae-arcade/arcade/res/item/0.png
-share/fs-uae-arcade/arcade/res/item/__init__.py
-share/fs-uae-arcade/arcade/res/item/__init__.pyc
-share/fs-uae-arcade/arcade/res/item/__init__.pyo
-share/fs-uae-arcade/arcade/res/item/a.png
-share/fs-uae-arcade/arcade/res/item/all.png
-share/fs-uae-arcade/arcade/res/item/amiga.png
-share/fs-uae-arcade/arcade/res/item/amstradcpc.png
-share/fs-uae-arcade/arcade/res/item/appleii.png
-share/fs-uae-arcade/arcade/res/item/arcade.png
-share/fs-uae-arcade/arcade/res/item/atari2600.png
-share/fs-uae-arcade/arcade/res/item/atari5200.png
-share/fs-uae-arcade/arcade/res/item/atari7800.png
-share/fs-uae-arcade/arcade/res/item/atari8bit.png
-share/fs-uae-arcade/arcade/res/item/atarilynx.png
-share/fs-uae-arcade/arcade/res/item/atarist.png
-share/fs-uae-arcade/arcade/res/item/b.png
-share/fs-uae-arcade/arcade/res/item/bbcmicro.png
-share/fs-uae-arcade/arcade/res/item/c.png
-share/fs-uae-arcade/arcade/res/item/commodore64.png
-share/fs-uae-arcade/arcade/res/item/d.png
-share/fs-uae-arcade/arcade/res/item/dos.png
-share/fs-uae-arcade/arcade/res/item/e.png
-share/fs-uae-arcade/arcade/res/item/f.png
-share/fs-uae-arcade/arcade/res/item/fix.py
-share/fs-uae-arcade/arcade/res/item/fix.pyc
-share/fs-uae-arcade/arcade/res/item/fix.pyo
-share/fs-uae-arcade/arcade/res/item/g.png
-share/fs-uae-arcade/arcade/res/item/gameboy.png
-share/fs-uae-arcade/arcade/res/item/gameboyadvance.png
-share/fs-uae-arcade/arcade/res/item/gameboycolor.png
-share/fs-uae-arcade/arcade/res/item/gamecube.png
-share/fs-uae-arcade/arcade/res/item/gamegear.png
-share/fs-uae-arcade/arcade/res/item/h.png
-share/fs-uae-arcade/arcade/res/item/i.png
-share/fs-uae-arcade/arcade/res/item/j.png
-share/fs-uae-arcade/arcade/res/item/k.png
-share/fs-uae-arcade/arcade/res/item/l.png
-share/fs-uae-arcade/arcade/res/item/letter.png
-share/fs-uae-arcade/arcade/res/item/m.png
-share/fs-uae-arcade/arcade/res/item/mastersystem.png
-share/fs-uae-arcade/arcade/res/item/megadrive.png
-share/fs-uae-arcade/arcade/res/item/n.png
-share/fs-uae-arcade/arcade/res/item/nintendo.png
-share/fs-uae-arcade/arcade/res/item/nintendo64.png
-share/fs-uae-arcade/arcade/res/item/o.png
-share/fs-uae-arcade/arcade/res/item/p.png
-share/fs-uae-arcade/arcade/res/item/platform.png
-share/fs-uae-arcade/arcade/res/item/playstation.png
-share/fs-uae-arcade/arcade/res/item/playstation2.png
-share/fs-uae-arcade/arcade/res/item/q.png
-share/fs-uae-arcade/arcade/res/item/r.png
-share/fs-uae-arcade/arcade/res/item/reboot.png
-share/fs-uae-arcade/arcade/res/item/s.png
-share/fs-uae-arcade/arcade/res/item/shuffle.png
-share/fs-uae-arcade/arcade/res/item/shutdown.png
-share/fs-uae-arcade/arcade/res/item/supernintendo.png
-share/fs-uae-arcade/arcade/res/item/system.png
-share/fs-uae-arcade/arcade/res/item/t.png
-share/fs-uae-arcade/arcade/res/item/turbografx16.png
-share/fs-uae-arcade/arcade/res/item/u.png
-share/fs-uae-arcade/arcade/res/item/v.png
-share/fs-uae-arcade/arcade/res/item/w.png
-share/fs-uae-arcade/arcade/res/item/wii.png
-share/fs-uae-arcade/arcade/res/item/windows.png
-share/fs-uae-arcade/arcade/res/item/x.png
-share/fs-uae-arcade/arcade/res/item/y.png
-share/fs-uae-arcade/arcade/res/item/z.png
-share/fs-uae-arcade/arcade/res/item/zxspectrum.png
-share/fs-uae-arcade/arcade/res/item_background.png
-share/fs-uae-arcade/arcade/res/logo-32.png
+share/fs-uae-arcade/arcade/res/items/0.png
+share/fs-uae-arcade/arcade/res/items/__init__.py
+share/fs-uae-arcade/arcade/res/items/__init__.pyc
+share/fs-uae-arcade/arcade/res/items/__init__.pyo
+share/fs-uae-arcade/arcade/res/items/a.png
+share/fs-uae-arcade/arcade/res/items/a2600.png
+share/fs-uae-arcade/arcade/res/items/a5200.png
+share/fs-uae-arcade/arcade/res/items/a7800.png
+share/fs-uae-arcade/arcade/res/items/all.png
+share/fs-uae-arcade/arcade/res/items/amiga.png
+share/fs-uae-arcade/arcade/res/items/appleii.png
+share/fs-uae-arcade/arcade/res/items/arcade.png
+share/fs-uae-arcade/arcade/res/items/atari.png
+share/fs-uae-arcade/arcade/res/items/atari8bit.png
+share/fs-uae-arcade/arcade/res/items/atarilynx.png
+share/fs-uae-arcade/arcade/res/items/b.png
Home |
Main Index |
Thread Index |
Old Index